summaryrefslogtreecommitdiff
path: root/framework/inc/uifactory
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/uifactory')
-rw-r--r--framework/inc/uifactory/configurationaccessfactorymanager.hxx2
-rw-r--r--framework/inc/uifactory/factoryconfiguration.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/framework/inc/uifactory/configurationaccessfactorymanager.hxx b/framework/inc/uifactory/configurationaccessfactorymanager.hxx
index 5d6ad0a76072..b4f9afe7c98b 100644
--- a/framework/inc/uifactory/configurationaccessfactorymanager.hxx
+++ b/framework/inc/uifactory/configurationaccessfactorymanager.hxx
@@ -63,7 +63,7 @@ namespace framework {
{
inline void free()
{
- FactoryManagerMap().swap( *this );
+ FactoryManagerMap().swap( *this );// get rid of reserved capacity
}
};
diff --git a/framework/inc/uifactory/factoryconfiguration.hxx b/framework/inc/uifactory/factoryconfiguration.hxx
index 8360f8b09a46..2df76a283503 100644
--- a/framework/inc/uifactory/factoryconfiguration.hxx
+++ b/framework/inc/uifactory/factoryconfiguration.hxx
@@ -80,7 +80,7 @@ private:
{
inline void free()
{
- MenuControllerMap().swap( *this );
+ MenuControllerMap().swap( *this );// get rid of reserved capacity
}
};