diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-01-09 15:58:45 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-01-10 11:30:19 +0000 |
commit | 3a44ef1d5de57022ad2f5339dbcbfa534174eb9f (patch) | |
tree | 0487a279927d5289569b0f7f6a21ef525242684e /include/svtools | |
parent | 9d138866d269eea262b22497af62b09570bd7a05 (diff) |
GraphicManagerDestroyed would just set the default manager again
which is the only one that could already be set. Seeing
as the manager is always there if a Graphic exists then
the maObjList must be empty at the dtor time
Change-Id: Id447d1e62a4b94b0ef986edf3cc05629c90e511b
Diffstat (limited to 'include/svtools')
-rw-r--r-- | include/svtools/grfmgr.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/svtools/grfmgr.hxx b/include/svtools/grfmgr.hxx index 7a8291f2fc75..9c3ddc9e6bcc 100644 --- a/include/svtools/grfmgr.hxx +++ b/include/svtools/grfmgr.hxx @@ -315,7 +315,6 @@ private: void SVT_DLLPRIVATE ImplAfterDataChange(); protected: - void GraphicManagerDestroyed(); SvStream* GetSwapStream() const; void SetSwapState(); |