From 5f520f757774db17ea4e33d34c724cf2af3adcba Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 22 Nov 2019 08:40:43 +0200 Subject: make some classes module-private Change-Id: If7303a082e06f6937fca911c578a40475546cda2 Reviewed-on: https://gerrit.libreoffice.org/83442 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/svx/dialcontrol.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/svx/dialcontrol.hxx') diff --git a/include/svx/dialcontrol.hxx b/include/svx/dialcontrol.hxx index c1124f106388..00b9bb58aa36 100644 --- a/include/svx/dialcontrol.hxx +++ b/include/svx/dialcontrol.hxx @@ -74,7 +74,7 @@ private: - Shows the value entered/modified in the numeric field. - Enables/disables/shows/hides the field according to own state changes. */ -class SAL_WARN_UNUSED SVX_DLLPUBLIC DialControl : public Control +class SAL_WARN_UNUSED DialControl : public Control { public: explicit DialControl( vcl::Window* pParent, WinBits nBits ); -- cgit