summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/drawingfragment.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/drawingfragment.hxx')
-rw-r--r--sc/source/filter/inc/drawingfragment.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/filter/inc/drawingfragment.hxx b/sc/source/filter/inc/drawingfragment.hxx
index bcb68d9ba0b7..11d9b01a9f27 100644
--- a/sc/source/filter/inc/drawingfragment.hxx
+++ b/sc/source/filter/inc/drawingfragment.hxx
@@ -132,9 +132,9 @@ private:
private:
css::uno::Reference< css::container::XIndexContainer > mxCtrlFormIC;
- sal_Int32 mnCtrlIndex;
- sal_Int32 mnCtrlType;
- sal_Int32 mnDropStyle;
+ sal_Int32 const mnCtrlIndex;
+ sal_Int32 const mnCtrlType;
+ sal_Int32 const mnDropStyle;
};
class VmlDrawing : public ::oox::vml::Drawing, public WorksheetHelper
@@ -187,7 +187,7 @@ private:
const ::oox::vml::ShapeBase& rShape ) const;
private:
- ::oox::ole::ControlConverter maControlConv;
+ ::oox::ole::ControlConverter const maControlConv;
::oox::vml::TextFontModel maListBoxFont;
};