Kaydet (Commit) 09df128a authored tarafından Julien Nabet's avatar Julien Nabet

Remove typedef only being used once

Change-Id: I8f29df2c67e6c4cd9535629edbba4ff1f1a2e632
üst 0358cc51
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment