summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdomedia.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/svdraw/svdomedia.cxx')
-rw-r--r--svx/source/svdraw/svdomedia.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/svx/source/svdraw/svdomedia.cxx b/svx/source/svdraw/svdomedia.cxx
index 229c0f18fc62..2f36bfd460a2 100644
--- a/svx/source/svdraw/svdomedia.cxx
+++ b/svx/source/svdraw/svdomedia.cxx
@@ -47,7 +47,6 @@
using namespace ::com::sun::star;
-
// Note: the temp file is read only, until it is deleted!
// It may be shared between multiple documents in case of copy/paste,
// hence the shared_ptr.
@@ -77,8 +76,6 @@ struct SdrMediaObj::Impl
};
-
-
SdrMediaObj::SdrMediaObj()
: SdrRectObj()
, m_xImpl( new Impl() )