summaryrefslogtreecommitdiff
path: root/unotools/source/config/fontcfg.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unotools/source/config/fontcfg.cxx')
-rw-r--r--unotools/source/config/fontcfg.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/unotools/source/config/fontcfg.cxx b/unotools/source/config/fontcfg.cxx
index e442870faa75..798b777e8deb 100644
--- a/unotools/source/config/fontcfg.cxx
+++ b/unotools/source/config/fontcfg.cxx
@@ -103,7 +103,7 @@ DefaultFontConfiguration::DefaultFontConfiguration()
{
// get service provider
Reference< XComponentContext > xContext( comphelper::getProcessComponentContext() );
- // create configuration hierachical access name
+ // create configuration hierarchical access name
try
{
m_xConfigProvider = theDefaultProvider::get( xContext );
@@ -366,7 +366,7 @@ FontSubstConfiguration::FontSubstConfiguration() :
{
// get service provider
Reference< XComponentContext > xContext( comphelper::getProcessComponentContext() );
- // create configuration hierachical access name
+ // create configuration hierarchical access name
m_xConfigProvider = theDefaultProvider::get( xContext );
Sequence< Any > aArgs(1);
PropertyValue aVal;