summaryrefslogtreecommitdiff
path: root/xmloff/source/text/XMLIndexSimpleEntryContext.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/text/XMLIndexSimpleEntryContext.cxx')
-rw-r--r--xmloff/source/text/XMLIndexSimpleEntryContext.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/xmloff/source/text/XMLIndexSimpleEntryContext.cxx b/xmloff/source/text/XMLIndexSimpleEntryContext.cxx
index 3267404f54ba..74622065b1b8 100644
--- a/xmloff/source/text/XMLIndexSimpleEntryContext.cxx
+++ b/xmloff/source/text/XMLIndexSimpleEntryContext.cxx
@@ -73,7 +73,7 @@ void XMLIndexSimpleEntryContext::StartElement(
OUString sDisplayStyleName = GetImport().GetStyleDisplayName(
XML_STYLE_FAMILY_TEXT_TEXT, sCharStyleName );
// #142494#: Check if style exists
- const Reference < ::com::sun::star::container::XNameContainer > & rStyles =
+ const Reference < css::container::XNameContainer > & rStyles =
GetImport().GetTextImport()->GetTextStyles();
if( rStyles.is() && rStyles->hasByName( sDisplayStyleName ) )
bCharStyleNameOK = true;
@@ -99,8 +99,7 @@ void XMLIndexSimpleEntryContext::EndElement()
}
void XMLIndexSimpleEntryContext::FillPropertyValues(
- ::com::sun::star::uno::Sequence<
- ::com::sun::star::beans::PropertyValue> & rValues)
+ css::uno::Sequence<css::beans::PropertyValue> & rValues)
{
// due to the limited number of subclasses, we fill the values
// directly into the slots. Subclasses will have to know they can