diff options
author | Ocke Janssen <oj@openoffice.org> | 2001-03-30 11:46:36 +0000 |
---|---|---|
committer | Ocke Janssen <oj@openoffice.org> | 2001-03-30 11:46:36 +0000 |
commit | a4db63edab9facd57cf7311ecefed654388defeb (patch) | |
tree | 6121657b7abff4be7a8ddc0bbbd653f1cfc88e36 /connectivity/source/inc/dbase/DTable.hxx | |
parent | f165e0a48ebfd9006a81aadc94f5d8c61adb3daf (diff) |
use of different cast to rBHelper
Diffstat (limited to 'connectivity/source/inc/dbase/DTable.hxx')
-rw-r--r-- | connectivity/source/inc/dbase/DTable.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/source/inc/dbase/DTable.hxx b/connectivity/source/inc/dbase/DTable.hxx index 76eb2d88f9a2..090a85efb20f 100644 --- a/connectivity/source/inc/dbase/DTable.hxx +++ b/connectivity/source/inc/dbase/DTable.hxx @@ -2,9 +2,9 @@ * * $RCSfile: DTable.hxx,v $ * - * $Revision: 1.20 $ + * $Revision: 1.21 $ * - * last change: $Author: avy $ $Date: 2001-03-30 10:16:42 $ + * last change: $Author: oj $ $Date: 2001-03-30 12:46:36 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -160,7 +160,7 @@ namespace connectivity protected: virtual void FileClose(); // using ::connectivity::sdbcx::OTableDescriptor_BASE::rBHelper; - ::cppu::OBroadcastHelper& rBHelper; + public: virtual void refreshColumns(); virtual void refreshIndexes(); |