summaryrefslogtreecommitdiff
path: root/sw/source/ui/vba/vbaheadersfooters.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/vba/vbaheadersfooters.cxx')
-rw-r--r--sw/source/ui/vba/vbaheadersfooters.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sw/source/ui/vba/vbaheadersfooters.cxx b/sw/source/ui/vba/vbaheadersfooters.cxx
index ec41e33d025f..b85be8af0fc8 100644
--- a/sw/source/ui/vba/vbaheadersfooters.cxx
+++ b/sw/source/ui/vba/vbaheadersfooters.cxx
@@ -119,20 +119,20 @@ SwVbaHeadersFooters::createCollectionObject( const uno::Any& aSource )
return aSource;
}
-rtl::OUString
+OUString
SwVbaHeadersFooters::getServiceImplName()
{
- return rtl::OUString("SwVbaHeadersFooters");
+ return OUString("SwVbaHeadersFooters");
}
-uno::Sequence<rtl::OUString>
+uno::Sequence<OUString>
SwVbaHeadersFooters::getServiceNames()
{
- static uno::Sequence< rtl::OUString > sNames;
+ static uno::Sequence< OUString > sNames;
if ( sNames.getLength() == 0 )
{
sNames.realloc( 1 );
- sNames[0] = rtl::OUString("ooo.vba.word.HeadersFooters");
+ sNames[0] = OUString("ooo.vba.word.HeadersFooters");
}
return sNames;
}