diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-03-06 17:53:12 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-03-06 17:53:12 +0000 |
commit | 34cc79656725ee4e19409bac2fde8b0ecb43c711 (patch) | |
tree | 4cb97f064125489b828d43cafa493f879aae4602 /basic | |
parent | 209d94aee7be235f9c2fb3ef1df1883a36874ab8 (diff) |
INTEGRATION: CWS odbmacros2 (1.6.52); FILE MERGED
2008/02/20 14:37:07 fs 1.6.52.1: cosmetic change: implSetStorage(XStorage) -> onNewRootStorage()
Diffstat (limited to 'basic')
-rw-r--r-- | basic/source/inc/scriptcont.hxx | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/basic/source/inc/scriptcont.hxx b/basic/source/inc/scriptcont.hxx index 468a3a8bc2e8..f45886261810 100644 --- a/basic/source/inc/scriptcont.hxx +++ b/basic/source/inc/scriptcont.hxx @@ -4,9 +4,9 @@ * * $RCSfile: scriptcont.hxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: hr $ $Date: 2007-06-27 14:23:39 $ + * last change: $Author: kz $ $Date: 2008-03-06 18:53:12 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -94,8 +94,7 @@ class SfxScriptLibraryContainer : public SfxLibraryContainer, public OldBasicPas throw(::com::sun::star::lang::WrappedTargetException, ::com::sun::star::uno::RuntimeException); - virtual void implSetStorage( const ::com::sun::star::uno::Reference - < ::com::sun::star::embed::XStorage >& xStorage ); + virtual void onNewRootStorage(); // OldBasicPassword interface |