summaryrefslogtreecommitdiff
path: root/sw/inc/undobj.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-11-17 13:22:08 +0000
committerOliver Bolte <obo@openoffice.org>2004-11-17 13:22:08 +0000
commit7cb648ab5b882edd99744ed626aa744db9e4cf1f (patch)
tree47c1bc589d2a324fe02cbf511b73509cbf5266a5 /sw/inc/undobj.hxx
parent5fa475e6ee3e3ea25578ef0bfd0f094903206354 (diff)
INTEGRATION: CWS dba18 (1.15.60); FILE MERGED
2004/10/18 14:53:24 fs 1.15.60.1: #i30258# removed pSdrObjLast / pSdrObjCopy / pSdrUndo. The SdrUndoNewObj now has a static method to retrieve the UNDO string for a given SdrObject, without the need to clone the SdrObject, or assign its ownership to the SdrUndoNewObj
Diffstat (limited to 'sw/inc/undobj.hxx')
-rw-r--r--sw/inc/undobj.hxx10
1 files changed, 2 insertions, 8 deletions
diff --git a/sw/inc/undobj.hxx b/sw/inc/undobj.hxx
index d3b713fb10f5..d4c3497332ab 100644
--- a/sw/inc/undobj.hxx
+++ b/sw/inc/undobj.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: undobj.hxx,v $
*
- * $Revision: 1.18 $
+ * $Revision: 1.19 $
*
- * last change: $Author: obo $ $Date: 2004-11-16 15:37:54 $
+ * last change: $Author: obo $ $Date: 2004-11-17 14:22:08 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1205,12 +1205,6 @@ public:
class SwUndoInsLayFmt : public SwUndoFlyBase
{
- // -> #i30295#
- mutable const SdrObject * pSdrObjLast;
- mutable SdrObject * pSdrObjCopy;
- mutable SdrUndoNewObj * pSdrUndo;
- // <- #i30295#
-
public:
SwUndoInsLayFmt( SwFrmFmt* pFormat );
~SwUndoInsLayFmt();