diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-11-20 18:05:29 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-11-20 18:05:29 +0000 |
commit | 2656fc3f73a1d0ae7e2ce1cb4ff4aef12b526c2c (patch) | |
tree | 632922e8dfc11bcea81e913a77258a51ccbeab2a | |
parent | e99266bd012caeb8b213093acd7c17e8b3973f3f (diff) |
INTEGRATION: CWS reportdesign01 (1.3.20); FILE MERGED
2007/10/09 09:27:44 lla 1.3.20.1: #i79214# use more PROPERTY_ constants
-rw-r--r-- | reportdesign/source/shared/stringconstants.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/reportdesign/source/shared/stringconstants.cxx b/reportdesign/source/shared/stringconstants.cxx index 6e326fbec..aaaf8c943 100644 --- a/reportdesign/source/shared/stringconstants.cxx +++ b/reportdesign/source/shared/stringconstants.cxx @@ -4,9 +4,9 @@ * * $RCSfile: stringconstants.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: hr $ $Date: 2007-08-02 14:35:24 $ + * last change: $Author: ihi $ $Date: 2007-11-20 19:05:29 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -238,3 +238,6 @@ IMPLEMENT_CONSTASCII_USTRING(PROPERTY_HYPERLINKNAME , "HyperLinkName"); IMPLEMENT_CONSTASCII_USTRING(PROPERTY_VISITEDCHARSTYLENAME, "VisitedCharStyleName"); IMPLEMENT_CONSTASCII_USTRING(PROPERTY_UNVISITEDCHARSTYLENAME, "UnvisitedCharStyleName"); +IMPLEMENT_CONSTASCII_USTRING(PROPERTY_ORDER, "Order"); +IMPLEMENT_CONSTASCII_USTRING(PROPERTY_APPLYFILTER, "ApplyFilter"); + |