diff options
Diffstat (limited to 'sw/source/ui/vba/vbaselection.cxx')
-rw-r--r-- | sw/source/ui/vba/vbaselection.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/vba/vbaselection.cxx b/sw/source/ui/vba/vbaselection.cxx index f8b5206866db..ab608dc4bb69 100644 --- a/sw/source/ui/vba/vbaselection.cxx +++ b/sw/source/ui/vba/vbaselection.cxx @@ -1153,7 +1153,7 @@ SwVbaSelection::Paragraphs( const uno::Any& aIndex ) OUString SwVbaSelection::getServiceImplName() { - return OUString("SwVbaSelection"); + return "SwVbaSelection"; } uno::Sequence< OUString > |