summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/xeroot.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-01-24 14:43:59 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-01-24 14:44:50 +0000
commite4fa8660bc2d208df07cc0cd2c0518a6e0c1e365 (patch)
treeb2c77720044a5eec147272eddefb407774192c1d /sc/source/filter/inc/xeroot.hxx
parentb6cbae43385418be3238ed6e5cd5f90aeb69aa8a (diff)
WaE: gcc 4.6.0 various warnings
Diffstat (limited to 'sc/source/filter/inc/xeroot.hxx')
-rw-r--r--sc/source/filter/inc/xeroot.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/inc/xeroot.hxx b/sc/source/filter/inc/xeroot.hxx
index cac22f4101ae..dc8652ecbfe6 100644
--- a/sc/source/filter/inc/xeroot.hxx
+++ b/sc/source/filter/inc/xeroot.hxx
@@ -168,7 +168,7 @@ private:
XclExpRootData::XclExpLinkMgrRef GetLocalLinkMgrRef() const;
private:
- mutable XclExpRootData& mrExpData; /// Reference to the global export data struct.
+ XclExpRootData& mrExpData; /// Reference to the global export data struct.
};
// ============================================================================