diff options
author | Rüdiger Timm <rt@openoffice.org> | 2007-07-24 11:02:15 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2007-07-24 11:02:15 +0000 |
commit | 8f0186f0360fa48e0efaf18c917a3d182271f7df (patch) | |
tree | 703f6124826d5c2e92ea390c71eb847d19daabb2 /svx/source/svdraw | |
parent | 5b3d96311471377ec6dfad0874d7a33974609f40 (diff) |
INTEGRATION: CWS dba23b (1.24.36); FILE MERGED
2007/07/11 11:50:01 fs 1.24.36.2: RESYNC: (1.24-1.26); FILE MERGED
2007/06/04 11:47:06 fs 1.24.36.1: #i77912# OBJ_FM_CONTROL is not an ObjIdentifier
Diffstat (limited to 'svx/source/svdraw')
-rw-r--r-- | svx/source/svdraw/svdcrtv.cxx | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/svx/source/svdraw/svdcrtv.cxx b/svx/source/svdraw/svdcrtv.cxx index 4807db1eda69..20acbfad66a6 100644 --- a/svx/source/svdraw/svdcrtv.cxx +++ b/svx/source/svdraw/svdcrtv.cxx @@ -4,9 +4,9 @@ * * $RCSfile: svdcrtv.cxx,v $ * - * $Revision: 1.26 $ + * $Revision: 1.27 $ * - * last change: $Author: rt $ $Date: 2007-07-06 07:39:12 $ + * last change: $Author: rt $ $Date: 2007-07-24 12:02:15 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -64,10 +64,6 @@ #include <svx/sdr/contact/displayinfo.hxx> #endif -//#ifndef _SVX_FMGLOB_HXX -//#include <svx/fmglob.hxx> -//#endif - #ifndef _SVDOUNO_HXX #include <svx/svdouno.hxx> #endif @@ -831,7 +827,7 @@ void SdrCreateView::ShowCreateObj(/*OutputDevice* pOut, BOOL bFull*/) // check for form controls if(bUseSolidDragging) { - if(pAktCreate->ISA(SdrUnoObj)) // OBJ_FM_CONTROL == pAktCreate->GetObjIdentifier()) + if(pAktCreate->ISA(SdrUnoObj)) { bUseSolidDragging = sal_False; } |