summaryrefslogtreecommitdiff
path: root/reportdesign/source/core/sdr/RptObject.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'reportdesign/source/core/sdr/RptObject.cxx')
-rw-r--r--reportdesign/source/core/sdr/RptObject.cxx29
1 files changed, 0 insertions, 29 deletions
diff --git a/reportdesign/source/core/sdr/RptObject.cxx b/reportdesign/source/core/sdr/RptObject.cxx
index c83ab3364248..00611a8835d9 100644
--- a/reportdesign/source/core/sdr/RptObject.cxx
+++ b/reportdesign/source/core/sdr/RptObject.cxx
@@ -408,12 +408,6 @@ void OObjectBase::_propertyChange( const beans::PropertyChangeEvent& /*evt*/ )
{
}
-void OObjectBase::SetObjectItemHelper(const SfxPoolItem& /*rItem*/)
-{
- // do nothing
-}
-
-
bool OObjectBase::supportsService( const OUString& _sServiceName ) const
{
bool bSupports = false;
@@ -502,11 +496,6 @@ SdrPage* OCustomShape::GetImplPage() const
return GetPage();
}
-void OCustomShape::SetSnapRectImpl(const Rectangle& _rRect)
-{
- SetSnapRect( _rRect );
-}
-
void OCustomShape::NbcMove( const Size& rSize )
{
if ( m_bIsListening )
@@ -562,14 +551,6 @@ bool OCustomShape::EndCreate(SdrDragStat& rStat, SdrCreateCmd eCmd)
}
-void OCustomShape::SetObjectItemHelper(const SfxPoolItem& rItem)
-{
- SetObjectItem(rItem);
- // TODO
- //getSectionWindow()->getView()->AdjustMarkHdl();
-}
-
-
uno::Reference< beans::XPropertySet> OCustomShape::getAwtComponent()
{
return uno::Reference< beans::XPropertySet>(m_xReportComponent,uno::UNO_QUERY);
@@ -678,11 +659,6 @@ SdrPage* OUnoObject::GetImplPage() const
return GetPage();
}
-void OUnoObject::SetSnapRectImpl(const Rectangle& _rRect)
-{
- SetSnapRect( _rRect );
-}
-
void OUnoObject::NbcMove( const Size& rSize )
{
@@ -965,11 +941,6 @@ SdrPage* OOle2Obj::GetImplPage() const
return GetPage();
}
-void OOle2Obj::SetSnapRectImpl(const Rectangle& _rRect)
-{
- SetSnapRect( _rRect );
-}
-
void OOle2Obj::NbcMove( const Size& rSize )
{