summaryrefslogtreecommitdiff
path: root/svx/inc
diff options
context:
space:
mode:
authorIngrid Halama [iha] <Ingrid.Halama@oracle.com>2011-02-03 12:49:56 +0100
committerIngrid Halama [iha] <Ingrid.Halama@oracle.com>2011-02-03 12:49:56 +0100
commit293b43ae4de478c550c8461de164f7cb8883daab (patch)
tree2571846610af8731f7b28c78eefdb55449aceed0 /svx/inc
parent9073d77706b0b8c32f63a5ebd2954e1d4c0a3ce9 (diff)
parenta1a2a5a68046e75aba3dfd6ba06083a314f12182 (diff)
chart52: merge with DEV300_m99
Diffstat (limited to 'svx/inc')
-rw-r--r--svx/inc/svx/svdmodel.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/svx/inc/svx/svdmodel.hxx b/svx/inc/svx/svdmodel.hxx
index b1bb7d74887f..21e9b5c5a05f 100644
--- a/svx/inc/svx/svdmodel.hxx
+++ b/svx/inc/svx/svdmodel.hxx
@@ -632,6 +632,7 @@ public:
/** application can set it's own undo manager, BegUndo, EndUndo and AddUndoAction
calls are routet to this interface if given */
void SetSdrUndoManager( SfxUndoManager* pUndoManager );
+ SfxUndoManager* GetSdrUndoManager() const;
/** applications can set their own undo factory to overide creation of
undo actions. The SdrModel will become owner of the given SdrUndoFactory