diff options
author | Michael Weghorn <m.weghorn@posteo.de> | 2020-05-13 16:05:50 +0200 |
---|---|---|
committer | Michael Weghorn <m.weghorn@posteo.de> | 2020-05-14 09:57:07 +0200 |
commit | 11079fa85c9698ac333f43303636c4fff31b0976 (patch) | |
tree | f9ffdc72da1bd31788b21a2a8d642c97a43ac6c6 /toolkit/source/controls | |
parent | 56d381c3deb213a40c54ce6e194f79f0334b5d7b (diff) |
Rename ContainerControl_IBase -> ControlContainer_IBase
The only class inheriting from it is ControlContainerBase,
so make the naming more consistent, also to match the
naming pattern used elsewhere.
Change-Id: I91739fb105f97605a3c279100b8c4e666aa3b010
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94139
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
Diffstat (limited to 'toolkit/source/controls')
-rw-r--r-- | toolkit/source/controls/controlmodelcontainerbase.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/source/controls/controlmodelcontainerbase.cxx b/toolkit/source/controls/controlmodelcontainerbase.cxx index ebf5cfdf63b6..bff374628d49 100644 --- a/toolkit/source/controls/controlmodelcontainerbase.cxx +++ b/toolkit/source/controls/controlmodelcontainerbase.cxx @@ -1251,7 +1251,7 @@ void SAL_CALL ResourceListener::disposing( ControlContainerBase::ControlContainerBase( const Reference< XComponentContext >& rxContext ) - :ContainerControl_IBase() + :ControlContainer_IBase() ,m_xContext(rxContext) ,mbSizeModified(false) ,mbPosModified(false) |