summaryrefslogtreecommitdiff
path: root/framework/source/fwe/classes/imagewrapper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/fwe/classes/imagewrapper.cxx')
-rw-r--r--framework/source/fwe/classes/imagewrapper.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/framework/source/fwe/classes/imagewrapper.cxx b/framework/source/fwe/classes/imagewrapper.cxx
index f51751d6fd76..3693ec06d03f 100644
--- a/framework/source/fwe/classes/imagewrapper.cxx
+++ b/framework/source/fwe/classes/imagewrapper.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#include <classes/imagewrapper.hxx>
#include <osl/mutex.hxx>
#include <vcl/svapp.hxx>
@@ -40,17 +39,14 @@ static Sequence< sal_Int8 > impl_getStaticIdentifier()
return seqID ;
}
-
ImageWrapper::ImageWrapper( const Image& aImage ) : m_aImage( aImage )
{
}
-
ImageWrapper::~ImageWrapper()
{
}
-
Sequence< sal_Int8 > ImageWrapper::GetUnoTunnelId()
{
return impl_getStaticIdentifier();