summaryrefslogtreecommitdiff
path: root/dbaccess/source/inc
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/inc')
-rw-r--r--dbaccess/source/inc/stringconstants.hrc10
1 files changed, 8 insertions, 2 deletions
diff --git a/dbaccess/source/inc/stringconstants.hrc b/dbaccess/source/inc/stringconstants.hrc
index 29dc90ae6988..9836bfe4ff49 100644
--- a/dbaccess/source/inc/stringconstants.hrc
+++ b/dbaccess/source/inc/stringconstants.hrc
@@ -2,9 +2,9 @@
*
* $RCSfile: stringconstants.hrc,v $
*
- * $Revision: 1.26 $
+ * $Revision: 1.27 $
*
- * last change: $Author: fs $ $Date: 2001-06-08 08:38:21 $
+ * last change: $Author: fs $ $Date: 2001-06-15 08:36:56 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -165,6 +165,9 @@
#define PROPERTY_ID_ISHIDDEN 91
#define PROPERTY_ID_SUPPRESSVERSIONCL 92
#define PROPERTY_ID_LAYOUTINFORMATION 93
+#define PROPERTY_ID_TEXTLINECOLOR 94
+#define PROPERTY_ID_TEXTEMPHASIS 95
+#define PROPERTY_ID_TEXTRELIEF 96
//============================================================
//= property names
@@ -279,6 +282,9 @@ DECLARE_CONSTASCII_USTRING(PROPERTY_CONTROLUSER);
DECLARE_CONSTASCII_USTRING(PROPERTY_CONTROLPASSWORD);
DECLARE_CONSTASCII_USTRING(PROPERTY_CACHESIZE);
DECLARE_CONSTASCII_USTRING(PROPERTY_CREATEVIEW);
+DECLARE_CONSTASCII_USTRING(PROPERTY_TEXTLINECOLOR);
+DECLARE_CONSTASCII_USTRING(PROPERTY_TEXTEMPHASIS);
+DECLARE_CONSTASCII_USTRING(PROPERTY_TEXTRELIEF);
//============================================================
//= service names
14 +0200'>2012-04-14OfficeConnection: kill soffice process when Java bridge is disposedMichael Stahl 2012-03-03OfficeConnection.java: don't wait forever if terminate() failsMichael Stahl 2011-12-16Handle unset workdir argument.Stephan Bergmann 2011-11-25remove debugcommand -- debugrun is superceding itBjoern Michaelsen 2011-11-25empty java stacktrace for soffice crashers, they are not interesting anywayBjoern Michaelsen 2011-11-25gdb stacktraces for subsequentchecksBjoern Michaelsen 2011-09-28split 'test' into 'unotest' and 'test' to help dependenciesMichael Meeks