summaryrefslogtreecommitdiff
path: root/include/filter/msfilter/escherex.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/filter/msfilter/escherex.hxx')
-rw-r--r--include/filter/msfilter/escherex.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/filter/msfilter/escherex.hxx b/include/filter/msfilter/escherex.hxx
index dabdae296ab7..4d3bedcb2434 100644
--- a/include/filter/msfilter/escherex.hxx
+++ b/include/filter/msfilter/escherex.hxx
@@ -1145,10 +1145,8 @@ class ImplEscherExSdr;
class MSFILTER_DLLPUBLIC EscherEx : public EscherPersistTable
{
protected:
- typedef ::std::unique_ptr< ImplEscherExSdr > ImplEscherExSdrPtr;
-
EscherExGlobalRef mxGlobal;
- ImplEscherExSdrPtr mpImplEscherExSdr;
+ ::std::unique_ptr< ImplEscherExSdr > mpImplEscherExSdr;
SvStream* mpOutStrm;
bool mbOwnsStrm;
sal_uInt32 mnStrmStartOfs;