summaryrefslogtreecommitdiff
path: root/dbaccess/source/shared
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-03-06 17:08:29 +0000
committerKurt Zenker <kz@openoffice.org>2008-03-06 17:08:29 +0000
commitf9f7d65f57b04e346ef09cd93dc6f1b557731b7c (patch)
treeae5e9077b2692542530fce4b4cab9ee72f7ffaf2 /dbaccess/source/shared
parent4b27de88993b98a7d2371e5e3c2ff1cbf310b704 (diff)
INTEGRATION: CWS odbmacros2 (1.45.10); FILE MERGED
2008/03/04 12:00:42 fs 1.45.10.2: RESYNC: (1.45-1.46); FILE MERGED 2008/02/11 11:17:30 fs 1.45.10.1: replace ShowTreeView/Button with (Enable|Show)Browser
Diffstat (limited to 'dbaccess/source/shared')
-rw-r--r--dbaccess/source/shared/stringconstants.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/dbaccess/source/shared/stringconstants.cxx b/dbaccess/source/shared/stringconstants.cxx
index 7cd68bdbcbf7..7b5856bc2d9c 100644
--- a/dbaccess/source/shared/stringconstants.cxx
+++ b/dbaccess/source/shared/stringconstants.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: stringconstants.cxx,v $
*
- * $Revision: 1.46 $
+ * $Revision: 1.47 $
*
- * last change: $Author: obo $ $Date: 2008-02-26 15:56:33 $
+ * last change: $Author: kz $ $Date: 2008-03-06 18:08:29 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -148,8 +148,8 @@ IMPLEMENT_CONSTASCII_USTRING(PROPERTY_CONTROLDEFAULT ,"ControlDefault");
IMPLEMENT_CONSTASCII_USTRING(PROPERTY_HIDDEN ,"Hidden");
IMPLEMENT_CONSTASCII_USTRING(PROPERTY_DEFAULTSTATE ,"DefaultState");
IMPLEMENT_CONSTASCII_USTRING(PROPERTY_SUPPRESSVERSIONCL, "SuppressVersionColumns");
-IMPLEMENT_CONSTASCII_USTRING(PROPERTY_SHOWTREEVIEW, "ShowTreeView");
-IMPLEMENT_CONSTASCII_USTRING(PROPERTY_SHOWTREEVIEWBUTTON, "ShowTreeViewButton");
+IMPLEMENT_CONSTASCII_USTRING(PROPERTY_SHOW_BROWSER, "ShowBrowser");
+IMPLEMENT_CONSTASCII_USTRING(PROPERTY_ENABLE_BROWSER, "EnableBrowser");
IMPLEMENT_CONSTASCII_USTRING(PROPERTY_SHOWMENU, "ShowMenu");
IMPLEMENT_CONSTASCII_USTRING(PROPERTY_LAYOUTINFORMATION, "LayoutInformation");
IMPLEMENT_CONSTASCII_USTRING(PROPERTY_CURRENTTABLE, "CurrentTable");