diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-03-13 06:22:49 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-03-13 06:22:49 -0500 |
commit | 376e4f8b4237f34574b488e515189e4ae2de957c (patch) | |
tree | 756d998e21c5ea90af240d4a86b849c4c96835c5 /sd/source/ui/view/drviews2.cxx | |
parent | a9e6c0bb00fb5a6de631476bdffd23174b58d9b3 (diff) |
fix mis-merge... qa disabled
Diffstat (limited to 'sd/source/ui/view/drviews2.cxx')
-rw-r--r-- | sd/source/ui/view/drviews2.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/view/drviews2.cxx b/sd/source/ui/view/drviews2.cxx index 97d991579..924988c6d 100644 --- a/sd/source/ui/view/drviews2.cxx +++ b/sd/source/ui/view/drviews2.cxx @@ -124,7 +124,7 @@ void DrawViewShell::FuTemporary(SfxRequest& rReq) { case SID_OUTLINE_TEXT_AUTOFIT: { - SfxUndoManager* pUndoManager = GetDocSh()->GetUndoManager(); + ::svl::IUndoManager* pUndoManager = GetDocSh()->GetUndoManager(); SdrObject* pObj = NULL; const SdrMarkList& rMarkList = mpDrawView->GetMarkedObjectList(); if( rMarkList.GetMarkCount() == 1 ) |