From ca46feb2ff915c6842b87cd5799a83af8003f3cd Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 7 Jul 2020 09:28:32 +0200 Subject: make some symbols private Change-Id: I224831ad18e754fd67d9b16510cd286a5397f1f3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98236 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/svx/tbcontrl.hxx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'include/svx') diff --git a/include/svx/tbcontrl.hxx b/include/svx/tbcontrl.hxx index 387c67f4bdb3..3614ae4fe309 100644 --- a/include/svx/tbcontrl.hxx +++ b/include/svx/tbcontrl.hxx @@ -153,7 +153,7 @@ namespace svx class ToolboxButtonColorUpdaterBase; } -class SVXCORE_DLLPUBLIC SvxStyleToolBoxControl final : public cppu::ImplInheritanceHelper { struct Impl; @@ -192,14 +192,14 @@ private: std::unique_ptr pFamilyState[MAX_FAMILIES]; sal_uInt16 nActFamily; // Id in the ToolBox = Position - 1 - SVX_DLLPRIVATE void Update(); - SVX_DLLPRIVATE void FillStyleBox(); - SVX_DLLPRIVATE void SelectStyle(const OUString& rStyleName); + void Update(); + void FillStyleBox(); + void SelectStyle(const OUString& rStyleName); friend class SfxStyleControllerItem_Impl; - SVX_DLLPRIVATE void SetFamilyState(sal_uInt16 nIdx, const SfxTemplateItem* pItem); - SVX_DLLPRIVATE SfxStyleFamily GetActFamily() const; + void SetFamilyState(sal_uInt16 nIdx, const SfxTemplateItem* pItem); + SfxStyleFamily GetActFamily() const; }; typedef std::function ColorSelectFunction; -- cgit