[Libreoffice-commits] .: xmloff/inc

Noel Power noelp at kemper.freedesktop.org
Tue Mar 1 04:39:46 PST 2011


 xmloff/inc/xmloff/odffields.hxx |    4 ----
 1 file changed, 4 deletions(-)

New commits:
commit df94d6c29485beff5b353b27ecff34f71fe208cb
Author: Noel Power <noel.power at novell.com>
Date:   Tue Mar 1 11:35:57 2011 +0000

    revert commit 4877ad1d8ef4bf509d5329f03fe6c16e8e3c307e
    
    revert patch that introduces some new odf attributes for form field controls

diff --git a/xmloff/inc/xmloff/odffields.hxx b/xmloff/inc/xmloff/odffields.hxx
index 753140f..4d772c1 100644
--- a/xmloff/inc/xmloff/odffields.hxx
+++ b/xmloff/inc/xmloff/odffields.hxx
@@ -35,19 +35,15 @@
 
 
 #define ODF_FORMTEXT "vnd.oasis.opendocument.field.FORMTEXT"
-#define ODF_FORMTEXT_NAME "FormText_Name"
-#define ODF_FORMTEXT_DEFAULT "FormText_Default"
 
 #define ODF_FORMCHECKBOX "vnd.oasis.opendocument.field.FORMCHECKBOX"
 #define ODF_FORMCHECKBOX_HELPTEXT "Checkbox_HelpText"
 #define ODF_FORMCHECKBOX_NAME "Checkbox_Name"
 #define ODF_FORMCHECKBOX_RESULT "Checkbox_Checked"
-#define ODF_FORMCHECKBOX_DEFAULT "Checkbox_Default"
 
 #define ODF_FORMDROPDOWN "vnd.oasis.opendocument.field.FORMDROPDOWN"
 #define ODF_FORMDROPDOWN_LISTENTRY "Dropdown_ListEntry"
 #define ODF_FORMDROPDOWN_RESULT "Dropdown_Selected"
-#define ODF_FORMDROPDOWN_NAME "Dropdown_Name"
 
 #define ODF_TOC "vnd.oasis.opendocument.field.TOC"
 


More information about the Libreoffice-commits mailing list