diff options
Diffstat (limited to 'oox/source')
-rw-r--r-- | oox/source/drawingml/colorchoicecontext.cxx | 1 | ||||
-rw-r--r-- | oox/source/drawingml/fillproperties.cxx | 1 | ||||
-rw-r--r-- | oox/source/drawingml/lineproperties.cxx | 1 | ||||
-rw-r--r-- | oox/source/drawingml/shape3dproperties.cxx | 3 | ||||
-rw-r--r-- | oox/source/drawingml/transform2dcontext.cxx | 1 |
5 files changed, 0 insertions, 7 deletions
diff --git a/oox/source/drawingml/colorchoicecontext.cxx b/oox/source/drawingml/colorchoicecontext.cxx index 7a198c29c1c8..3c100ae0de50 100644 --- a/oox/source/drawingml/colorchoicecontext.cxx +++ b/oox/source/drawingml/colorchoicecontext.cxx @@ -22,7 +22,6 @@ #include "oox/helper/attributelist.hxx" #include "oox/drawingml/color.hxx" -using ::com::sun::star::uno::Reference; using ::com::sun::star::uno::RuntimeException; using ::com::sun::star::xml::sax::SAXException; using ::com::sun::star::xml::sax::XFastAttributeList; diff --git a/oox/source/drawingml/fillproperties.cxx b/oox/source/drawingml/fillproperties.cxx index e8a6001933c7..e48ac5f6c605 100644 --- a/oox/source/drawingml/fillproperties.cxx +++ b/oox/source/drawingml/fillproperties.cxx @@ -49,7 +49,6 @@ using namespace ::com::sun::star::graphic; using ::com::sun::star::uno::Reference; using ::com::sun::star::uno::Exception; -using ::com::sun::star::uno::UNO_QUERY; using ::com::sun::star::uno::UNO_QUERY_THROW; using ::com::sun::star::geometry::IntegerRectangle2D; diff --git a/oox/source/drawingml/lineproperties.cxx b/oox/source/drawingml/lineproperties.cxx index efa1ab8f1088..ba7859de9bd3 100644 --- a/oox/source/drawingml/lineproperties.cxx +++ b/oox/source/drawingml/lineproperties.cxx @@ -40,7 +40,6 @@ using namespace ::com::sun::star::beans; using namespace ::com::sun::star::drawing; using ::com::sun::star::uno::Any; -using ::com::sun::star::uno::Reference; using ::com::sun::star::container::XNameContainer; namespace oox { diff --git a/oox/source/drawingml/shape3dproperties.cxx b/oox/source/drawingml/shape3dproperties.cxx index 38b26c761e3e..728c7116a0a2 100644 --- a/oox/source/drawingml/shape3dproperties.cxx +++ b/oox/source/drawingml/shape3dproperties.cxx @@ -37,10 +37,7 @@ using namespace ::com::sun::star; using namespace ::com::sun::star::drawing; using namespace ::com::sun::star::graphic; -using ::com::sun::star::uno::Reference; using ::com::sun::star::uno::Exception; -using ::com::sun::star::uno::UNO_QUERY; -using ::com::sun::star::uno::UNO_QUERY_THROW; using ::oox::core::XmlFilterBase; namespace oox { diff --git a/oox/source/drawingml/transform2dcontext.cxx b/oox/source/drawingml/transform2dcontext.cxx index e7f47f78b380..642cbf94f762 100644 --- a/oox/source/drawingml/transform2dcontext.cxx +++ b/oox/source/drawingml/transform2dcontext.cxx @@ -24,7 +24,6 @@ #include "drawingml/textbody.hxx" using namespace ::com::sun::star; -using ::com::sun::star::uno::Reference; using ::com::sun::star::uno::RuntimeException; using ::com::sun::star::xml::sax::SAXException; using ::com::sun::star::xml::sax::XFastAttributeList; |