summaryrefslogtreecommitdiffstats
path: root/sw/inc/unoprnms.hxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@suse.cz>2012-07-02 15:14:07 +0200
committerMiklos Vajna <vmiklos@suse.cz>2012-07-02 15:42:46 +0200
commitdba6a280968eb7ecca2f74d343ca8fccde1560bc (patch)
treead06a4a728c9d726e1b44e4983cd49ce9b9a027c /sw/inc/unoprnms.hxx
parentTry to fix Windows build of curl (diff)
downloadcore-dba6a280968eb7ecca2f74d343ca8fccde1560bc.tar.gz
core-dba6a280968eb7ecca2f74d343ca8fccde1560bc.zip
sw: initial HeaderTextFirst / FooterTextFirst
The header/footer text for the first page can now be written (document model ready), but layout doesn't take it into account yet. Also, SwDoc::ChgPageDesc() has some copy&paste, will fix that soon. Change-Id: Ic28659f028e7db4aa1b6eefc76a4e672127e2c98
Diffstat (limited to 'sw/inc/unoprnms.hxx')
-rw-r--r--sw/inc/unoprnms.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/sw/inc/unoprnms.hxx b/sw/inc/unoprnms.hxx
index 44b7f5c8d945..6bf125612d8d 100644
--- a/sw/inc/unoprnms.hxx
+++ b/sw/inc/unoprnms.hxx
@@ -818,8 +818,10 @@ enum SwPropNameIds
/* 0750 */ UNO_NAME_HEADER_IS_SHARED_FIRST,
/* 0751 */ UNO_NAME_FOOTER_IS_SHARED_FIRST,
+/* 0752 */ UNO_NAME_HEADER_TEXT_FIRST,
+/* 0753 */ UNO_NAME_FOOTER_TEXT_FIRST,
-/* 0752 */ SW_PROPNAME_END
+/* 0754 */ SW_PROPNAME_END
// new items in this array must match SwPropNameTab aPropNameTab
};