summaryrefslogtreecommitdiff
path: root/unotools/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-05-30 15:31:27 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-06-01 15:21:54 +0100
commitdd11d240263c55d7185f88f9901c63a7cb281115 (patch)
tree36d6a8899066efc771ddecaf350a0c7b64b6c96f /unotools/inc
parentf90cb6c111d5ea7db3b9c71b6bcb9572e12876a3 (diff)
use well behaved singletons
Diffstat (limited to 'unotools/inc')
-rw-r--r--unotools/inc/unotools/fontcfg.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/unotools/inc/unotools/fontcfg.hxx b/unotools/inc/unotools/fontcfg.hxx
index 136147a095d4..7932bc5cda46 100644
--- a/unotools/inc/unotools/fontcfg.hxx
+++ b/unotools/inc/unotools/fontcfg.hxx
@@ -93,8 +93,8 @@ class UNOTOOLS_DLLPUBLIC DefaultFontConfiguration
rtl::OUString tryLocale( const com::sun::star::lang::Locale& rLocale, const rtl::OUString& rType ) const;
- DefaultFontConfiguration();
public:
+ DefaultFontConfiguration();
~DefaultFontConfiguration();
static DefaultFontConfiguration& get();
@@ -207,8 +207,8 @@ private:
unsigned long getSubstType( const com::sun::star::uno::Reference< com::sun::star::container::XNameAccess > xFont,
const rtl::OUString& rType ) const;
void readLocaleSubst( const com::sun::star::lang::Locale& rLocale ) const;
- FontSubstConfiguration();
public:
+ FontSubstConfiguration();
~FontSubstConfiguration();
static FontSubstConfiguration& get();