summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/sdview.cxx
diff options
context:
space:
mode:
authorVladimir Glazunov <vg@openoffice.org>2011-01-28 11:59:17 +0100
committerVladimir Glazunov <vg@openoffice.org>2011-01-28 11:59:17 +0100
commitccf2a49428345eff761a00d19b24d6ee187d8d7e (patch)
tree1998b7be0d9ae4081aca671d6b15292f2ea15714 /sd/source/ui/view/sdview.cxx
parentfa27b2da2f8e7bd9bafb4a057318ac22577727dd (diff)
parentb0879ce503220f8c67f5452d413574b18ad66776 (diff)
CWS-TOOLING: integrate CWS undoapi
Diffstat (limited to 'sd/source/ui/view/sdview.cxx')
-rwxr-xr-xsd/source/ui/view/sdview.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/view/sdview.cxx b/sd/source/ui/view/sdview.cxx
index 3aed9c6c0d9c..36d55213ab78 100755
--- a/sd/source/ui/view/sdview.cxx
+++ b/sd/source/ui/view/sdview.cxx
@@ -1167,7 +1167,7 @@ bool View::isRecordingUndo() const
if( mpDoc && mpDoc->IsUndoEnabled() )
{
sd::UndoManager* pUndoManager = mpDoc ? mpDoc->GetUndoManager() : 0;
- return pUndoManager && pUndoManager->isInListAction();
+ return pUndoManager && pUndoManager->IsInListAction();
}
else
{