diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-01-22 14:36:56 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-01-22 14:18:25 +0100 |
commit | cbadc090a273a1d07d7b917fe0317d5450067662 (patch) | |
tree | 52fbd1212960af3c12d825f8b4cdf0f9877c79a0 /include/sfx2 | |
parent | 0970b8b652835001076d14138a54b4add1b93a93 (diff) |
inline some construction methods
only called from one constructor
Change-Id: I082cf3b459c936b79a6df695fffac5e3cf43705b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87186
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/sfx2')
-rw-r--r-- | include/sfx2/titledockwin.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sfx2/titledockwin.hxx b/include/sfx2/titledockwin.hxx index c40808c3289d..87d745b639a0 100644 --- a/include/sfx2/titledockwin.hxx +++ b/include/sfx2/titledockwin.hxx @@ -72,7 +72,6 @@ namespace sfx2 private: DECL_LINK( OnToolboxItemSelected, ToolBox*, void ); - void impl_construct(); void impl_layout(); void impl_scheduleLayout(); |