summaryrefslogtreecommitdiff
path: root/cui/source/options/treeopt.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2010-10-11 15:13:08 +0100
committerCaolán McNamara <caolanm@redhat.com>2010-10-12 15:34:10 +0100
commit762dbbb4b11279cf087cc52c0dd4c3d38f3ca220 (patch)
tree48453eb1cfab36fc065752f50b7c2dd3d92a04f1 /cui/source/options/treeopt.cxx
parent2ca1ccce958a5143906bbaa3654e1cc35ce587c8 (diff)
#i112786# make ConfigManager a well-behaved singleton
Diffstat (limited to 'cui/source/options/treeopt.cxx')
-rw-r--r--cui/source/options/treeopt.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/options/treeopt.cxx b/cui/source/options/treeopt.cxx
index f014c320fedc..21585b7c3db9 100644
--- a/cui/source/options/treeopt.cxx
+++ b/cui/source/options/treeopt.cxx
@@ -2702,7 +2702,7 @@ short OfaTreeOptionsDialog::Execute()
}
}
- utl::ConfigManager::GetConfigManager()->StoreConfigItems();
+ utl::ConfigManager::GetConfigManager().StoreConfigItems();
}
return nRet;