summaryrefslogtreecommitdiff
path: root/sc/source/filter/oox/excelvbaproject.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/oox/excelvbaproject.cxx')
-rw-r--r--sc/source/filter/oox/excelvbaproject.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/oox/excelvbaproject.cxx b/sc/source/filter/oox/excelvbaproject.cxx
index 1f8c24807597..959097b32417 100644
--- a/sc/source/filter/oox/excelvbaproject.cxx
+++ b/sc/source/filter/oox/excelvbaproject.cxx
@@ -54,7 +54,7 @@ namespace {
struct SheetCodeNameInfo
{
PropertySet maSheetProps; /// Property set of the sheet without codename.
- OUString maPrefix; /// Prefix for the codename to be generated.
+ OUString const maPrefix; /// Prefix for the codename to be generated.
explicit SheetCodeNameInfo( const PropertySet& rSheetProps, const OUString& rPrefix ) :
maSheetProps( rSheetProps ), maPrefix( rPrefix ) {}