summaryrefslogtreecommitdiff
path: root/sw/source/ui/vba/vbapane.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/vba/vbapane.cxx')
-rw-r--r--sw/source/ui/vba/vbapane.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/ui/vba/vbapane.cxx b/sw/source/ui/vba/vbapane.cxx
index 64a7c411c77c..26f579ccb5cd 100644
--- a/sw/source/ui/vba/vbapane.cxx
+++ b/sw/source/ui/vba/vbapane.cxx
@@ -43,13 +43,13 @@ SwVbaPane::View()
void SAL_CALL
SwVbaPane::Close( )
{
- dispatchRequests( mxModel,".uno:CloseWin" );
+ dispatchRequests( mxModel,u".uno:CloseWin"_ustr );
}
OUString
SwVbaPane::getServiceImplName()
{
- return "SwVbaPane";
+ return u"SwVbaPane"_ustr;
}
uno::Sequence< OUString >
@@ -57,7 +57,7 @@ SwVbaPane::getServiceNames()
{
static uno::Sequence< OUString > const aServiceNames
{
- "ooo.vba.word.Pane"
+ u"ooo.vba.word.Pane"_ustr
};
return aServiceNames;
}