summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorCarsten Driesner <cd@openoffice.org>2009-10-16 15:28:14 +0000
committerCarsten Driesner <cd@openoffice.org>2009-10-16 15:28:14 +0000
commitfd1be11b2f7031ebd5f2cd1339132f56a9f0e60d (patch)
treec01288e4e8ff6950dadcdecd375e7e3f9c598028 /framework
parent6fe52b5bba5a90147f49325ce6d0cc4222fa7240 (diff)
#i105947# Add missing readConfigurationData() call.
Diffstat (limited to 'framework')
-rw-r--r--framework/source/uifactory/windowcontentfactorymanager.cxx7
1 files changed, 7 insertions, 0 deletions
diff --git a/framework/source/uifactory/windowcontentfactorymanager.cxx b/framework/source/uifactory/windowcontentfactorymanager.cxx
index fcadc1694e54..239c6aff5c1f 100644
--- a/framework/source/uifactory/windowcontentfactorymanager.cxx
+++ b/framework/source/uifactory/windowcontentfactorymanager.cxx
@@ -220,6 +220,13 @@ throw (uno::Exception, uno::RuntimeException)
// module identifier, user interface element type and name
// SAFE
ResetableGuard aLock( m_aLock );
+
+ if ( !m_bConfigRead )
+ {
+ m_bConfigRead = sal_True;
+ m_pConfigAccess->readConfigurationData();
+ }
+
aImplementationName = m_pConfigAccess->getFactorySpecifierFromTypeNameModule( aType, aName, aModuleId );
if ( aImplementationName.getLength() > 0 )
{