summaryrefslogtreecommitdiff
path: root/reportdesign
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-03-05 17:08:05 +0000
committerKurt Zenker <kz@openoffice.org>2008-03-05 17:08:05 +0000
commitc7ec57b80901065d86a052cc42ee559e4f1c42bb (patch)
treedc882c79bfb5f2c4a0fbd038d139289441353fd1 /reportdesign
parentcbbcf0168fba5745f82392a229e491c08b2b7579 (diff)
INTEGRATION: CWS rptchart01_DEV300 (1.4.20); FILE MERGED
2008/02/19 06:42:51 oj 1.4.20.2: #i85225# ongoing work 2008/01/24 12:39:32 oj 1.4.20.1: #i85225# changes for chart
Diffstat (limited to 'reportdesign')
-rw-r--r--reportdesign/source/inc/uistrings.hrc9
-rw-r--r--reportdesign/source/shared/uistrings.cxx6
2 files changed, 9 insertions, 6 deletions
diff --git a/reportdesign/source/inc/uistrings.hrc b/reportdesign/source/inc/uistrings.hrc
index 427a18adf573..e6449bc99b1b 100644
--- a/reportdesign/source/inc/uistrings.hrc
+++ b/reportdesign/source/inc/uistrings.hrc
@@ -4,9 +4,9 @@
*
* $RCSfile: uistrings.hrc,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: ihi $ $Date: 2007-11-20 19:05:08 $
+ * last change: $Author: kz $ $Date: 2008-03-05 18:07:28 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -64,10 +64,11 @@ DECLARE_CONSTASCII_USTRING(PROPERTY_FILTERPROPOSAL );
DECLARE_CONSTASCII_USTRING(PROPERTY_POSITION );
DECLARE_CONSTASCII_USTRING(PROPERTY_FORMATKEYDATE );
DECLARE_CONSTASCII_USTRING(PROPERTY_FORMATKEYTIME );
-DECLARE_CONSTASCII_USTRING(DBOVERLAPPEDCONTROL );
+DECLARE_CONSTASCII_USTRING(DBOVERLAPPEDCONTROL );
DECLARE_CONSTASCII_USTRING(PROPERTY_FORMULALIST );
DECLARE_CONSTASCII_USTRING(PROPERTY_SCOPE );
-
+DECLARE_CONSTASCII_USTRING(PROPERTY_CHARTTYPE );
+DECLARE_CONSTASCII_USTRING(PROPERTY_PREVIEW_COUNT );
}
#endif // REPORTDESIGN_SHARED_UISTRINGS_HRC
diff --git a/reportdesign/source/shared/uistrings.cxx b/reportdesign/source/shared/uistrings.cxx
index c74d01b2c998..a289f44e9cfc 100644
--- a/reportdesign/source/shared/uistrings.cxx
+++ b/reportdesign/source/shared/uistrings.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: uistrings.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: ihi $ $Date: 2007-11-20 19:05:50 $
+ * last change: $Author: kz $ $Date: 2008-03-05 18:08:05 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -61,5 +61,7 @@ namespace rptui
IMPLEMENT_CONSTASCII_USTRING(DBOVERLAPPEDCONTROL , "OverlappedControl");
IMPLEMENT_CONSTASCII_USTRING(PROPERTY_FORMULALIST , "FormulaList");
IMPLEMENT_CONSTASCII_USTRING(PROPERTY_SCOPE , "Scope");
+ IMPLEMENT_CONSTASCII_USTRING(PROPERTY_CHARTTYPE , "ChartType");
+ IMPLEMENT_CONSTASCII_USTRING(PROPERTY_PREVIEW_COUNT , "RowLimit");
}