summaryrefslogtreecommitdiff
path: root/odk/examples/cpp/custompanel/ctp_panel.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'odk/examples/cpp/custompanel/ctp_panel.cxx')
-rw-r--r--odk/examples/cpp/custompanel/ctp_panel.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/odk/examples/cpp/custompanel/ctp_panel.cxx b/odk/examples/cpp/custompanel/ctp_panel.cxx
index 9720e4ddbbb9..a6f03e247e75 100644
--- a/odk/examples/cpp/custompanel/ctp_panel.cxx
+++ b/odk/examples/cpp/custompanel/ctp_panel.cxx
@@ -22,7 +22,6 @@
#include <com/sun/star/lang/DisposedException.hpp>
#include <com/sun/star/awt/XWindowPeer.hpp>
-#include <com/sun/star/awt/Toolkit.hpp>
#include <com/sun/star/awt/WindowClass.hpp>
#include <com/sun/star/awt/WindowAttribute.hpp>
#include <com/sun/star/awt/PosSize.hpp>
@@ -50,7 +49,6 @@ namespace sd { namespace colortoolpanel
using ::com::sun::star::lang::DisposedException;
using ::com::sun::star::awt::XWindowPeer;
using ::com::sun::star::lang::XMultiComponentFactory;
- using ::com::sun::star::awt::XToolkit;
using ::com::sun::star::awt::WindowDescriptor;
using ::com::sun::star::awt::WindowClass_SIMPLE;
using ::com::sun::star::awt::Rectangle;