summaryrefslogtreecommitdiff
path: root/xmloff/source/forms/strings.hxx
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2001-01-02 14:58:22 +0000
committerFrank Schönheit <fs@openoffice.org>2001-01-02 14:58:22 +0000
commitfd2933f1f306b726b61a53790bb8331980ef7f3b (patch)
treea4e2a507a736a7953c193ef4d0c3096c7121a6ae /xmloff/source/forms/strings.hxx
parente402febae8c1997e593319860063737885b20d53 (diff)
event ex- & import
Diffstat (limited to 'xmloff/source/forms/strings.hxx')
-rw-r--r--xmloff/source/forms/strings.hxx14
1 files changed, 12 insertions, 2 deletions
diff --git a/xmloff/source/forms/strings.hxx b/xmloff/source/forms/strings.hxx
index 3115a61ac30a..700e247c4665 100644
--- a/xmloff/source/forms/strings.hxx
+++ b/xmloff/source/forms/strings.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: strings.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: fs $ $Date: 2000-12-18 15:14:35 $
+ * last change: $Author: fs $ $Date: 2001-01-02 15:58:22 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -224,6 +224,13 @@ namespace xmloff
XMLFORM_CONSTASCII_STRING( SERVICE_IMAGECONTROL, "com.sun.star.form.component.DatabaseImageControl");
XMLFORM_CONSTASCII_STRING( SERVICE_FORMATTEDFIELD, "com.sun.star.form.component.FormattedField" );
+ // various strings
+ XMLFORM_CONSTASCII_STRING( EVENT_NAME_SEPARATOR, "::" );
+ XMLFORM_CONSTASCII_STRING( EVENT_TYPE, "EventType" );
+ XMLFORM_CONSTASCII_STRING( EVENT_LIBRARY, "Library" );
+ XMLFORM_CONSTASCII_STRING( EVENT_LOCALMACRONAME, "MacroName" );
+
+
//.........................................................................
} // namespace xmloff
//.........................................................................
@@ -233,6 +240,9 @@ namespace xmloff
/*************************************************************************
* history:
* $Log: not supported by cvs2svn $
+ * Revision 1.3 2000/12/18 15:14:35 fs
+ * some changes ... now exporting/importing styles
+ *
* Revision 1.2 2000/11/19 15:41:32 fs
* extended the export capabilities - generic controls / grid columns / generic properties / some missing form properties
*