summaryrefslogtreecommitdiff
path: root/include/oox/helper/modelobjecthelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/helper/modelobjecthelper.hxx')
-rw-r--r--include/oox/helper/modelobjecthelper.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/oox/helper/modelobjecthelper.hxx b/include/oox/helper/modelobjecthelper.hxx
index 5b5dea4f4092..d618e4ab78ba 100644
--- a/include/oox/helper/modelobjecthelper.hxx
+++ b/include/oox/helper/modelobjecthelper.hxx
@@ -68,7 +68,7 @@ private:
mxModelFactory; ///< Factory to create the container.
mutable css::uno::Reference< css::container::XNameContainer >
mxContainer; ///< Container for the objects.
- OUString maServiceName; ///< Service name to create the container.
+ OUString const maServiceName; ///< Service name to create the container.
sal_Int32 mnIndex; ///< Index to create unique identifiers.
};