summaryrefslogtreecommitdiff
path: root/include/filter
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-10-13 13:30:27 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-10-13 13:31:28 +0200
commita7e395f3975a326a278eb99dbabb0030e4335009 (patch)
tree36c74ad1f9ba02c88d92af878486d574c142d477 /include/filter
parent7bc5d17be6317e660f5f7a668bde967bfa8c0ff8 (diff)
loplugin:mergeclasses ImplEESdrWriter with ImplEscherExSdr
Change-Id: Iea2241d9fc44b92e18101b3f367a643f03729183
Diffstat (limited to 'include/filter')
-rw-r--r--include/filter/msfilter/escherex.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/filter/msfilter/escherex.hxx b/include/filter/msfilter/escherex.hxx
index 1aa7de30b18e..746bb2a6d5e0 100644
--- a/include/filter/msfilter/escherex.hxx
+++ b/include/filter/msfilter/escherex.hxx
@@ -966,7 +966,7 @@ public:
void WriteDggAtom( SvStream& rStrm ) const;
/** Called if a picture shall be written and no picture stream is set at
- class ImplEscherExSdr.
+ class ImplEESdrWriter.
On first invokation, this function calls the virtual member function
ImplQueryPictureStream(). The return value will be cached internally
@@ -1015,13 +1015,13 @@ private:
class SdrObject;
class SdrPage;
-class ImplEscherExSdr;
+class ImplEESdrWriter;
class MSFILTER_DLLPUBLIC EscherEx : public EscherPersistTable
{
protected:
std::shared_ptr<EscherExGlobal> mxGlobal;
- ::std::unique_ptr< ImplEscherExSdr > mpImplEscherExSdr;
+ ::std::unique_ptr< ImplEESdrWriter > mpImplEESdrWriter;
SvStream* mpOutStrm;
bool mbOwnsStrm;
sal_uInt32 mnStrmStartOfs;
@@ -1056,7 +1056,7 @@ public:
EscherGraphicProvider& GetGraphicProvider() { return *mxGlobal; }
/** Called if a picture shall be written and no picture stream is set at
- class ImplEscherExSdr.
+ class ImplEESdrWriter.
*/
inline SvStream* QueryPictureStream() { return mxGlobal->QueryPictureStream(); }