summaryrefslogtreecommitdiff
path: root/include/oox/ole/axcontrol.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/ole/axcontrol.hxx')
-rw-r--r--include/oox/ole/axcontrol.hxx14
1 files changed, 6 insertions, 8 deletions
diff --git a/include/oox/ole/axcontrol.hxx b/include/oox/ole/axcontrol.hxx
index a932a7bcfcd2..3d67e49b23c3 100644
--- a/include/oox/ole/axcontrol.hxx
+++ b/include/oox/ole/axcontrol.hxx
@@ -339,7 +339,7 @@ private:
const GraphicHelper& mrGraphicHelper;
mutable PropertySet maAddressConverter;
mutable PropertySet maRangeConverter;
- bool mbDefaultColorBgr;
+ bool const mbDefaultColorBgr;
};
@@ -422,10 +422,8 @@ protected:
const sal_uInt16 mnVersion; ///< Current version of the ComCtl control model.
private:
- sal_uInt32 mnDataPartId5; ///< Identifier for version 5.0 control data.
- sal_uInt32 mnDataPartId6; ///< Identifier for version 6.0 control data.
- bool mbCommonPart; ///< True = the COMCTL_COMMONDATA part exists.
- bool mbComplexPart; ///< True = the COMCTL_COMPLEXDATA part exists.
+ sal_uInt32 const mnDataPartId5; ///< Identifier for version 5.0 control data.
+ sal_uInt32 const mnDataPartId6; ///< Identifier for version 6.0 control data.
};
@@ -500,7 +498,7 @@ public: // direct access needed for legacy VML drawing controls
AxFontData maFontData; ///< The font settings.
private:
- bool mbSupportsAlign; ///< True = UNO model supports Align property.
+ bool const mbSupportsAlign; ///< True = UNO model supports Align property.
};
@@ -830,7 +828,7 @@ public: // direct access needed for legacy VML drawing controls
sal_Int32 mnPicAlign; ///< Anchor position of the picture.
sal_Int32 mnPicSizeMode; ///< Clip, stretch, zoom.
bool mbPicTiling; ///< True = picture is repeated.
- bool mbFontSupport; ///< True = control supports the font property.
+ bool const mbFontSupport; ///< True = control supports the font property.
};
@@ -982,7 +980,7 @@ private:
createXForm();
private:
- ControlConverter maControlConv;
+ ControlConverter const maControlConv;
css::uno::Reference< css::lang::XMultiServiceFactory > mxModelFactory;
css::uno::Reference< css::form::XFormsSupplier > mxFormsSupp;
css::uno::Reference< css::container::XIndexContainer > mxFormIC;