diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-02-03 14:55:06 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-02-03 16:05:12 +0100 |
commit | d2564a4a101cefa5cf1266729cf12e14d17ce497 (patch) | |
tree | 0e0d03c4c3567b6d631a1eda84043a5664712ec8 /toolkit | |
parent | 843d3a9d87a784d202bcd06cfc69f84e4c2aa480 (diff) |
Remove needless SAL_DLLPRIVATE annotation
Change-Id: Id322e7ca57205083a5585081df86bfac933b7bb6
Diffstat (limited to 'toolkit')
-rw-r--r-- | toolkit/source/awt/vclxwindow.cxx | 2 |
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; |