summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/refundo.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-05-22 19:08:07 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-05-22 19:08:07 +0000
commitc12eeede8379f1f2f8119aec431f6dcf983df60b (patch)
tree4f7628398974bc1df1fe00ea88202da949827cc4 /sc/source/ui/inc/refundo.hxx
parent5baa0c4a8c2b186d223d984c0e53fae62696602e (diff)
INTEGRATION: CWS chart2mst3 (1.3.26); FILE MERGED
2006/12/04 18:35:53 nn 1.3.26.1: #i65379# undo for reference update of UNO objects
Diffstat (limited to 'sc/source/ui/inc/refundo.hxx')
-rw-r--r--sc/source/ui/inc/refundo.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/sc/source/ui/inc/refundo.hxx b/sc/source/ui/inc/refundo.hxx
index 023ac57a6df1..d7004e187116 100644
--- a/sc/source/ui/inc/refundo.hxx
+++ b/sc/source/ui/inc/refundo.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: refundo.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 21:47:04 $
+ * last change: $Author: vg $ $Date: 2007-05-22 20:08:07 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -51,6 +51,7 @@ class ScConditionalFormatList;
class ScDetOpList;
class ScChartListenerCollection;
class ScAreaLinkSaveCollection;
+class ScUnoRefList;
class ScRefUndoData
{
@@ -64,6 +65,7 @@ private:
ScDetOpList* pDetOpList;
ScChartListenerCollection* pChartListenerCollection;
ScAreaLinkSaveCollection* pAreaLinks;
+ ScUnoRefList* pUnoRefs;
public:
ScRefUndoData( const ScDocument* pDoc );