summaryrefslogtreecommitdiff
path: root/forms/source/inc
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2002-12-02 11:58:13 +0000
committerOcke Janssen <oj@openoffice.org>2002-12-02 11:58:13 +0000
commitca797206479c13b6b119ef58c4a962608d96dc7f (patch)
treef4d1323210dc33b2677377fd4c1d699e63e40012 /forms/source/inc
parenta9ced50e3381dd4a6f8e5ab3d808ff0b82674213 (diff)
#105638# new property DispathUrlInternal to allow sound played inside
Diffstat (limited to 'forms/source/inc')
-rw-r--r--forms/source/inc/property.hrc7
1 files changed, 5 insertions, 2 deletions
diff --git a/forms/source/inc/property.hrc b/forms/source/inc/property.hrc
index 8e33848be2f5..2a2010234807 100644
--- a/forms/source/inc/property.hrc
+++ b/forms/source/inc/property.hrc
@@ -2,9 +2,9 @@
*
* $RCSfile: property.hrc,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: fs $ $Date: 2001-08-06 14:53:51 $
+ * last change: $Author: oj $ $Date: 2002-12-02 12:58:12 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -249,6 +249,8 @@ namespace frm
#define PROPERTY_ID_FONTEMPHASISMARK (PROPERTY_ID_START +210)
#define PROPERTY_ID_FONTRELIEF (PROPERTY_ID_START +211)
+#define PROPERTY_ID_DISPATCHURLINTERNAL (PROPERTY_ID_START +212) // BOOL
+
// start ID fuer aggregierte Properties
#define PROPERTY_ID_AGGREGATE_ID (PROPERTY_ID_START + 10000)
@@ -420,6 +422,7 @@ DECLARE_CONSTASCII_USTRING(PROPERTY_CONTROLSOURCEPROPERTY);
DECLARE_CONSTASCII_USTRING(PROPERTY_REALNAME);
DECLARE_CONSTASCII_USTRING(PROPERTY_USER);
DECLARE_CONSTASCII_USTRING(PROPERTY_PASSWORD);
+DECLARE_CONSTASCII_USTRING(PROPERTY_DISPATCHURLINTERNAL);
//.........................................................................
}