diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-07-02 18:25:58 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <s.mehrbrodt@gmail.com> | 2015-07-04 10:18:19 +0000 |
commit | 462e986e0dbd533b3a15696555e08489963c9542 (patch) | |
tree | 711fc2581ec8b565fcab533350aa44e85e7604a7 /UnoControls/source/base/basecontainercontrol.cxx | |
parent | 8db705fc7542f3ee45eb5d8c1c70ccf15ecc7581 (diff) |
Fix typos
Change-Id: Id9296115f30858e7fd470a199e59343a96d7deec
Reviewed-on: https://gerrit.libreoffice.org/16712
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
Diffstat (limited to 'UnoControls/source/base/basecontainercontrol.cxx')
-rw-r--r-- | UnoControls/source/base/basecontainercontrol.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/UnoControls/source/base/basecontainercontrol.cxx b/UnoControls/source/base/basecontainercontrol.cxx index 006a7b614073..e85e4a54527b 100644 --- a/UnoControls/source/base/basecontainercontrol.cxx +++ b/UnoControls/source/base/basecontainercontrol.cxx @@ -401,9 +401,9 @@ void SAL_CALL BaseContainerControl::setVisible ( sal_Bool bVisible ) throw( Runt WindowDescriptor* BaseContainerControl::impl_getWindowDescriptor ( const Reference< XWindowPeer > & rParentPeer ) { - // - used from "createPeer()" to set the values of an WindowDescriptor !!! - // - if you will change the descriptor-values, you must override thid virtuell function - // - the caller must release the memory for this dynamical descriptor !!! + // - used from "createPeer()" to set the values of an WindowDescriptor!!! + // - if you will change the descriptor-values, you must override this virtual function + // - the caller must release the memory for this dynamical descriptor!!! WindowDescriptor * aDescriptor = new WindowDescriptor; |