diff options
author | Mathias Bauer <mba@openoffice.org> | 2011-02-03 15:53:56 +0100 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2011-02-03 15:53:56 +0100 |
commit | 865034108866bf3e1982d66a1e7f1f420ed0eebb (patch) | |
tree | d38af920368a2693af9de274ab0368634a44a61f /sd/source/ui/dlg/LayerTabBar.cxx | |
parent | 911d360e2a4a723a46d729a2bb5eea1596a07c1c (diff) | |
parent | 1a0a7970636e093d015267b828ecd8d5c2543541 (diff) |
CWS gnumake3: resync to m99
Diffstat (limited to 'sd/source/ui/dlg/LayerTabBar.cxx')
-rwxr-xr-x[-rw-r--r--] | sd/source/ui/dlg/LayerTabBar.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/dlg/LayerTabBar.cxx b/sd/source/ui/dlg/LayerTabBar.cxx index 29425a3bda71..cd5977772bfe 100644..100755 --- a/sd/source/ui/dlg/LayerTabBar.cxx +++ b/sd/source/ui/dlg/LayerTabBar.cxx @@ -317,7 +317,7 @@ void LayerTabBar::EndRenaming() DBG_ASSERT( pDrView, "Rename layer undo action is only working with a SdDrawView" ); if( pDrView ) { - SfxUndoManager* pManager = pDoc->GetDocSh()->GetUndoManager(); + ::svl::IUndoManager* pManager = pDoc->GetDocSh()->GetUndoManager(); SdLayerModifyUndoAction* pAction = new SdLayerModifyUndoAction( pDoc, pLayer, |