From d939b401c7b9de79f4ea99f03cb14e9423bf912e Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Sat, 3 Jan 2015 02:36:12 +0900 Subject: drop unused includes Change-Id: I6652b45a6010a05b59c1f87faaf7c06318f91fc1 --- starmath/inc/unomodel.hxx | 1 - starmath/source/unomodel.cxx | 3 --- 2 files changed, 4 deletions(-) (limited to 'starmath') diff --git a/starmath/inc/unomodel.hxx b/starmath/inc/unomodel.hxx index b7edb38b0d93..9fcddc75b625 100644 --- a/starmath/inc/unomodel.hxx +++ b/starmath/inc/unomodel.hxx @@ -21,7 +21,6 @@ #include #include -#include #include #include diff --git a/starmath/source/unomodel.cxx b/starmath/source/unomodel.cxx index 591c1f291b08..c3cc19563d11 100644 --- a/starmath/source/unomodel.cxx +++ b/starmath/source/unomodel.cxx @@ -23,12 +23,10 @@ #include #include #include -#include #include #include #include #include -#include #include #include #include @@ -329,7 +327,6 @@ uno::Any SAL_CALL SmModel::queryInterface( const uno::Type& rType ) throw(uno::R // PropertySetHelper interfaces static_cast< XPropertySet* > ( this ), static_cast< XMultiPropertySet* > ( this ), - //static_cast< XPropertyState* > ( this ), // my own interfaces static_cast< XServiceInfo* > ( this ), static_cast< XRenderable* > ( this ) ); -- cgit