summaryrefslogtreecommitdiff
path: root/sfx2/inc/commandpopup
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2021-05-13 11:51:57 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-05-13 15:35:14 +0200
commit6ba2260591633749144e4bf451046fe0c4352b55 (patch)
tree63e7b44edf52983c7927a74d2cd70a7da9dc2b52 /sfx2/inc/commandpopup
parentfb7cb76df84c7f5c5adbef20a4ddf9b5ed4af24d (diff)
make some classes private
Change-Id: I14b2c27a99e76b1141c7a7bd3d0edaf57737bee2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115544 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sfx2/inc/commandpopup')
-rw-r--r--sfx2/inc/commandpopup/CommandPopup.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/inc/commandpopup/CommandPopup.hxx b/sfx2/inc/commandpopup/CommandPopup.hxx
index 6344f9253b94..feec24904fce 100644
--- a/sfx2/inc/commandpopup/CommandPopup.hxx
+++ b/sfx2/inc/commandpopup/CommandPopup.hxx
@@ -63,7 +63,7 @@ private:
std::vector<CurrentEntry>& rCommandList);
};
-class SFX2_DLLPUBLIC CommandListBox final
+class CommandListBox final
{
private:
std::unique_ptr<weld::Builder> mxBuilder;
@@ -91,7 +91,7 @@ public:
}
};
-class SFX2_DLLPUBLIC CommandPopupHandler final
+class CommandPopupHandler final
{
private:
std::unique_ptr<CommandListBox> mpListBox;