summaryrefslogtreecommitdiff
path: root/comphelper
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-03-05 12:34:10 +0100
committerThomas Arnhold <thomas@arnhold.org>2013-03-05 12:34:33 +0100
commit41e03a166eb9077dddd3f0ee9c2602122ec7d5ba (patch)
tree157456c10783d0e644bcca7f8c84600cf6ab78d1 /comphelper
parent21414f3958357303084780b27d566f2058b73a37 (diff)
doubled using
Change-Id: Ib1d3213a688194bfb027b7bca5bd9ac1b7bb1b28
Diffstat (limited to 'comphelper')
-rw-r--r--comphelper/source/misc/documentinfo.cxx1
-rw-r--r--comphelper/source/misc/namedvaluecollection.cxx1
2 files changed, 0 insertions, 2 deletions
diff --git a/comphelper/source/misc/documentinfo.cxx b/comphelper/source/misc/documentinfo.cxx
index 0ada1a74f536..e80d818dd19c 100644
--- a/comphelper/source/misc/documentinfo.cxx
+++ b/comphelper/source/misc/documentinfo.cxx
@@ -52,7 +52,6 @@ namespace comphelper {
using ::com::sun::star::document::XDocumentProperties;
using ::com::sun::star::frame::XStorable;
using ::com::sun::star::beans::XPropertySetInfo;
- using ::com::sun::star::frame::XTitle;
using ::com::sun::star::uno::XInterface;
using ::com::sun::star::frame::XFrame;
/** === end UNO using === **/
diff --git a/comphelper/source/misc/namedvaluecollection.cxx b/comphelper/source/misc/namedvaluecollection.cxx
index ebd696380ec0..ef8ad7a32697 100644
--- a/comphelper/source/misc/namedvaluecollection.cxx
+++ b/comphelper/source/misc/namedvaluecollection.cxx
@@ -54,7 +54,6 @@ namespace comphelper
using ::com::sun::star::uno::cpp_release;
using ::com::sun::star::uno::cpp_queryInterface;
using ::com::sun::star::lang::IllegalArgumentException;
- using ::com::sun::star::beans::NamedValue;
using ::com::sun::star::beans::PropertyState_DIRECT_VALUE;
/** === end UNO using === **/