drop unused includes

Change-Id: I6652b45a6010a05b59c1f87faaf7c06318f91fc1
This commit is contained in:
Takeshi Abe
2015-01-03 02:36:12 +09:00
parent f3edc18b40
commit d939b401c7
2 changed files with 0 additions and 4 deletions

View File

@@ -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>

View File

@@ -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 ) );