summaryrefslogtreecommitdiff
path: root/toolkit/inc
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2024-06-28 20:40:44 +0200
committerJulien Nabet <serval2412@yahoo.fr>2024-06-28 22:24:50 +0200
commitaa80eaeeabd9424f7e09227940c2f8b6c817f07f (patch)
treef5ab27a14640dabdc517632985153301f96b713c /toolkit/inc
parent16d58ad8d3423380aeb8588c50eaef10fc92c18d (diff)
Fix "lets see" -> "let's see"
Change-Id: I7aa939681720bc0dc81c8f114a3608a8cdfb4f60 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169722 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'toolkit/inc')
-rw-r--r--toolkit/inc/controls/controlmodelcontainerbase.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/inc/controls/controlmodelcontainerbase.hxx b/toolkit/inc/controls/controlmodelcontainerbase.hxx
index ae414346c78f..d8efbcf700bc 100644
--- a/toolkit/inc/controls/controlmodelcontainerbase.hxx
+++ b/toolkit/inc/controls/controlmodelcontainerbase.hxx
@@ -259,7 +259,7 @@ public:
void SAL_CALL setDesignMode( sal_Bool bOn ) override;
// XModifyListener
// Using a dummy/no-op implementation here, not sure if every container control needs
- // to implement this, certainly Dialog does, lets see about others
+ // to implement this, certainly Dialog does, let's see about others
virtual void SAL_CALL modified( const css::lang::EventObject& ) override {}
protected:
virtual void ImplModelPropertiesChanged( const css::uno::Sequence< css::beans::PropertyChangeEvent >& rEvents ) override;