summaryrefslogtreecommitdiff
path: root/editeng/source/xml/xmltxtexp.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-07-13 11:46:41 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-07-13 11:46:41 +0200
commitaa371639ee0d3255af474e605eea665125ecd3e2 (patch)
treec0f36c7f909634dfc83e0dca027c37ff6c630fd9 /editeng/source/xml/xmltxtexp.cxx
parent6b8c36c6faa23acae024be4b8a4a1cf661ac531c (diff)
loplugin:oncevar: empty strings: editeng
Change-Id: I3b60b918277b408038a99f2c4801a454e6aa7b4a
Diffstat (limited to 'editeng/source/xml/xmltxtexp.cxx')
-rw-r--r--editeng/source/xml/xmltxtexp.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/editeng/source/xml/xmltxtexp.cxx b/editeng/source/xml/xmltxtexp.cxx
index 569e8927eba7..5606863f31db 100644
--- a/editeng/source/xml/xmltxtexp.cxx
+++ b/editeng/source/xml/xmltxtexp.cxx
@@ -185,8 +185,7 @@ sal_Bool SAL_CALL SvxSimpleUnoModel::attachResource( const OUString&, const css:
OUString SAL_CALL SvxSimpleUnoModel::getURL( )
{
- OUString aStr;
- return aStr;
+ return OUString();
}
css::uno::Sequence< css::beans::PropertyValue > SAL_CALL SvxSimpleUnoModel::getArgs( )