summaryrefslogtreecommitdiff
path: root/sc/inc/miscuno.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/miscuno.hxx')
-rw-r--r--sc/inc/miscuno.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/miscuno.hxx b/sc/inc/miscuno.hxx
index 566ca6d1cae2..e0391e431f43 100644
--- a/sc/inc/miscuno.hxx
+++ b/sc/inc/miscuno.hxx
@@ -78,7 +78,7 @@ class ScIndexEnumeration : public cppu::WeakImplHelper<
{
private:
css::uno::Reference<css::container::XIndexAccess> xIndex;
- OUString sServiceName;
+ OUString const sServiceName;
sal_Int32 nPos;
public: