diff options
author | Luboš Luňák <l.lunak@suse.cz> | 2013-03-18 17:05:51 +0100 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2013-03-18 17:15:56 +0100 |
commit | 9be25f14bdd801106efcfae34c8f1492cddfa714 (patch) | |
tree | 84aa1de48abd7163fdb6fcabdf2c08e20bdd603a /oox/inc | |
parent | a09124e6f585a128b4f130804f4a1f1ee8a31c93 (diff) |
avoid Wundef for various FIXME, FEATURE_NOT_DONE_YET and what not
Change-Id: I8e409ba63d32dca9a1c7f09d143165d1d702d642
Diffstat (limited to 'oox/inc')
-rw-r--r-- | oox/inc/oox/ole/olehelper.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/oox/inc/oox/ole/olehelper.hxx b/oox/inc/oox/ole/olehelper.hxx index 8825baf9e7eb..68d3133b7db6 100644 --- a/oox/inc/oox/ole/olehelper.hxx +++ b/oox/inc/oox/ole/olehelper.hxx @@ -151,7 +151,7 @@ private: // implementation into the sd module itself. class OOX_DLLPUBLIC MSConvertOCXControls : public SvxMSConvertOCXControls { -#if SvxMSConvertOCXControlsRemoved +#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; @@ -176,7 +176,7 @@ 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,rtl::OUString &rName); -#if SvxMSConvertOCXControlsRemoved +#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< |