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/svtools/editbrowsebox.hxx | |
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/svtools/editbrowsebox.hxx')
-rw-r--r-- | include/svtools/editbrowsebox.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/svtools/editbrowsebox.hxx b/include/svtools/editbrowsebox.hxx index c878fe7fc39a..213af400f35a 100644 --- a/include/svtools/editbrowsebox.hxx +++ b/include/svtools/editbrowsebox.hxx @@ -627,7 +627,6 @@ namespace svt inline void EnableAndShow() const; SVT_DLLPRIVATE void implActivateCellOnMouseEvent(const BrowserMouseEvent& _rEvt, bool _bUp); - SVT_DLLPRIVATE void impl_construct(); DECL_DLLPRIVATE_LINK( ModifyHdl, LinkParamNone*, void ); DECL_DLLPRIVATE_LINK( StartEditHdl, void*, void ); |