summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorDaniel Rentz <dr@openoffice.org>2010-07-30 17:28:42 +0200
committerDaniel Rentz <dr@openoffice.org>2010-07-30 17:28:42 +0200
commit77ccf4c8b1828fea6bc0a86b741bfd2d43e2937f (patch)
tree6fcbbcc4dabc48a2224125a6ab38e7381161f2ca /sc/inc
parent6d4d2362f1b41c5d64924a7fe43c984cddf14712 (diff)
mib17: #163146# XLS import: do not skip hidden names, do not rename sheet-local names, add Worksheet.Names VBA symbol -- #i112849# fix crash when closing Calc document
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/document.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sc/inc/document.hxx b/sc/inc/document.hxx
index 83896f76378d..983ceb4ace08 100644
--- a/sc/inc/document.hxx
+++ b/sc/inc/document.hxx
@@ -337,8 +337,7 @@ private:
Timer aTrackTimer;
- // mutable for lazy construction
- mutable com::sun::star::uno::Reference< com::sun::star::script::vba::XVBAEventProcessor >
+ com::sun::star::uno::Reference< com::sun::star::script::vba::XVBAEventProcessor >
mxVbaEvents;
public: