diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-03-06 17:54:17 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-03-06 17:54:17 +0000 |
commit | 01406e653cd8858e726e79eb83bc1b4f20cdb77e (patch) | |
tree | 2e16ea41622c134debef9e85147ccfaa6f2c4afa /basic/source | |
parent | f2d331f304da5dee39e24ae1060d1070d177e1b4 (diff) |
INTEGRATION: CWS odbmacros2 (1.8.52); FILE MERGED
2008/02/20 14:37:07 fs 1.8.52.1: cosmetic change: implSetStorage(XStorage) -> onNewRootStorage()
Diffstat (limited to 'basic/source')
-rw-r--r-- | basic/source/uno/scriptcont.cxx | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/basic/source/uno/scriptcont.cxx b/basic/source/uno/scriptcont.cxx index 6ef711bc2e94..79921914a02f 100644 --- a/basic/source/uno/scriptcont.cxx +++ b/basic/source/uno/scriptcont.cxx @@ -4,9 +4,9 @@ * * $RCSfile: scriptcont.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: hr $ $Date: 2007-06-27 14:34:11 $ + * last change: $Author: kz $ $Date: 2008-03-06 18:54:17 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -1080,9 +1080,8 @@ sal_Bool SfxScriptLibraryContainer::implLoadPasswordLibrary } -void SfxScriptLibraryContainer::implSetStorage( const Reference< embed::XStorage >& xStorage ) +void SfxScriptLibraryContainer::onNewRootStorage() { - (void)xStorage; } //============================================================================ |