summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/moduledbu.hxx
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2000-10-26 13:53:28 +0000
committerOcke Janssen <oj@openoffice.org>2000-10-26 13:53:28 +0000
commit000c84d7d537fc541b74b22987502a1240fd2a4c (patch)
tree15b0b6517f6f16688e9673c4c46012d76969bc63 /dbaccess/source/ui/inc/moduledbu.hxx
parenta97c237bd7a61c449d5cd0a8c8a0492ea3b82454 (diff)
remove private
Diffstat (limited to 'dbaccess/source/ui/inc/moduledbu.hxx')
-rw-r--r--dbaccess/source/ui/inc/moduledbu.hxx12
1 files changed, 5 insertions, 7 deletions
diff --git a/dbaccess/source/ui/inc/moduledbu.hxx b/dbaccess/source/ui/inc/moduledbu.hxx
index e1c2fb853acf..0ad8ed7c8464 100644
--- a/dbaccess/source/ui/inc/moduledbu.hxx
+++ b/dbaccess/source/ui/inc/moduledbu.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: moduledbu.hxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: fs $ $Date: 2000-10-05 10:08:51 $
+ * last change: $Author: oj $ $Date: 2000-10-26 14:53:28 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -117,11 +117,6 @@ private:
*/
class OModuleClient
{
-private:
- class ResId;
- // with this, nobody derived from this class can use a ResId (without qualifying the global scope explicitly)
- // if you're derived from this class and want to use ressources, please use ModuleRes (see below)
-
public:
OModuleClient() { OModule::registerClient(); }
~OModuleClient() { OModule::revokeClient(); }
@@ -147,6 +142,9 @@ public:
/*************************************************************************
* history:
* $Log: not supported by cvs2svn $
+ * Revision 1.1 2000/10/05 10:08:51 fs
+ * initial checkin
+ *
*
* Revision 1.0 20.09.00 15:26:10 fs
************************************************************************/