summaryrefslogtreecommitdiff
path: root/xmloff/source/text/txtimppr.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/text/txtimppr.cxx')
-rw-r--r--xmloff/source/text/txtimppr.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/text/txtimppr.cxx b/xmloff/source/text/txtimppr.cxx
index 4472cbac24aa..2e0139d3fecc 100644
--- a/xmloff/source/text/txtimppr.cxx
+++ b/xmloff/source/text/txtimppr.cxx
@@ -206,7 +206,7 @@ void XMLTextImportPropertyMapper::FontDefaultsCheck(
if( !pFontFamily )
{
- aAny <<= (sal_Int16)com::sun::star::awt::FontFamily::DONTKNOW;
+ aAny <<= (sal_Int16)css::awt::FontFamily::DONTKNOW;
#if OSL_DEBUG_LEVEL > 0
sal_Int16 nTmp = getPropertySetMapper()->GetEntryContextId(
@@ -219,7 +219,7 @@ void XMLTextImportPropertyMapper::FontDefaultsCheck(
if( !pFontPitch )
{
- aAny <<= (sal_Int16)com::sun::star::awt::FontPitch::DONTKNOW;
+ aAny <<= (sal_Int16)css::awt::FontPitch::DONTKNOW;
#if OSL_DEBUG_LEVEL > 0
sal_Int16 nTmp = getPropertySetMapper()->GetEntryContextId(
pFontFamilyName->mnIndex + 3 );