summaryrefslogtreecommitdiff
path: root/misc/openoffice3/patches/patch-sc_source_filter_inc_xeroot.hxx
blob: 325e0fa2c1e1cd4a5aa972befb42afcfe581040e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-sc_source_filter_inc_xeroot.hxx,v 1.1 2013/04/01 12:19:14 joerg Exp $

--- sc/source/filter/inc/xeroot.hxx.orig	2013-03-30 20:15:20.000000000 +0000
+++ sc/source/filter/inc/xeroot.hxx
@@ -159,7 +159,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.
 };
 
 // ============================================================================