From 41e03a166eb9077dddd3f0ee9c2602122ec7d5ba Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Tue, 5 Mar 2013 12:34:10 +0100 Subject: doubled using Change-Id: Ib1d3213a688194bfb027b7bca5bd9ac1b7bb1b28 --- comphelper/source/misc/documentinfo.cxx | 1 - comphelper/source/misc/namedvaluecollection.cxx | 1 - 2 files changed, 2 deletions(-) (limited to 'comphelper') 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 === **/ -- cgit