summaryrefslogtreecommitdiff
path: root/svtools/source/graphic/descriptor.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/graphic/descriptor.cxx')
-rw-r--r--svtools/source/graphic/descriptor.cxx13
1 files changed, 0 insertions, 13 deletions
diff --git a/svtools/source/graphic/descriptor.cxx b/svtools/source/graphic/descriptor.cxx
index 1114923dc197..2ea8773dd5ec 100644
--- a/svtools/source/graphic/descriptor.cxx
+++ b/svtools/source/graphic/descriptor.cxx
@@ -63,25 +63,17 @@ GraphicDescriptor::GraphicDescriptor() :
{
}
-
-
GraphicDescriptor::~GraphicDescriptor()
throw()
{
}
-
-
void GraphicDescriptor::init( const ::Graphic& rGraphic )
- throw()
{
mpGraphic = &rGraphic;
}
-
-
void GraphicDescriptor::init( const OUString& rURL )
- throw()
{
boost::scoped_ptr<SvStream> pIStm(::utl::UcbStreamHelper::CreateStream( rURL, STREAM_READ ));
@@ -89,10 +81,7 @@ void GraphicDescriptor::init( const OUString& rURL )
implCreate( *pIStm, &rURL );
}
-
-
void GraphicDescriptor::init( const uno::Reference< io::XInputStream >& rxIStm, const OUString& rURL )
- throw()
{
boost::scoped_ptr<SvStream> pIStm(::utl::UcbStreamHelper::CreateStream( rxIStm ));
@@ -100,8 +89,6 @@ void GraphicDescriptor::init( const uno::Reference< io::XInputStream >& rxIStm,
implCreate( *pIStm, &rURL );
}
-
-
void GraphicDescriptor::implCreate( SvStream& rIStm, const OUString* pURL )
{
OUString aURL;