diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-02-05 15:48:28 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-02-06 06:54:51 +0100 |
commit | 12e3c1738e6f64c9180315b78120c0cba5c225d5 (patch) | |
tree | a860f53b573e0284ff592895d5d5adca36b4dfa6 /include | |
parent | a7e8571293096218ef6b49ce12af2a304704e8ba (diff) |
find more symbols that can be private
Change-Id: Ief2538fb61f4519e733ce7592cc7c441b94ac124
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88030
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r-- | include/editeng/AccessibleStringWrap.hxx | 6 | ||||
-rw-r--r-- | include/sfx2/charmappopup.hxx | 2 | ||||
-rw-r--r-- | include/sfx2/emojipopup.hxx | 2 | ||||
-rw-r--r-- | include/svtools/framestatuslistener.hxx | 2 | ||||
-rw-r--r-- | include/svx/AccessibilityCheckDialog.hxx | 2 | ||||
-rw-r--r-- | include/svx/ParaLineSpacingPopup.hxx | 2 | ||||
-rw-r--r-- | include/svx/TextCharacterSpacingPopup.hxx | 2 | ||||
-rw-r--r-- | include/svx/TextUnderlinePopup.hxx | 2 | ||||
-rw-r--r-- | include/svx/dlgctrl.hxx | 2 | ||||
-rw-r--r-- | include/svx/layctrl.hxx | 4 | ||||
-rw-r--r-- | include/svx/lboxctrl.hxx | 2 | ||||
-rw-r--r-- | include/svx/unoapi.hxx | 2 | ||||
-rw-r--r-- | include/svx/verttexttbxctrl.hxx | 4 |
13 files changed, 17 insertions, 17 deletions
diff --git a/include/editeng/AccessibleStringWrap.hxx b/include/editeng/AccessibleStringWrap.hxx index 73e41d7ab432..9cad86b2988a 100644 --- a/include/editeng/AccessibleStringWrap.hxx +++ b/include/editeng/AccessibleStringWrap.hxx @@ -37,10 +37,10 @@ class AccessibleStringWrap { public: - EDITENG_DLLPUBLIC AccessibleStringWrap( OutputDevice& rDev, SvxFont& rFont, const OUString& rText ); + AccessibleStringWrap( OutputDevice& rDev, SvxFont& rFont, const OUString& rText ); - EDITENG_DLLPUBLIC void GetCharacterBounds( sal_Int32 nIndex, tools::Rectangle& rRect ); - EDITENG_DLLPUBLIC sal_Int32 GetIndexAtPoint( const Point& rPoint ); + void GetCharacterBounds( sal_Int32 nIndex, tools::Rectangle& rRect ); + sal_Int32 GetIndexAtPoint( const Point& rPoint ); private: diff --git a/include/sfx2/charmappopup.hxx b/include/sfx2/charmappopup.hxx index e1b54cb99add..e9bb6244be69 100644 --- a/include/sfx2/charmappopup.hxx +++ b/include/sfx2/charmappopup.hxx @@ -23,7 +23,7 @@ #include <svtools/popupwindowcontroller.hxx> #include <sfx2/dllapi.h> -class SFX2_DLLPUBLIC CharmapPopup final : public svt::PopupWindowController +class CharmapPopup final : public svt::PopupWindowController { public: CharmapPopup(const css::uno::Reference<css::uno::XComponentContext>& rContext); diff --git a/include/sfx2/emojipopup.hxx b/include/sfx2/emojipopup.hxx index f1d04d9e1691..20d1e493c250 100644 --- a/include/sfx2/emojipopup.hxx +++ b/include/sfx2/emojipopup.hxx @@ -23,7 +23,7 @@ #include <svtools/popupwindowcontroller.hxx> #include <sfx2/dllapi.h> -class SFX2_DLLPUBLIC EmojiPopup final : public svt::PopupWindowController +class EmojiPopup final : public svt::PopupWindowController { public: EmojiPopup(const css::uno::Reference<css::uno::XComponentContext>& rContext); diff --git a/include/svtools/framestatuslistener.hxx b/include/svtools/framestatuslistener.hxx index b4999bfba9ad..9ddb44c0547f 100644 --- a/include/svtools/framestatuslistener.hxx +++ b/include/svtools/framestatuslistener.hxx @@ -35,7 +35,7 @@ namespace com :: sun :: star :: uno { class XComponentContext; } namespace svt { -class SVT_DLLPUBLIC FrameStatusListener : public css::frame::XStatusListener, +class FrameStatusListener : public css::frame::XStatusListener, public css::frame::XFrameActionListener, public css::lang::XComponent, public ::cppu::BaseMutex, diff --git a/include/svx/AccessibilityCheckDialog.hxx b/include/svx/AccessibilityCheckDialog.hxx index bb7205ba4dcb..9c17aba2921f 100644 --- a/include/svx/AccessibilityCheckDialog.hxx +++ b/include/svx/AccessibilityCheckDialog.hxx @@ -20,7 +20,7 @@ namespace svx { -class SVX_DLLPUBLIC AccessibilityCheckEntry final +class AccessibilityCheckEntry final { private: std::unique_ptr<weld::Builder> m_xBuilder; diff --git a/include/svx/ParaLineSpacingPopup.hxx b/include/svx/ParaLineSpacingPopup.hxx index b3ee136257dd..a595b9570ddb 100644 --- a/include/svx/ParaLineSpacingPopup.hxx +++ b/include/svx/ParaLineSpacingPopup.hxx @@ -24,7 +24,7 @@ namespace svx { -class SVX_DLLPUBLIC SvxLineSpacingToolBoxControl final : public svt::PopupWindowController +class SvxLineSpacingToolBoxControl final : public svt::PopupWindowController { public: explicit SvxLineSpacingToolBoxControl( const css::uno::Reference<css::uno::XComponentContext>& rContext ); diff --git a/include/svx/TextCharacterSpacingPopup.hxx b/include/svx/TextCharacterSpacingPopup.hxx index 40951daca79b..0c7b5b04f2d8 100644 --- a/include/svx/TextCharacterSpacingPopup.hxx +++ b/include/svx/TextCharacterSpacingPopup.hxx @@ -24,7 +24,7 @@ namespace svx { -class SVX_DLLPUBLIC TextCharacterSpacingPopup final : public svt::PopupWindowController +class TextCharacterSpacingPopup final : public svt::PopupWindowController { public: TextCharacterSpacingPopup(const css::uno::Reference<css::uno::XComponentContext>& rContext); diff --git a/include/svx/TextUnderlinePopup.hxx b/include/svx/TextUnderlinePopup.hxx index ccde9b06fcbb..1d4074f8b9f8 100644 --- a/include/svx/TextUnderlinePopup.hxx +++ b/include/svx/TextUnderlinePopup.hxx @@ -24,7 +24,7 @@ namespace svx { -class SVX_DLLPUBLIC TextUnderlinePopup final : public svt::PopupWindowController +class TextUnderlinePopup final : public svt::PopupWindowController { public: TextUnderlinePopup(const css::uno::Reference<css::uno::XComponentContext>& rContext); diff --git a/include/svx/dlgctrl.hxx b/include/svx/dlgctrl.hxx index a7c70d7be723..5efe8062e13a 100644 --- a/include/svx/dlgctrl.hxx +++ b/include/svx/dlgctrl.hxx @@ -415,7 +415,7 @@ public: class SvxRelativeField; -SVX_DLLPUBLIC void limitWidthForSidebar(weld::SpinButton& rSpinButton); +void limitWidthForSidebar(weld::SpinButton& rSpinButton); SVX_DLLPUBLIC void limitWidthForSidebar(SvxRelativeField& rMetricSpinButton); //tdf#130197 Give this toolbar a width as if it had 5 standard toolbutton entries SVX_DLLPUBLIC void padWidthForSidebar(weld::Toolbar& rToolbar, const css::uno::Reference<css::frame::XFrame>& rFrame); diff --git a/include/svx/layctrl.hxx b/include/svx/layctrl.hxx index f6b83f1581e0..9b9e5fe13acf 100644 --- a/include/svx/layctrl.hxx +++ b/include/svx/layctrl.hxx @@ -22,7 +22,7 @@ #include <svtools/popupwindowcontroller.hxx> #include <svx/svxdllapi.h> -class SVX_DLLPUBLIC SvxTableToolBoxControl final : public svt::PopupWindowController +class SvxTableToolBoxControl final : public svt::PopupWindowController { public: SvxTableToolBoxControl(const css::uno::Reference<css::uno::XComponentContext>& rContext); @@ -42,7 +42,7 @@ public: void CloseAndShowTableDialog(); }; -class SVX_DLLPUBLIC SvxColumnsToolBoxControl final : public svt::PopupWindowController +class SvxColumnsToolBoxControl final : public svt::PopupWindowController { public: SvxColumnsToolBoxControl(const css::uno::Reference<css::uno::XComponentContext>& rContext); diff --git a/include/svx/lboxctrl.hxx b/include/svx/lboxctrl.hxx index e37d9639843c..25c69f1139de 100644 --- a/include/svx/lboxctrl.hxx +++ b/include/svx/lboxctrl.hxx @@ -28,7 +28,7 @@ class ToolBox; class SvxPopupWindowListBox; -class SVX_DLLPUBLIC SvxUndoRedoControl final : public svt::PopupWindowController +class SvxUndoRedoControl final : public svt::PopupWindowController { std::vector< OUString > aUndoRedoList; OUString aDefaultTooltip; diff --git a/include/svx/unoapi.hxx b/include/svx/unoapi.hxx index f48382c6ddf1..693a15646497 100644 --- a/include/svx/unoapi.hxx +++ b/include/svx/unoapi.hxx @@ -87,7 +87,7 @@ SVXCORE_DLLPUBLIC bool SvxFieldUnitToMeasureUnit( const FieldUnit nVcl, short& e * * @throws std::exception */ -[[nodiscard]] SVXCORE_DLLPUBLIC OUString +[[nodiscard]] OUString SvxUnogetInternalNameForItem(const sal_uInt16 nWhich, const OUString& rApiName); #endif // INCLUDED_SVX_UNOAPI_HXX diff --git a/include/svx/verttexttbxctrl.hxx b/include/svx/verttexttbxctrl.hxx index 77471310707a..d283919f6bf8 100644 --- a/include/svx/verttexttbxctrl.hxx +++ b/include/svx/verttexttbxctrl.hxx @@ -55,7 +55,7 @@ public: virtual void SAL_CALL statusChanged(const css::frame::FeatureStateEvent& rEvent) override; }; -class SVX_DLLPUBLIC SvxCTLTextTbxCtrl final : public SvxVertCTLTextTbxCtrl +class SvxCTLTextTbxCtrl final : public SvxVertCTLTextTbxCtrl { public: SvxCTLTextTbxCtrl(const css::uno::Reference<css::uno::XComponentContext>& rContext); @@ -63,7 +63,7 @@ public: virtual OUString SAL_CALL getImplementationName() override; }; -class SVX_DLLPUBLIC SvxVertTextTbxCtrl final : public SvxVertCTLTextTbxCtrl +class SvxVertTextTbxCtrl final : public SvxVertCTLTextTbxCtrl { public: SvxVertTextTbxCtrl(const css::uno::Reference<css::uno::XComponentContext>& rContext); |