mirror of
https://gitee.com/openharmony/print_print_fwk
synced 2024-11-27 11:00:39 +00:00
modify print format
Signed-off-by: chuangda_1 <fangwanning@huawei.com>
This commit is contained in:
parent
baf548e396
commit
9f313f7d18
@ -20,7 +20,7 @@ namespace OHOS::Print {
|
||||
static constexpr const char *PARAM_PREATTRIBUTE_RANGE = "previewRange";
|
||||
static constexpr const char *PARAM_PREATTRIBUTE_RESULT = "result";
|
||||
|
||||
PrintPreviewAttribute::PrintPreviewAttribute() : result_(PRINT_INVALID_ID), hasResult_(false) {
|
||||
PrintPreviewAttribute::PrintPreviewAttribute() : hasResult_(false), result_(PRINT_INVALID_ID) {
|
||||
}
|
||||
|
||||
PrintPreviewAttribute::PrintPreviewAttribute(const PrintPreviewAttribute &right)
|
||||
|
Loading…
Reference in New Issue
Block a user