diff options
author | Carsten Driesner <cd@openoffice.org> | 2011-02-07 13:06:08 +0100 |
---|---|---|
committer | Carsten Driesner <cd@openoffice.org> | 2011-02-07 13:06:08 +0100 |
commit | dde0ca60a7619e03c7ed5a4ddacfb048dd159ab7 (patch) | |
tree | 66e5a71ff830f75382ce388b33021db01c3fd4c4 /sd/source/ui/inc/DrawDocShell.hxx | |
parent | c64664f9e281980106741fc759d2faa190009b22 (diff) | |
parent | 1a0a7970636e093d015267b828ecd8d5c2543541 (diff) |
removetooltypes01: Rebase to DEV300m99
Diffstat (limited to 'sd/source/ui/inc/DrawDocShell.hxx')
-rwxr-xr-x | sd/source/ui/inc/DrawDocShell.hxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sd/source/ui/inc/DrawDocShell.hxx b/sd/source/ui/inc/DrawDocShell.hxx index 444c02102c76..65b4c1e89ffd 100755 --- a/sd/source/ui/inc/DrawDocShell.hxx +++ b/sd/source/ui/inc/DrawDocShell.hxx @@ -49,6 +49,7 @@ class SfxPrinter; struct SdrDocumentStreamInfo; struct SpellCallbackInfo; class AbstractSvxNameDialog; +class SfxUndoManager; namespace sd { @@ -100,7 +101,8 @@ public: virtual Rectangle GetVisArea(sal_uInt16 nAspect) const; virtual void Draw(OutputDevice*, const JobSetup& rSetup, sal_uInt16 nAspect = ASPECT_CONTENT); - virtual SfxUndoManager* GetUndoManager(); + virtual ::svl::IUndoManager* + GetUndoManager(); virtual Printer* GetDocumentPrinter(); virtual void OnDocumentPrinterChanged(Printer* pNewPrinter); virtual SfxStyleSheetBasePool* GetStyleSheetPool(); |