summaryrefslogtreecommitdiff
path: root/sw/source/ui/vba/vbatabstop.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/vba/vbatabstop.cxx')
-rw-r--r--sw/source/ui/vba/vbatabstop.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sw/source/ui/vba/vbatabstop.cxx b/sw/source/ui/vba/vbatabstop.cxx
index 7ff80c3987e8..d780309e6a2c 100644
--- a/sw/source/ui/vba/vbatabstop.cxx
+++ b/sw/source/ui/vba/vbatabstop.cxx
@@ -31,20 +31,20 @@ SwVbaTabStop::~SwVbaTabStop()
{
}
-rtl::OUString
+OUString
SwVbaTabStop::getServiceImplName()
{
- return rtl::OUString("SwVbaTabStop");
+ return OUString("SwVbaTabStop");
}
-uno::Sequence< rtl::OUString >
+uno::Sequence< OUString >
SwVbaTabStop::getServiceNames()
{
- static uno::Sequence< rtl::OUString > aServiceNames;
+ static uno::Sequence< OUString > aServiceNames;
if ( aServiceNames.getLength() == 0 )
{
aServiceNames.realloc( 1 );
- aServiceNames[ 0 ] = rtl::OUString("ooo.vba.word.TabStop" );
+ aServiceNames[ 0 ] = OUString("ooo.vba.word.TabStop" );
}
return aServiceNames;
}