summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
authorJian Fang Zhang <zhangjf@apache.org>2012-09-12 11:19:10 +0000
committerJian Fang Zhang <zhangjf@apache.org>2012-09-12 11:19:10 +0000
commit28e1cb1240e7c7a274a04756c7cab2f5797de400 (patch)
tree69844dd963b15e36f38922a71f7428e145bfb776 /sw/inc
parent305986a4ee0f1294d629c51c75d8f793b5b80e1d (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.hxx1
-rw-r--r--sw/inc/unoprnms.hxx3
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
};