diff options
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/annotations/annotationwindow.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/func/fubullet.cxx | 5 | ||||
-rw-r--r-- | sd/source/ui/func/fuinsfil.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/view/drtxtob.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/view/outlnvsh.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/view/viewshel.cxx | 1 |
6 files changed, 8 insertions, 2 deletions
diff --git a/sd/source/ui/annotations/annotationwindow.cxx b/sd/source/ui/annotations/annotationwindow.cxx index a5ab1eb0b784..02495794aefa 100644 --- a/sd/source/ui/annotations/annotationwindow.cxx +++ b/sd/source/ui/annotations/annotationwindow.cxx @@ -28,6 +28,7 @@ #include <editeng/postitem.hxx> #include <editeng/wghtitem.hxx> #include <editeng/crossedoutitem.hxx> +#include <editeng/editund2.hxx> #include <svx/svxids.hrc> #include <unotools/useroptions.hxx> diff --git a/sd/source/ui/func/fubullet.cxx b/sd/source/ui/func/fubullet.cxx index f37770e587d4..688ac67a83e6 100644 --- a/sd/source/ui/func/fubullet.cxx +++ b/sd/source/ui/func/fubullet.cxx @@ -22,6 +22,7 @@ #include <sfx2/bindings.hxx> #include <sfx2/viewfrm.hxx> #include <editeng/eeitem.hxx> +#include <editeng/editund2.hxx> #include <svl/poolitem.hxx> #include <editeng/fontitem.hxx> #include <OutlineView.hxx> @@ -128,7 +129,7 @@ void FuBullet::InsertFormattingMark( sal_Unicode cMark ) pOV->InsertText( "" ); // prepare undo - SfxUndoManager& rUndoMgr = pOL->GetUndoManager(); + EditUndoManager& rUndoMgr = pOL->GetUndoManager(); rUndoMgr.EnterListAction(SdResId(STR_UNDO_INSERT_SPECCHAR), "", 0, mpViewShell->GetViewShellBase().GetViewShellId() ); @@ -239,7 +240,7 @@ void FuBullet::InsertSpecialCharacter( SfxRequest const & rReq ) SfxItemSetFixed<EE_CHAR_FONTINFO, EE_CHAR_FONTINFO> aOldSet( mpDoc->GetPool() ); aOldSet.Put( pOV->GetAttribs() ); - SfxUndoManager& rUndoMgr = pOL->GetUndoManager(); + EditUndoManager& rUndoMgr = pOL->GetUndoManager(); ViewShellId nViewShellId = mpViewShell ? mpViewShell->GetViewShellBase().GetViewShellId() : ViewShellId(-1); rUndoMgr.EnterListAction(SdResId(STR_UNDO_INSERT_SPECCHAR), "", 0, nViewShellId ); diff --git a/sd/source/ui/func/fuinsfil.cxx b/sd/source/ui/func/fuinsfil.cxx index f18d6779f203..790c3d0c8d00 100644 --- a/sd/source/ui/func/fuinsfil.cxx +++ b/sd/source/ui/func/fuinsfil.cxx @@ -23,6 +23,7 @@ #include <editeng/outliner.hxx> #include <editeng/outlobj.hxx> #include <editeng/editeng.hxx> +#include <editeng/editund2.hxx> #include <svl/stritem.hxx> #include <sfx2/request.hxx> #include <sfx2/app.hxx> diff --git a/sd/source/ui/view/drtxtob.cxx b/sd/source/ui/view/drtxtob.cxx index db2161c247f9..710518185dcc 100644 --- a/sd/source/ui/view/drtxtob.cxx +++ b/sd/source/ui/view/drtxtob.cxx @@ -32,6 +32,7 @@ #include <editeng/outliner.hxx> #include <editeng/unolingu.hxx> #include <editeng/kernitem.hxx> +#include <editeng/editund2.hxx> #include <svl/whiter.hxx> #include <svl/itempool.hxx> #include <svl/stritem.hxx> diff --git a/sd/source/ui/view/outlnvsh.cxx b/sd/source/ui/view/outlnvsh.cxx index 71de36c10206..718b28514e60 100644 --- a/sd/source/ui/view/outlnvsh.cxx +++ b/sd/source/ui/view/outlnvsh.cxx @@ -32,6 +32,7 @@ #include <editeng/editview.hxx> #include <editeng/eeitem.hxx> #include <editeng/flditem.hxx> +#include <editeng/editund2.hxx> #include <sfx2/shell.hxx> #include <sfx2/request.hxx> #include <svx/hlnkitem.hxx> diff --git a/sd/source/ui/view/viewshel.cxx b/sd/source/ui/view/viewshel.cxx index 9a1e52539bee..09c1f95102f9 100644 --- a/sd/source/ui/view/viewshel.cxx +++ b/sd/source/ui/view/viewshel.cxx @@ -82,6 +82,7 @@ #include <editeng/eeitem.hxx> #include <editeng/editview.hxx> #include <editeng/editeng.hxx> +#include <editeng/editund2.hxx> #include <svl/itempool.hxx> #include <svl/intitem.hxx> #include <svl/poolitem.hxx> |