summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/AccessibleCsvControl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/AccessibleCsvControl.hxx')
-rw-r--r--sc/source/ui/inc/AccessibleCsvControl.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/inc/AccessibleCsvControl.hxx b/sc/source/ui/inc/AccessibleCsvControl.hxx
index 4dd0ed01ef05..d2c5de0997ce 100644
--- a/sc/source/ui/inc/AccessibleCsvControl.hxx
+++ b/sc/source/ui/inc/AccessibleCsvControl.hxx
@@ -472,9 +472,9 @@ protected:
private:
OUString maCellText; /// The text contents of this cell.
- sal_Int32 mnLine; /// The grid line index (core index).
- sal_uInt32 mnColumn; /// The grid column index (core index).
- sal_Int32 mnIndex; /// The index of the cell in the table.
+ sal_Int32 const mnLine; /// The grid line index (core index).
+ sal_uInt32 const mnColumn; /// The grid column index (core index).
+ sal_Int32 const mnIndex; /// The index of the cell in the table.
public:
explicit ScAccessibleCsvCell(