summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-04 14:48:47 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-14 12:31:46 +0200
commit07a43d8db4603cb9059383015f3c32a98f064fd6 (patch)
tree4ccc2e20c1c1b894e40efad075f0c594f2699a5e /include
parentTHEFUTURE is unused ;) (diff)
downloadcore-07a43d8db4603cb9059383015f3c32a98f064fd6.tar.gz
core-07a43d8db4603cb9059383015f3c32a98f064fd6.zip
SvxMSConvertOCXControlsRemoved never defined
Diffstat (limited to 'include')
-rw-r--r--include/oox/ole/olehelper.hxx21
1 files changed, 0 insertions, 21 deletions
diff --git a/include/oox/ole/olehelper.hxx b/include/oox/ole/olehelper.hxx
index 5b25c1df7e6e..e7ff93fc6609 100644
--- a/include/oox/ole/olehelper.hxx
+++ b/include/oox/ole/olehelper.hxx
@@ -154,12 +154,6 @@ private:
// implementation into the sd module itself.
class OOX_DLLPUBLIC MSConvertOCXControls : public SvxMSConvertOCXControls
{
-#ifdef SvxMSConvertOCXControlsRemoved
- com::sun::star::uno::Reference< com::sun::star::drawing::XShapes > mxShapes;
- com::sun::star::uno::Reference< com::sun::star::drawing::XDrawPage > mxDrawPage;
- com::sun::star::uno::Reference< com::sun::star::container::XIndexContainer > mxFormComps;
- com::sun::star::uno::Reference< com::sun::star::lang::XMultiServiceFactory > mxServiceFactory;
-#endif
protected:
::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > mxCtx;
::oox::GraphicHelper maGrfHelper;
@@ -179,21 +173,6 @@ public:
sal_Int32 nPos, sal_Int32 nSize );
static sal_Bool WriteOCXStream( const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel >& rxModel, SotStorageRef &rSrc1, const com::sun::star::uno::Reference< com::sun::star::awt::XControlModel > &rControlModel, const com::sun::star::awt::Size& rSize,OUString &rName);
static sal_Bool WriteOCXExcelKludgeStream( const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel >& rxModel, const ::com::sun::star::uno::Reference< ::com::sun::star::io::XOutputStream >& xOutStrm, const com::sun::star::uno::Reference< com::sun::star::awt::XControlModel > &rControlModel, const com::sun::star::awt::Size& rSize,OUString &rName);
-
-#ifdef SvxMSConvertOCXControlsRemoved
- const com::sun::star::uno::Reference< com::sun::star::drawing::XShapes > & GetShapes();
- const com::sun::star::uno::Reference< com::sun::star::container::XIndexContainer > & GetFormComps();
- virtual const com::sun::star::uno::Reference<
- com::sun::star::drawing::XDrawPage > & GetDrawPage();
- const com::sun::star::uno::Reference< com::sun::star::lang::XMultiServiceFactory > & GetServiceFactory();
- virtual sal_Bool InsertControl(
- const com::sun::star::uno::Reference<
- com::sun::star::form::XFormComponent >& /*rFComp*/,
- const com::sun::star::awt::Size& /*rSize*/,
- com::sun::star::uno::Reference<
- com::sun::star::drawing::XShape >* /*pShape*/,
- sal_Bool /*bFloatingCtrl*/ ) {return sal_False;}
-#endif
};