summaryrefslogtreecommitdiff
path: root/basic
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-03-06 17:52:34 +0000
committerKurt Zenker <kz@openoffice.org>2008-03-06 17:52:34 +0000
commit0c4803a11c1e50b0972a75d0d2e8c9e365226447 (patch)
treefaf7f3e38da6f99f653cdd2bd620d523468755c8 /basic
parent12f11ee67e8499c4c77820ce25b3fe821e395afb (diff)
INTEGRATION: CWS odbmacros2 (1.6.72); FILE MERGED
2008/02/20 14:37:07 fs 1.6.72.1: cosmetic change: implSetStorage(XStorage) -> onNewRootStorage()
Diffstat (limited to 'basic')
-rw-r--r--basic/source/inc/dlgcont.hxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/basic/source/inc/dlgcont.hxx b/basic/source/inc/dlgcont.hxx
index 91a7e9bfba32..d1a4d43704b6 100644
--- a/basic/source/inc/dlgcont.hxx
+++ b/basic/source/inc/dlgcont.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: dlgcont.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: obo $ $Date: 2007-03-19 10:48:06 $
+ * last change: $Author: kz $ $Date: 2008-03-06 18:52:34 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -80,8 +80,7 @@ class SfxDialogLibraryContainer : public SfxLibraryContainer
virtual SfxLibraryContainer* createInstanceImpl( void );
- virtual void implSetStorage( const ::com::sun::star::uno::Reference
- < ::com::sun::star::embed::XStorage >& xStorage );
+ virtual void onNewRootStorage();
virtual const sal_Char* SAL_CALL getInfoFileName() const;
virtual const sal_Char* SAL_CALL getOldInfoFileName() const;