tweak patch to apply

f41
Caolán McNamara 14 years ago
parent ea957afca8
commit 2a57023cfe

@ -15,7 +15,7 @@ diff --git a/cui/source/tabpages/swpossizetabpage.cxx b/cui/source/tabpages/swpo
index ee3add0..9955420 100644 index ee3add0..9955420 100644
--- a/cui/source/tabpages/swpossizetabpage.cxx --- a/cui/source/tabpages/swpossizetabpage.cxx
+++ b/cui/source/tabpages/swpossizetabpage.cxx +++ b/cui/source/tabpages/swpossizetabpage.cxx
@@ -1876,7 +1876,10 @@ void SvxSwPosSizeTabPage::SetView( const SdrView* pSdrView ) @@ -1930,7 +1930,10 @@
} }
// this should happen via SID_ATTR_TRANSFORM_AUTOSIZE // this should happen via SID_ATTR_TRANSFORM_AUTOSIZE
@ -27,16 +27,13 @@ index ee3add0..9955420 100644
{ {
const SdrObject* pObj = rMarkList.GetMark( 0 )->GetMarkedSdrObj(); const SdrObject* pObj = rMarkList.GetMark( 0 )->GetMarkedSdrObj();
SdrObjKind eKind = (SdrObjKind) pObj->GetObjIdentifier(); SdrObjKind eKind = (SdrObjKind) pObj->GetObjIdentifier();
@@ -1887,8 +1890,7 @@ void SvxSwPosSizeTabPage::SetView( const SdrView* pSdrView ) @@ -1941,8 +1944,7 @@
DBG_ERROR("AutoWidth/AutoHeight should be enabled"); DBG_ERROR("AutoWidth/AutoHeight should be enabled");
} }
} }
- else - else
- m_bIsMultiSelection = true; - m_bIsMultiSelection = true;
+#endif +#endif
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ // use page offset and recalculate
-- Point aPt( m_pSdrView->GetSdrPageView()->GetPageOrigin() );
1.7.3.5

Loading…
Cancel
Save