summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/rfindlst.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/rfindlst.hxx')
-rw-r--r--sc/source/ui/inc/rfindlst.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/inc/rfindlst.hxx b/sc/source/ui/inc/rfindlst.hxx
index 2dda7f545ff3..46c030409415 100644
--- a/sc/source/ui/inc/rfindlst.hxx
+++ b/sc/source/ui/inc/rfindlst.hxx
@@ -28,7 +28,7 @@
struct ScRangeFindData
{
ScRange aRef;
- ScRefFlags nFlags;
+ ScRefFlags const nFlags;
sal_Int32 nSelStart;
sal_Int32 nSelEnd;
Color nColor;
@@ -40,7 +40,7 @@ struct ScRangeFindData
class ScRangeFindList
{
std::vector<ScRangeFindData> maEntries;
- OUString aDocName;
+ OUString const aDocName;
bool bHidden;
sal_uInt16 nIndexColor;