summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorJochen Nitschke <j.nitschke+logerrit@ok.de>2016-04-01 19:50:12 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-04-02 19:01:24 +0000
commitf7a75a66fa46627aa6edc6439650c1e3c06836d7 (patch)
tree5040ac4c1fd3f4afd28f900cdca5222bf822101e /svtools
parenta0b1a10ddcf5e17116055a0c82200231bf5cd55f (diff)
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 <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/uno/unogridcolumnfacade.cxx1
-rw-r--r--svtools/source/uno/wizard/unowizard.cxx2
-rw-r--r--svtools/source/uno/wizard/wizardpagecontroller.cxx1
-rw-r--r--svtools/source/uno/wizard/wizardshell.cxx3
4 files changed, 0 insertions, 7 deletions
diff --git a/svtools/source/uno/unogridcolumnfacade.cxx b/svtools/source/uno/unogridcolumnfacade.cxx
index 5c739b68dfeb..5dec7b651ba5 100644
--- a/svtools/source/uno/unogridcolumnfacade.cxx
+++ b/svtools/source/uno/unogridcolumnfacade.cxx
@@ -44,7 +44,6 @@ namespace svt { namespace table
using css::uno::RuntimeException;
using css::uno::Sequence;
using css::uno::UNO_QUERY_THROW;
- using css::uno::UNO_QUERY;
using css::awt::grid::XGridColumn;
using css::uno::XInterface;
using css::uno::Exception;
diff --git a/svtools/source/uno/wizard/unowizard.cxx b/svtools/source/uno/wizard/unowizard.cxx
index 03c57d340dd9..eca522f931c4 100644
--- a/svtools/source/uno/wizard/unowizard.cxx
+++ b/svtools/source/uno/wizard/unowizard.cxx
@@ -45,8 +45,6 @@ namespace {
using css::uno::Reference;
using css::uno::XInterface;
using css::uno::UNO_QUERY;
- using css::uno::UNO_QUERY_THROW;
- using css::uno::UNO_SET_THROW;
using css::uno::Exception;
using css::uno::RuntimeException;
using css::uno::Any;
diff --git a/svtools/source/uno/wizard/wizardpagecontroller.cxx b/svtools/source/uno/wizard/wizardpagecontroller.cxx
index b48eb3ae9dc9..399684e7e383 100644
--- a/svtools/source/uno/wizard/wizardpagecontroller.cxx
+++ b/svtools/source/uno/wizard/wizardpagecontroller.cxx
@@ -34,7 +34,6 @@ namespace svt { namespace uno
using css::uno::Reference;
using css::uno::XInterface;
- using css::uno::UNO_QUERY;
using css::uno::UNO_QUERY_THROW;
using css::uno::UNO_SET_THROW;
using css::uno::Exception;
diff --git a/svtools/source/uno/wizard/wizardshell.cxx b/svtools/source/uno/wizard/wizardshell.cxx
index 6849f3f9e856..bd7a8dcb21a2 100644
--- a/svtools/source/uno/wizard/wizardshell.cxx
+++ b/svtools/source/uno/wizard/wizardshell.cxx
@@ -34,9 +34,6 @@ namespace svt { namespace uno
using css::uno::Reference;
using css::uno::XInterface;
- using css::uno::UNO_QUERY;
- using css::uno::UNO_QUERY_THROW;
- using css::uno::UNO_SET_THROW;
using css::uno::Exception;
using css::uno::RuntimeException;
using css::uno::Any;