filter/source/config/cache/basecontainer.hxx | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-)
New commits: commit b01d057df75096792c53ba7f7a80c3db5afb1ba5 Author: Caolán McNamara <caolan.mcnam...@collabora.com> AuthorDate: Sat Sep 28 19:54:50 2024 +0100 Commit: Caolán McNamara <caolan.mcnam...@collabora.com> CommitDate: Sat Sep 28 22:01:20 2024 +0200 This can be protected instead of public Change-Id: I8389173bd155d7334445b991754e54c7641e63e5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/174155 Reviewed-by: Caolán McNamara <caolan.mcnam...@collabora.com> Tested-by: Jenkins diff --git a/filter/source/config/cache/basecontainer.hxx b/filter/source/config/cache/basecontainer.hxx index f1f63b10bc42..f27d027a8ad4 100644 --- a/filter/source/config/cache/basecontainer.hxx +++ b/filter/source/config/cache/basecontainer.hxx @@ -118,6 +118,10 @@ class BaseContainer : public ::cppu::WeakImplHelper< css::lang::XServiceInfo virtual ~BaseContainer() override; + // helper + + protected: + /** @short initialize this generic instance with some specialized values from our derived object. @@ -147,11 +151,6 @@ class BaseContainer : public ::cppu::WeakImplHelper< css::lang::XServiceInfo FilterCache::EItemType eType ); - // helper - - protected: - - /** @short check if the underlying configuration data was already loaded and do it if necessary automatically. */