From d2564a4a101cefa5cf1266729cf12e14d17ce497 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 3 Feb 2014 14:55:06 +0100 Subject: Remove needless SAL_DLLPRIVATE annotation Change-Id: Id322e7ca57205083a5585081df86bfac933b7bb6 --- toolkit/source/awt/vclxwindow.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toolkit/source') diff --git a/toolkit/source/awt/vclxwindow.cxx b/toolkit/source/awt/vclxwindow.cxx index d4bfc9a3ff55..5b4d51e89b28 100644 --- a/toolkit/source/awt/vclxwindow.cxx +++ b/toolkit/source/awt/vclxwindow.cxx @@ -83,7 +83,7 @@ namespace MouseWheelBehavior = ::com::sun::star::awt::MouseWheelBehavior; //==================================================================== //= VCLXWindowImpl //==================================================================== -class SAL_DLLPRIVATE VCLXWindowImpl +class VCLXWindowImpl { private: typedef ::std::vector< VCLXWindow::Callback > CallbackArray; -- cgit