summaryrefslogtreecommitdiff
path: root/desktop/source/pkgchk/unopkg/unopkg_app.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-01-05 13:05:50 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-01-05 13:10:48 +0100
commit9720e8e5ef49ee56e3612123a52b4a464d5e96ad (patch)
tree4b725a63422f12f4d78abb240a15bd24689e1dc9 /desktop/source/pkgchk/unopkg/unopkg_app.cxx
parent32fb1cd5041383908041811c58fdf8d06e75cc49 (diff)
Some loplugin:revisibility clean-up
Stumbled across such redundant visibility re-specifications when looking at the odd case of cppu_unsatisfied_iquery_msg declared CPPU_DLLPUBLIC in cppu/source/cppu/cppu_opt.cxx and used in inline code in include/com/sun/star/uno/Reference.hxx with only a declaration lacking CPPU_DLLPUBLIC visible, and wondering how that actually works on Windows. However, this plugin is probably not worth it being run all the time, so committing it to compilerplugins/clang/store/. Change-Id: Ibc3c4e7499213de1b419ce7eb85455cb832e1510
Diffstat (limited to 'desktop/source/pkgchk/unopkg/unopkg_app.cxx')
-rw-r--r--desktop/source/pkgchk/unopkg/unopkg_app.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/pkgchk/unopkg/unopkg_app.cxx b/desktop/source/pkgchk/unopkg/unopkg_app.cxx
index 649f382a3644..b7f0e0e15288 100644
--- a/desktop/source/pkgchk/unopkg/unopkg_app.cxx
+++ b/desktop/source/pkgchk/unopkg/unopkg_app.cxx
@@ -177,7 +177,7 @@ Reference<deployment::XPackage> findPackage(
} // anon namespace
-extern "C" DESKTOP_DLLPUBLIC int unopkg_main()
+extern "C" int unopkg_main()
{
tools::extendApplicationEnvironment();
bool bNoOtherErrorMsg = false;