summaryrefslogtreecommitdiff
path: root/include/sfx2/dockwin.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-11-28 20:32:19 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-11-29 13:15:28 +0100
commit5e55f7a54170b25aaf82520c1cde307ece362eef (patch)
tree5e8a2d47650735c860b5a0054fa0d19cf2312d59 /include/sfx2/dockwin.hxx
parentde62d0c77e2f9e24f72fd638cb5c5e365ff164b5 (diff)
make some function symbols module private
improve the script to filter out more noise generated by library symbols Change-Id: I22bf6037d56bc4015001825c3fb3b21a39d85e07 Reviewed-on: https://gerrit.libreoffice.org/84022 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/sfx2/dockwin.hxx')
-rw-r--r--include/sfx2/dockwin.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/dockwin.hxx b/include/sfx2/dockwin.hxx
index d22052efd60b..aa4865c37e77 100644
--- a/include/sfx2/dockwin.hxx
+++ b/include/sfx2/dockwin.hxx
@@ -35,7 +35,7 @@ class SfxDockingWindow_Impl;
enum class SplitWindowItemFlags;
void SfxDockingWindowFactory( const css::uno::Reference< css::frame::XFrame >& rFrame, const OUString& rDockingWindowName );
-bool SFX2_DLLPUBLIC IsDockingWindowVisible( const css::uno::Reference< css::frame::XFrame >& rFrame, const OUString& rDockingWindowName );
+bool IsDockingWindowVisible( const css::uno::Reference< css::frame::XFrame >& rFrame, const OUString& rDockingWindowName );
class SFX2_DLLPUBLIC SfxDockingWindow : public DockingWindow
{