summaryrefslogtreecommitdiff
path: root/include/oox/ole/vbamodule.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/ole/vbamodule.hxx')
-rw-r--r--include/oox/ole/vbamodule.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/oox/ole/vbamodule.hxx b/include/oox/ole/vbamodule.hxx
index cb3682839c90..dbea6bf5eb50 100644
--- a/include/oox/ole/vbamodule.hxx
+++ b/include/oox/ole/vbamodule.hxx
@@ -92,12 +92,12 @@ private:
OUString maName;
OUString maStreamName;
OUString maDocString;
- rtl_TextEncoding meTextEnc;
+ rtl_TextEncoding const meTextEnc;
sal_Int32 mnType;
sal_uInt32 mnOffset;
bool mbReadOnly;
bool mbPrivate;
- bool mbExecutable;
+ bool const mbExecutable;
};