summaryrefslogtreecommitdiff
path: root/include/sfx2
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-11-02 07:46:49 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-11-03 17:12:00 +0100
commit781c4402f1a8c64f87bc81e866bc444b9ed97948 (patch)
treed4429a5cb82a81013732903b57e9a7ebbacc9e4f /include/sfx2
parent48101a1a0d574db3db1f99c782bd67e885b232bb (diff)
make some classes module-private
improve the script, but it still generates some false positives Change-Id: If8ee1cba8c04ac0be11f73220149e6de15f24f44 Reviewed-on: https://gerrit.libreoffice.org/81929 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/sfx2')
-rw-r--r--include/sfx2/notebookbar/NotebookbarTabControl.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/notebookbar/NotebookbarTabControl.hxx b/include/sfx2/notebookbar/NotebookbarTabControl.hxx
index 68d7b4ef252d..440148beff0d 100644
--- a/include/sfx2/notebookbar/NotebookbarTabControl.hxx
+++ b/include/sfx2/notebookbar/NotebookbarTabControl.hxx
@@ -18,7 +18,7 @@ namespace com { namespace sun { namespace star { namespace ui {
} } } }
namespace com::sun::star::uno { class XComponentContext; }
-class SFX2_DLLPUBLIC NotebookbarTabControl final : public NotebookbarTabControlBase
+class NotebookbarTabControl final : public NotebookbarTabControlBase
{
friend class ChangedUIEventListener;