summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/drviews2.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-08-19 23:21:13 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-08-19 23:21:13 +0000
commit81261acc23663b2b7a53ade41184ee3fdccfc753 (patch)
tree3613f85706ed794955de388565b996cc3b9411ab /sd/source/ui/view/drviews2.cxx
parent8216e00374741a5efce41f9fb578e935bba19833 (diff)
INTEGRATION: CWS aw033 (1.53.44); FILE MERGED
2008/05/14 14:52:29 aw 1.53.44.2: RESYNC: (1.53-1.55); FILE MERGED 2007/11/27 12:04:57 aw 1.53.44.1: #i39532# usage of getDefaultSubdivision
Diffstat (limited to 'sd/source/ui/view/drviews2.cxx')
-rw-r--r--sd/source/ui/view/drviews2.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/view/drviews2.cxx b/sd/source/ui/view/drviews2.cxx
index 51a3add16..a624299c8 100644
--- a/sd/source/ui/view/drviews2.cxx
+++ b/sd/source/ui/view/drviews2.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: drviews2.cxx,v $
- * $Revision: 1.55 $
+ * $Revision: 1.56 $
*
* This file is part of OpenOffice.org.
*
@@ -687,7 +687,7 @@ void DrawViewShell::FuTemporary(SfxRequest& rReq)
else
{
WaitObject aWait( (Window*)GetActiveWindow() );
- mpDrawView->ConvertMarkedToPolyObj(TRUE);
+ mpDrawView->ConvertMarkedToPathObj(TRUE);
Invalidate(SID_CONVERT_TO_CONTOUR);
}