summaryrefslogtreecommitdiffstats
path: root/svx/source/svdraw/svdobj.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/svdraw/svdobj.cxx')
-rw-r--r--svx/source/svdraw/svdobj.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/svx/source/svdraw/svdobj.cxx b/svx/source/svdraw/svdobj.cxx
index c18f84c716ac..d8513d51d136 100644
--- a/svx/source/svdraw/svdobj.cxx
+++ b/svx/source/svdraw/svdobj.cxx
@@ -2680,10 +2680,6 @@ void SdrObject::SetMarkProtect(bool bProt)
-bool SdrObject::IsPrintable() const
-{
- return !bNoPrint;
-}
void SdrObject::SetEmptyPresObj(bool bEpt)
@@ -3231,10 +3227,6 @@ bool SdrObject::HasLineStyle() const
// usually this data makes no sence after the import is finished, since the object
// might be resized
-Rectangle SdrObject::GetBLIPSizeRectangle() const
-{
- return maBLIPSizeRectangle;
-}
void SdrObject::SetBLIPSizeRectangle( const Rectangle& aRect )
{