summaryrefslogtreecommitdiff
path: root/toolkit
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-02-03 14:55:06 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-02-03 16:05:12 +0100
commitd2564a4a101cefa5cf1266729cf12e14d17ce497 (patch)
tree0e0d03c4c3567b6d631a1eda84043a5664712ec8 /toolkit
parent843d3a9d87a784d202bcd06cfc69f84e4c2aa480 (diff)
Remove needless SAL_DLLPRIVATE annotation
Change-Id: Id322e7ca57205083a5585081df86bfac933b7bb6
Diffstat (limited to 'toolkit')
-rw-r--r--toolkit/source/awt/vclxwindow.cxx2
1 files changed, 1 insertions, 1 deletions
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;