summaryrefslogtreecommitdiff
path: root/starmath
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2015-01-03 02:36:12 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2015-01-03 02:44:02 +0900
commitd939b401c7b9de79f4ea99f03cb14e9423bf912e (patch)
tree7b7175480c063a75340fd6b507c19a727d89ee23 /starmath
parentf3edc18b4006b712725cbe530f064798607b2beb (diff)
drop unused includes
Change-Id: I6652b45a6010a05b59c1f87faaf7c06318f91fc1
Diffstat (limited to 'starmath')
-rw-r--r--starmath/inc/unomodel.hxx1
-rw-r--r--starmath/source/unomodel.cxx3
2 files changed, 0 insertions, 4 deletions
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 <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/beans/XMultiPropertySet.hpp>
-#include <com/sun/star/beans/XPropertyState.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/view/XRenderable.hpp>
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 <svtools/ctrltool.hxx>
#include <svl/itemprop.hxx>
#include <unotools/localedatawrapper.hxx>
-#include <comphelper/processfactory.hxx>
#include <editeng/paperinf.hxx>
#include <vcl/settings.hxx>
#include <vcl/print.hxx>
#include <toolkit/awt/vclxdevice.hxx>
-#include <com/sun/star/beans/PropertyState.hpp>
#include <com/sun/star/beans/PropertyAttribute.hpp>
#include <com/sun/star/formula/SymbolDescriptor.hpp>
#include <com/sun/star/awt/Size.hpp>
@@ -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 ) );