From 5df3ec82798e3fff1ea1e71e64a23e501c89af22 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 11 Jan 2017 09:32:20 +0000 Subject: fold ImplConstruct into ctors and reduce to necessary MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ImplConstruct sets mnAnimationLoopCount, but is always followed by ImplAssignGraphicData which overwrites it so we can omit that ImplConstruct sets mnDataChangeTimeStamp, but is always followed by ImplAssignGraphicData which always calls ImplAfterDataChange which overwrites it so we can omit that Change-Id: I2304dc1ea590071a83ca30768426f721c1bd259c Reviewed-on: https://gerrit.libreoffice.org/32953 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara (cherry picked from commit 4ff1b3589076f66c3d783c3ea6c5f1fd9b9337ed) --- include/svtools/grfmgr.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'include/svtools') diff --git a/include/svtools/grfmgr.hxx b/include/svtools/grfmgr.hxx index ac8bdea7f792..abd8b2928d0a 100644 --- a/include/svtools/grfmgr.hxx +++ b/include/svtools/grfmgr.hxx @@ -199,7 +199,6 @@ private: bool mbIsInSwapOut : 1; bool mbAlpha : 1; - void SVT_DLLPRIVATE ImplConstruct(); void SVT_DLLPRIVATE ImplAssignGraphicData(); static void SVT_DLLPRIVATE ImplEnsureGraphicManager(); void SVT_DLLPRIVATE ImplAutoSwapIn(); -- cgit