diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-03-06 17:53:30 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-03-06 17:53:30 +0000 |
commit | 5bae6e114337c4508c0978182bbc3e7b2f6402eb (patch) | |
tree | d2deefbebd67d118254917c4c20cca4ac964e36b /basic | |
parent | 34cc79656725ee4e19409bac2fde8b0ecb43c711 (diff) |
INTEGRATION: CWS odbmacros2 (1.7.42); FILE MERGED
2008/02/20 14:37:07 fs 1.7.42.1: cosmetic change: implSetStorage(XStorage) -> onNewRootStorage()
Diffstat (limited to 'basic')
-rw-r--r-- | basic/source/uno/dlgcont.cxx | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/basic/source/uno/dlgcont.cxx b/basic/source/uno/dlgcont.cxx index 9c4b999bc49a..3572ff1fbde9 100644 --- a/basic/source/uno/dlgcont.cxx +++ b/basic/source/uno/dlgcont.cxx @@ -4,9 +4,9 @@ * * $RCSfile: dlgcont.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: hr $ $Date: 2007-08-03 09:56:49 $ + * last change: $Author: kz $ $Date: 2008-03-06 18:53:30 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -489,10 +489,8 @@ Reference< ::com::sun::star::resource::XStringResourcePersistence > return xRet; } -void SfxDialogLibraryContainer::implSetStorage( const Reference< embed::XStorage >& xStorage ) +void SfxDialogLibraryContainer::onNewRootStorage() { - (void)xStorage; - // the library container is not modified, go through the libraries and check whether they are modified Sequence< OUString > aNames = maNameContainer.getElementNames(); const OUString* pNames = aNames.getConstArray(); |