From f7a75a66fa46627aa6edc6439650c1e3c06836d7 Mon Sep 17 00:00:00 2001 From: Jochen Nitschke Date: Fri, 1 Apr 2016 19:50:12 +0200 Subject: cleanup: remove unused Reference.h(xx) includes and unused using-declarations from Reference.h Change-Id: I297a7ae6044fa329d245ecf08fd5c4cb930f5b19 Reviewed-on: https://gerrit.libreoffice.org/23735 Tested-by: Jenkins Reviewed-by: Markus Mohrhard --- odk/examples/cpp/custompanel/ctp_factory.cxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'odk/examples') diff --git a/odk/examples/cpp/custompanel/ctp_factory.cxx b/odk/examples/cpp/custompanel/ctp_factory.cxx index 0999666406ba..173ebe2c25a4 100644 --- a/odk/examples/cpp/custompanel/ctp_factory.cxx +++ b/odk/examples/cpp/custompanel/ctp_factory.cxx @@ -31,8 +31,6 @@ 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::UNO_QUERY_THROW; - using ::com::sun::star::uno::UNO_SET_THROW; using ::com::sun::star::uno::Exception; using ::com::sun::star::uno::RuntimeException; using ::com::sun::star::uno::Any; -- cgit