diff options
Diffstat (limited to 'sw/source/ui/vba/vbatable.cxx')
-rw-r--r-- | sw/source/ui/vba/vbatable.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/vba/vbatable.cxx b/sw/source/ui/vba/vbatable.cxx index e5017d49aeef..822c6c28a2cf 100644 --- a/sw/source/ui/vba/vbatable.cxx +++ b/sw/source/ui/vba/vbatable.cxx @@ -112,7 +112,7 @@ SwVbaTable::Columns( const uno::Any& index ) OUString SwVbaTable::getServiceImplName() { - return OUString("SwVbaTable"); + return "SwVbaTable"; } uno::Sequence<OUString> |