summaryrefslogtreecommitdiff
path: root/dbaccess/source/shared
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2001-06-08 07:39:42 +0000
committerFrank Schönheit <fs@openoffice.org>2001-06-08 07:39:42 +0000
commitd04d63885a547effc85dc69f81b217d088a4289e (patch)
tree566af3d039906756c8b5fda3f09e9e3feea6ff4a /dbaccess/source/shared
parent6a93c955459e834387f74d3dc148436d50455b70 (diff)
#87909# moved dbu-specific strings herein (not compiled into both libraries anymore)
Diffstat (limited to 'dbaccess/source/shared')
-rw-r--r--dbaccess/source/shared/dbustrings.cxx18
1 files changed, 16 insertions, 2 deletions
diff --git a/dbaccess/source/shared/dbustrings.cxx b/dbaccess/source/shared/dbustrings.cxx
index c7245ac74029..488f25cf574b 100644
--- a/dbaccess/source/shared/dbustrings.cxx
+++ b/dbaccess/source/shared/dbustrings.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: dbustrings.cxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: oj $ $Date: 2000-10-24 13:03:50 $
+ * last change: $Author: fs $ $Date: 2001-06-08 08:39:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -62,5 +62,19 @@
namespace dbaui
{
+
#include "stringconstants.cxx"
+
+ //============================================================
+ //= URLs
+ //============================================================
+ IMPLEMENT_CONSTASCII_USTRING(URL_COMPONENT_QUERYDESIGN, ".component:DB/QueryDesign");
+ IMPLEMENT_CONSTASCII_USTRING(URL_COMPONENT_TABLEDESIGN, ".component:DB/TableDesign");
+ IMPLEMENT_CONSTASCII_USTRING(URL_COMPONENT_RELATIONDESIGN, ".component:DB/RelationDesign");
+
+ //============================================================
+ //= other
+ //============================================================
+ IMPLEMENT_CONSTASCII_USTRING(FRAME_NAME_QUERY_PREVIEW, "QueryPreview");
+
}