summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Lippka <christian.lippka@sun.com>2010-01-05 15:19:56 +0100
committerChristian Lippka <christian.lippka@sun.com>2010-01-05 15:19:56 +0100
commit8d7d1e352d9030efc94b73e1c1051657926c9153 (patch)
treec5a160a360383e0bc6742a488969943d7a4b923c
parentcdd4e82b282ddb0e662db1ad76e7eff4afaf4fb3 (diff)
fixed compile error on linux
-rw-r--r--svx/source/items/numitem.cxx10
-rw-r--r--svx/source/sdr/contact/viewcontactofsdrobjcustomshape.cxx1
2 files changed, 0 insertions, 11 deletions
diff --git a/svx/source/items/numitem.cxx b/svx/source/items/numitem.cxx
index 0e0021407e8e..384ead550c9e 100644
--- a/svx/source/items/numitem.cxx
+++ b/svx/source/items/numitem.cxx
@@ -1182,11 +1182,6 @@ SfxPoolItem* SvxNumBulletItem::Create(SvStream &s, USHORT n) const
return SfxPoolItem::Create(s, n );
}
-SvStream& SvxNumBulletItem::Store(SvStream & s, USHORT v ) const
-{
- return SfxPoolItem::Store( s, v );
-}
-
/* -----------------27.10.98 10:41-------------------
*
* --------------------------------------------------*/
@@ -1220,11 +1215,6 @@ SfxPoolItem* SvxNumBulletItem::Clone( SfxItemPool * ) const
/* -----------------08.12.98 10:43-------------------
*
* --------------------------------------------------*/
-SfxPoolItem* SvxNumBulletItem::Create(SvStream &rStream, USHORT) const
-{
- SvxNumRule aRule(rStream);
- return new SvxNumBulletItem(aRule, Which() );
-}
USHORT SvxNumBulletItem::GetVersion( USHORT /*nFileVersion*/ ) const
{
return NUMITEM_VERSION_03;
diff --git a/svx/source/sdr/contact/viewcontactofsdrobjcustomshape.cxx b/svx/source/sdr/contact/viewcontactofsdrobjcustomshape.cxx
index 688c8d938bc5..4bbb5c3331c9 100644
--- a/svx/source/sdr/contact/viewcontactofsdrobjcustomshape.cxx
+++ b/svx/source/sdr/contact/viewcontactofsdrobjcustomshape.cxx
@@ -67,7 +67,6 @@ namespace sdr
// no need to correct if no extra text range
if(aTextRange != aObjectRange)
{
- const double fExtraTextRotation(GetCustomShapeObj().GetExtraTextRotation());
const GeoStat& rGeoStat(GetCustomShapeObj().GetGeoStat());
// only correct when rotation and/or shear is used