[Libreoffice-commits] .: sw/source
Caolán McNamara
caolan at kemper.freedesktop.org
Tue Oct 12 07:37:18 PDT 2010
sw/source/ui/misc/outline.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit abe40b170c86426a08d072e839d1ecd9cdc60796
Author: Caolán McNamara <caolanm at redhat.com>
Date: Mon Oct 11 15:14:45 2010 +0100
#i112786# make ConfigManager a well-behaved singleton
diff --git a/sw/source/ui/misc/outline.cxx b/sw/source/ui/misc/outline.cxx
index c04e8d4..1ef3e82 100644
--- a/sw/source/ui/misc/outline.cxx
+++ b/sw/source/ui/misc/outline.cxx
@@ -1296,7 +1296,7 @@ void NumberingPreview::Paint( const Rectangle& /*rRect*/ )
pVDev->SetFont(aStdFont);
// Changed as per BugID 79541 Branding/Configuration
- uno::Any MyAny = ::utl::ConfigManager::GetConfigManager()->
+ uno::Any MyAny = ::utl::ConfigManager::GetConfigManager().
GetDirectConfigProperty( ::utl::ConfigManager::PRODUCTNAME );
::rtl::OUString aProductName;
More information about the Libreoffice-commits
mailing list