diff options
author | Jian Fang Zhang <zhangjf@apache.org> | 2012-09-12 11:19:10 +0000 |
---|---|---|
committer | Jian Fang Zhang <zhangjf@apache.org> | 2012-09-12 11:19:10 +0000 |
commit | 28e1cb1240e7c7a274a04756c7cab2f5797de400 (patch) | |
tree | 69844dd963b15e36f38922a71f7428e145bfb776 /sw/inc | |
parent | 305986a4ee0f1294d629c51c75d8f793b5b80e1d (diff) |
#i119558#, set SwDoc default page mode value to false when import MS 2007 docx file
To avoid default page mode affect the calculation of table row height
Found by: xiao ting xiao, tingxiaox@gmail.com
Patch by: zhaoshzh, aoo.zhaoshzh@gmail.com
Review by: zhangjf
Notes
Notes:
merged as: 0181f258e5598ee59b1c4847818944b8da16bd51
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/unomap.hxx | 1 | ||||
-rw-r--r-- | sw/inc/unoprnms.hxx | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/sw/inc/unomap.hxx b/sw/inc/unomap.hxx index 87acbb8486f9..cc4f8d8c6fa4 100644 --- a/sw/inc/unomap.hxx +++ b/sw/inc/unomap.hxx @@ -247,6 +247,7 @@ #define WID_DOC_HAS_VALID_SIGNATURES 1017 #define WID_DOC_BUILDID 1024 #define WID_DOC_ISTEMPLATEID 1025 +#define WID_DOC_DEFAULT_PAGE_MODE 1069 // --> OD 2006-03-21 #b6375613# #define WID_APPLY_WORKAROUND_FOR_B6375613 1070 // <-- diff --git a/sw/inc/unoprnms.hxx b/sw/inc/unoprnms.hxx index 12a2eb930bb1..f5b60a84d254 100644 --- a/sw/inc/unoprnms.hxx +++ b/sw/inc/unoprnms.hxx @@ -805,8 +805,9 @@ enum SwPropNameIds /* 0740 */ UNO_NAME_EMBEDDED_OBJECT, /* 0741 */ UNO_NAME_REPLACEMENT_GRAPHIC_URL, +/* 0742 */ UNO_NAME_DEFAULT_PAGE_MODE, -/* 0742 */ SW_PROPNAME_END +/* 0743 */ SW_PROPNAME_END }; |