summaryrefslogtreecommitdiff
path: root/sdext/source/presenter/PresenterSprite.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sdext/source/presenter/PresenterSprite.cxx')
-rw-r--r--sdext/source/presenter/PresenterSprite.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/sdext/source/presenter/PresenterSprite.cxx b/sdext/source/presenter/PresenterSprite.cxx
index d58eefd21412..0f7c8f829062 100644
--- a/sdext/source/presenter/PresenterSprite.cxx
+++ b/sdext/source/presenter/PresenterSprite.cxx
@@ -31,9 +31,7 @@ using ::com::sun::star::uno::UNO_QUERY;
namespace sdext::presenter {
PresenterSprite::PresenterSprite()
- : mxSpriteFactory(),
- mxSprite(),
- maSize(0,0),
+ : maSize(0,0),
maLocation(0,0),
mbIsVisible(false)
{