diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-12-29 12:23:33 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-12-29 18:19:23 +0100 |
commit | d460842616d467dfaf7b51ac2db94adb1ff5cbb0 (patch) | |
tree | ba2fe48f2568784d1f7d8f04ad33b827b616f40b /emfio | |
parent | 0e5fc156da7f40528f636a89b6bad7e14bdc8350 (diff) |
loplugin:unnecessaryparen improve return check
Change-Id: I8128aa4b5fc60efd1dbf5971cdde11e588f5f64b
Reviewed-on: https://gerrit.libreoffice.org/47167
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'emfio')
-rw-r--r-- | emfio/source/emfuno/xemfparser.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emfio/source/emfuno/xemfparser.cxx b/emfio/source/emfuno/xemfparser.cxx index 7d0870025fa3..e9175de10d60 100644 --- a/emfio/source/emfuno/xemfparser.cxx +++ b/emfio/source/emfuno/xemfparser.cxx @@ -215,7 +215,7 @@ namespace emfio OUString SAL_CALL XEmfParser::getImplementationName() { - return(XEmfParser_getImplementationName()); + return XEmfParser_getImplementationName(); } sal_Bool SAL_CALL XEmfParser::supportsService(const OUString& rServiceName) |