summaryrefslogtreecommitdiff
path: root/framework/source/fwe/classes/imagewrapper.cxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-04-06 19:05:49 +0300
committerTor Lillqvist <tml@collabora.com>2014-04-06 19:37:48 +0300
commit951ed199f1a47c02dad3dc899b9804b4574a151d (patch)
treed8f82a3afa345351ce6a4a206424c6f2bd2aed46 /framework/source/fwe/classes/imagewrapper.cxx
parentbe616c26f990d651c752be201e29e2b89ba17f2a (diff)
Kill superfluous vertical whitespace
Change-Id: Ia1bb2b40c74efb17e655dd6f00d7ba48c16c65ae
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();