diff options
author | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2010-03-22 13:36:52 +0100 |
---|---|---|
committer | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2010-03-22 13:36:52 +0100 |
commit | 4ae601cfb49a0af9520a29bb7c5d0d92e34b54d2 (patch) | |
tree | 7570e161a2ad8e75a1fe13f04dcb8fab203494aa /sdext/source | |
parent | 57a5230fab3030782b60dea250bc805200855460 (diff) |
removed unused dependency to VCL
Diffstat (limited to 'sdext/source')
-rwxr-xr-x | sdext/source/presenter/PresenterAccessibility.cxx | 1 | ||||
-rw-r--r-- | sdext/source/presenter/PresenterPaneFactory.cxx | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/sdext/source/presenter/PresenterAccessibility.cxx b/sdext/source/presenter/PresenterAccessibility.cxx index 4480c05b4cbf..034b65dd9075 100755 --- a/sdext/source/presenter/PresenterAccessibility.cxx +++ b/sdext/source/presenter/PresenterAccessibility.cxx @@ -51,7 +51,6 @@ #include <com/sun/star/drawing/framework/ResourceId.hpp> #include <com/sun/star/drawing/framework/XPane.hpp> #include <com/sun/star/drawing/framework/XView.hpp> -#include <vcl/svapp.hxx> #include <cppuhelper/compbase1.hxx> #include <cppuhelper/compbase5.hxx> #include <cppuhelper/implbase1.hxx> diff --git a/sdext/source/presenter/PresenterPaneFactory.cxx b/sdext/source/presenter/PresenterPaneFactory.cxx index 13c7e9b12f4f..5e0417eb87b7 100644 --- a/sdext/source/presenter/PresenterPaneFactory.cxx +++ b/sdext/source/presenter/PresenterPaneFactory.cxx @@ -49,6 +49,7 @@ using namespace ::com::sun::star; using namespace ::com::sun::star::uno; +using namespace ::com::sun::star::lang; using namespace ::com::sun::star::drawing::framework; using ::rtl::OUString; |