new property for views

This commit is contained in:
Ocke Janssen 2001-04-24 13:39:54 +00:00
parent 9ef87d9dfa
commit 132bccd0ae
2 changed files with 6 additions and 4 deletions

View file

@ -2,9 +2,9 @@
*
* $RCSfile: stringconstants.hrc,v $
*
* $Revision: 1.19 $
* $Revision: 1.20 $
*
* last change: $Author: oj $ $Date: 2001-04-10 14:12:50 $
* last change: $Author: oj $ $Date: 2001-04-24 14:39:54 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -300,6 +300,7 @@ DECLARE_CONSTASCII_USTRING(PROPERTY_DATABASENAME);
DECLARE_CONSTASCII_USTRING(PROPERTY_CONTROLUSER);
DECLARE_CONSTASCII_USTRING(PROPERTY_CONTROLPASSWORD);
DECLARE_CONSTASCII_USTRING(PROPERTY_CACHESIZE);
DECLARE_CONSTASCII_USTRING(PROPERTY_CREATEVIEW);
//============================================================
//= service names

View file

@ -2,9 +2,9 @@
*
* $RCSfile: stringconstants.cxx,v $
*
* $Revision: 1.17 $
* $Revision: 1.18 $
*
* last change: $Author: oj $ $Date: 2001-04-10 14:12:23 $
* last change: $Author: oj $ $Date: 2001-04-24 14:39:28 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -170,6 +170,7 @@ IMPLEMENT_CONSTASCII_USTRING(PROPERTY_DATABASENAME, "DatabaseName");
IMPLEMENT_CONSTASCII_USTRING(PROPERTY_CONTROLUSER, "ControlUser");
IMPLEMENT_CONSTASCII_USTRING(PROPERTY_CONTROLPASSWORD, "ControlPassword");
IMPLEMENT_CONSTASCII_USTRING(PROPERTY_CACHESIZE, "CacheSize");
IMPLEMENT_CONSTASCII_USTRING(PROPERTY_CREATEVIEW, "CreateView");
//============================================================