diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-07-01 17:46:37 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-07-01 18:33:42 +0200 |
commit | d341aca7f68bc082cdefe4b1176f56c2c14a0322 (patch) | |
tree | 0b6a1da402cd9641d506d49a892b264b24e13a4b /xmloff | |
parent | 8ca21893e58dc9694e0e7a6c0fc52154b3ccb5f7 (diff) |
hrc cleanup: Remove unused resource definitions
Change-Id: Ie3a3a65bfb628195940105d7261464989e9af3fa
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 f7c7a3859cec..7a0ff2679d80 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) -#define CTF_ANCHORPAGENUMBER (XML_TEXT_CTF_START + 52) +// 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) -#define CTF_PAGE_FOOTNOTE (XML_TEXT_CTF_START + 106) +// 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) -#define CTF_ISNUMBERING (XML_TEXT_CTF_START + 142) +// 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) |