summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdograf.cxx
diff options
context:
space:
mode:
authorFelix Zhang <fezhang@suse.com>2011-11-18 18:23:52 +0800
committerJan Holesovsky <kendy@suse.cz>2011-11-18 23:35:52 +0100
commitddb1d5ebf0a81888001ffa1dbab883df70cdc279 (patch)
tree955d4a1dd2233669eb3256f93a43ff9b8da4fb31 /svx/source/svdraw/svdograf.cxx
parent898c527481059017c8f75ba51bfc80b297f0480d (diff)
remove unused Sdr methods
Diffstat (limited to 'svx/source/svdraw/svdograf.cxx')
-rw-r--r--svx/source/svdraw/svdograf.cxx36
1 files changed, 0 insertions, 36 deletions
diff --git a/svx/source/svdraw/svdograf.cxx b/svx/source/svdraw/svdograf.cxx
index d1eadd0481b0..ae74a9608ea7 100644
--- a/svx/source/svdraw/svdograf.cxx
+++ b/svx/source/svdraw/svdograf.cxx
@@ -556,22 +556,6 @@ String SdrGrafObj::GetGrafStreamURL() const
// -----------------------------------------------------------------------------
-void SdrGrafObj::SetFileName(const String& rFileName)
-{
- aFileName = rFileName;
- SetChanged();
-}
-
-// -----------------------------------------------------------------------------
-
-void SdrGrafObj::SetFilterName(const String& rFilterName)
-{
- aFilterName = rFilterName;
- SetChanged();
-}
-
-// -----------------------------------------------------------------------------
-
void SdrGrafObj::ForceSwapIn() const
{
if( mbIsPreview )
@@ -1027,13 +1011,6 @@ void SdrGrafObj::StartAnimation( OutputDevice* /*pOutDev*/, const Point& /*rPoin
// -----------------------------------------------------------------------------
-void SdrGrafObj::StopAnimation(OutputDevice* /*pOutDev*/, long /*nExtraData*/)
-{
- SetGrafAnimationAllowed(sal_False);
-}
-
-// -----------------------------------------------------------------------------
-
bool SdrGrafObj::HasGDIMetaFile() const
{
return( pGraphic->GetType() == GRAPHIC_GDIMETAFILE );
@@ -1041,14 +1018,6 @@ bool SdrGrafObj::HasGDIMetaFile() const
// -----------------------------------------------------------------------------
-const GDIMetaFile* SdrGrafObj::GetGDIMetaFile() const
-{
- OSL_FAIL( "Invalid return value! Don't use it! (KA)" );
- return &GetGraphic().GetGDIMetaFile();
-}
-
-// -----------------------------------------------------------------------------
-
SdrObject* SdrGrafObj::DoConvertToPolyObj(sal_Bool bBezier) const
{
SdrObject* pRetval = NULL;
@@ -1334,11 +1303,6 @@ IMPL_LINK( SdrGrafObj, ImpSwapHdl, GraphicObject*, pO )
// -----------------------------------------------------------------------------
-sal_Bool SdrGrafObj::IsGrafAnimationAllowed() const
-{
- return mbGrafAnimationAllowed;
-}
-
void SdrGrafObj::SetGrafAnimationAllowed(sal_Bool bNew)
{
if(mbGrafAnimationAllowed != bNew)