summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/prevloc.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/view/prevloc.cxx')
-rw-r--r--sc/source/ui/view/prevloc.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sc/source/ui/view/prevloc.cxx b/sc/source/ui/view/prevloc.cxx
index 6f6aea7aeb2d..259c5786ea6e 100644
--- a/sc/source/ui/view/prevloc.cxx
+++ b/sc/source/ui/view/prevloc.cxx
@@ -40,11 +40,11 @@ enum ScPreviewLocationType
struct ScPreviewLocationEntry
{
- ScPreviewLocationType eType;
- tools::Rectangle aPixelRect;
- ScRange aCellRange;
- bool bRepeatCol;
- bool bRepeatRow;
+ ScPreviewLocationType const eType;
+ tools::Rectangle const aPixelRect;
+ ScRange const aCellRange;
+ bool const bRepeatCol;
+ bool const bRepeatRow;
ScPreviewLocationEntry( ScPreviewLocationType eNewType, const tools::Rectangle& rPixel, const ScRange& rRange,
bool bRepCol, bool bRepRow ) :