summaryrefslogtreecommitdiff
path: root/oox/source/helper/graphichelper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/source/helper/graphichelper.cxx')
-rw-r--r--oox/source/helper/graphichelper.cxx11
1 files changed, 0 insertions, 11 deletions
diff --git a/oox/source/helper/graphichelper.cxx b/oox/source/helper/graphichelper.cxx
index 076cd4dbdc27..fdefc8ad2de6 100644
--- a/oox/source/helper/graphichelper.cxx
+++ b/oox/source/helper/graphichelper.cxx
@@ -372,17 +372,6 @@ OUString GraphicHelper::importGraphicObject( const Reference< XInputStream >& rx
return createGraphicObject( importGraphic( rxInStrm, pExtHeader ) );
}
-OUString GraphicHelper::importGraphicObject( const StreamDataSequence& rGraphicData ) const
-{
- return createGraphicObject( importGraphic( rGraphicData ) );
-}
-
-OUString GraphicHelper::importEmbeddedGraphicObject( const OUString& rStreamName ) const
-{
- Reference< XGraphic > xGraphic = importEmbeddedGraphic( rStreamName );
- return xGraphic.is() ? createGraphicObject( xGraphic ) : OUString();
-}
-
awt::Size GraphicHelper::getOriginalSize( const Reference< XGraphic >& xGraphic ) const
{
awt::Size aSizeHmm;