[Libreoffice-commits] .: xmloff/inc

Thomas Arnhold tarnhold at kemper.freedesktop.org
Sat Jul 28 10:59:43 PDT 2012


 xmloff/inc/xmloff/txtprmap.hxx |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit db4f5372cb2d83ba9263071978ef837de847a689
Author: Thomas Arnhold <thomas at arnhold.org>
Date:   Sat Jul 28 19:56:19 2012 +0200

    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

diff --git a/xmloff/inc/xmloff/txtprmap.hxx b/xmloff/inc/xmloff/txtprmap.hxx
index 7a0ff26..f7c7a38 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)


More information about the Libreoffice-commits mailing list