diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2015-05-25 05:12:49 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2015-05-26 00:19:19 +0000 |
commit | af75d7a4c99414fabbd31b9df590266d28574fb1 (patch) | |
tree | a055bb3c110026ce8208289ec77ed74223971a4d /include | |
parent | 692c886f937c525d6bfcb541917a5114b085efa9 (diff) |
SdrSnapView: initializae members in the constructor
remove ClearVars() which was only
use by the constructor
instead initialize properly things in the constructor itself
Change-Id: I20a0ea26c5dce680844f81cf85ee72e1809a7068
Reviewed-on: https://gerrit.libreoffice.org/15890
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/svdsnpv.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/svx/svdsnpv.hxx b/include/svx/svdsnpv.hxx index fb2fc320ccf3..268171a2ca4d 100644 --- a/include/svx/svdsnpv.hxx +++ b/include/svx/svdsnpv.hxx @@ -91,9 +91,6 @@ protected: bool bHlplFixed : 1; // sal_True= fixed auxiliary lines, so it isn't movable bool bEliminatePolyPoints : 1; -private: - SVX_DLLPRIVATE void ClearVars(); - protected: // #i71538# make constructors of SdrView sub-components protected to avoid incomplete incarnations which may get casted to SdrView SdrSnapView(SdrModel* pModel1, OutputDevice* pOut = 0L); |