summaryrefslogtreecommitdiff
path: root/forms/source/helper
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 /forms/source/helper
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 'forms/source/helper')
-rw-r--r--forms/source/helper/commanddescriptionprovider.cxx2
-rw-r--r--forms/source/helper/resettable.cxx3
2 files changed, 0 insertions, 5 deletions
diff --git a/forms/source/helper/commanddescriptionprovider.cxx b/forms/source/helper/commanddescriptionprovider.cxx
index 0af5c919ee86..9210804fe44c 100644
--- a/forms/source/helper/commanddescriptionprovider.cxx
+++ b/forms/source/helper/commanddescriptionprovider.cxx
@@ -35,9 +35,7 @@ namespace frm
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;
diff --git a/forms/source/helper/resettable.cxx b/forms/source/helper/resettable.cxx
index de7db34de056..ec9024668ed0 100644
--- a/forms/source/helper/resettable.cxx
+++ b/forms/source/helper/resettable.cxx
@@ -28,9 +28,6 @@ namespace frm
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;