summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/dview.hxx
diff options
context:
space:
mode:
authorArmin Le Grand <alg@apache.org>2012-08-10 13:30:31 +0000
committerCaolán McNamara <caolanm@redhat.com>2013-05-28 15:55:24 +0100
commitd7b7c9fdfe63deec26c420efc3ff1fd73c21bb27 (patch)
tree4c615cd17d1dbbf62b091a1ba45288d3680192b6 /sw/source/core/inc/dview.hxx
parentc726a1b12c9fdc91f32e6bed4d6dbd1edf73f9f8 (diff)
Resolves: #i120515# Implemented and finetuned the enhanced Undo feature
(see #i120498#) for sw (cherry picked from commit fb2580f1c8ae0cd1418c257823dc2d735607655f) Conflicts: sw/source/core/draw/dview.cxx sw/source/core/inc/UndoManager.hxx sw/source/core/undo/docundo.cxx Change-Id: I9970377d66f1104448a2ee7e4fb1cf82bf559cd8
Diffstat (limited to 'sw/source/core/inc/dview.hxx')
-rw-r--r--sw/source/core/inc/dview.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/sw/source/core/inc/dview.hxx b/sw/source/core/inc/dview.hxx
index e722be6dc879..66aa2c3dcda6 100644
--- a/sw/source/core/inc/dview.hxx
+++ b/sw/source/core/inc/dview.hxx
@@ -26,6 +26,7 @@ class SwViewImp;
class SwFrm;
class SwFlyFrm;
class SwAnchoredObject;
+class SdrUndoManager;
class SwDrawView : public FmFormView
{
@@ -74,6 +75,9 @@ protected:
using FmFormView::CheckSingleSdrObjectHit;
virtual SdrObject* CheckSingleSdrObjectHit(const Point& rPnt, sal_uInt16 nTol, SdrObject* pObj, SdrPageView* pPV, sal_uLong nOptions, const SetOfByte* pMVisLay) const;
+ // support enhanced text edit for draw objects
+ virtual SdrUndoManager* getSdrUndoManagerForEnhancedTextEdit() const;
+
public:
SwDrawView( SwViewImp &rI, SdrModel *pMd, OutputDevice* pOutDev=NULL );