diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-07-28 19:56:19 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-07-28 19:56:19 +0200 |
commit | db4f5372cb2d83ba9263071978ef837de847a689 (patch) | |
tree | c65670c761e0c280e9fce606ca302ae3cc416393 /xmloff | |
parent | e9b19eebb9041f817dedd558117bce7bf6fbb70e (diff) |
Partially revert "hrc cleanup: Remove unused resource definitions"
This partially reverts d341aca7f68bc082cdefe4b1176f56c2c14a0322
http://lists.freedesktop.org/archives/libreoffice/2012-July/035331.html
Change-Id: Ia378ef028dbdf1500a9ca6fbbc141e460d289b31
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/inc/xmloff/txtprmap.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/inc/xmloff/txtprmap.hxx b/xmloff/inc/xmloff/txtprmap.hxx index 7a0ff2679d80..f7c7a3859cec 100644 --- a/xmloff/inc/xmloff/txtprmap.hxx +++ b/xmloff/inc/xmloff/txtprmap.hxx @@ -82,7 +82,7 @@ #define CTF_WRAP_CONTOUR_MODE (XML_TEXT_CTF_START + 49) #define CTF_WRAP_PARAGRAPH_ONLY (XML_TEXT_CTF_START + 50) #define CTF_ANCHORTYPE (XML_TEXT_CTF_START + 51) -// CTF_ANCHORPAGENUMBER (XML_TEXT_CTF_START + 52) +#define CTF_ANCHORPAGENUMBER (XML_TEXT_CTF_START + 52) #define CTF_TEXTCOLUMNS (XML_TEXT_CTF_START + 53) #define CTF_HORIZONTALPOS (XML_TEXT_CTF_START + 54) #define CTF_HORIZONTALPOS_MIRRORED (XML_TEXT_CTF_START + 55) @@ -135,7 +135,7 @@ #define CTF_SECTION_ENDNOTE_NUM_PREFIX (XML_TEXT_CTF_START + 103) #define CTF_SECTION_ENDNOTE_NUM_SUFFIX (XML_TEXT_CTF_START + 104) #define CTF_SECTION_ENDNOTE_NUM_OWN (XML_TEXT_CTF_START + 105) -// CTF_PAGE_FOOTNOTE (XML_TEXT_CTF_START + 106) +#define CTF_PAGE_FOOTNOTE (XML_TEXT_CTF_START + 106) #define CTF_FRAME_DISPLAY_SCROLLBAR (XML_TEXT_CTF_START + 107) #define CTF_FRAME_DISPLAY_BORDER (XML_TEXT_CTF_START + 108) #define CTF_FRAME_MARGIN_HORI (XML_TEXT_CTF_START + 109) @@ -175,7 +175,7 @@ #define CTF_PARA_ADJUSTLAST (XML_TEXT_CTF_START + 139) #define CTF_DEFAULT_OUTLINE_LEVEL (XML_TEXT_CTF_START + 140) #define CTF_OLD_FLOW_WITH_TEXT (XML_TEXT_CTF_START + 141) -// CTF_ISNUMBERING (XML_TEXT_CTF_START + 142) +#define CTF_ISNUMBERING (XML_TEXT_CTF_START + 142) #define CTF_TEXT_DISPLAY (XML_TEXT_CTF_START + 143) #define CTF_TEXT_CLIP (XML_TEXT_CTF_START + 144) #define CTF_TEXT_CLIP11 (XML_TEXT_CTF_START + 145) |