summaryrefslogtreecommitdiff
path: root/odk/examples/cpp/custompanel/ctp_factory.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'odk/examples/cpp/custompanel/ctp_factory.cxx')
-rw-r--r--odk/examples/cpp/custompanel/ctp_factory.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/odk/examples/cpp/custompanel/ctp_factory.cxx b/odk/examples/cpp/custompanel/ctp_factory.cxx
index c3c5842859ae..2b2387d53106 100644
--- a/odk/examples/cpp/custompanel/ctp_factory.cxx
+++ b/odk/examples/cpp/custompanel/ctp_factory.cxx
@@ -21,9 +21,7 @@
#include "ctp_factory.hxx"
#include "ctp_panel.hxx"
-#include <com/sun/star/lang/NotInitializedException.hpp>
#include <com/sun/star/lang/IllegalArgumentException.hpp>
-#include <com/sun/star/lang/XComponent.hpp>
#include <cppuhelper/supportsservice.hxx>
namespace sd { namespace colortoolpanel
@@ -31,13 +29,10 @@ namespace sd { namespace colortoolpanel
using ::com::sun::star::uno::Reference;
using ::com::sun::star::uno::XInterface;
using ::com::sun::star::uno::UNO_QUERY;
- using ::com::sun::star::uno::Exception;
using ::com::sun::star::uno::RuntimeException;
using ::com::sun::star::uno::Sequence;
using ::com::sun::star::uno::XComponentContext;
- using ::com::sun::star::lang::NotInitializedException;
using ::com::sun::star::lang::IllegalArgumentException;
- using ::com::sun::star::lang::XComponent;
using ::com::sun::star::ui::XUIElement;
using ::com::sun::star::beans::PropertyValue;
using ::com::sun::star::container::NoSuchElementException;