diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-03-02 09:38:03 +0100 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-03-02 12:43:32 +0000 |
commit | 65434e8701ab71c8bff8b0ac722d41b0592483dc (patch) | |
tree | 6970694ffae28089d60082bf1c5fe71a21a75336 /vbahelper | |
parent | 5bea199bae9986d7276a9b2379a577c6cea552ed (diff) |
Fix typos
Change-Id: I72db7ff99cde394bc161dfd835bfb0d9a47a53d1
Reviewed-on: https://gerrit.libreoffice.org/34780
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vbahelper')
-rw-r--r-- | vbahelper/source/msforms/vbacombobox.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vbahelper/source/msforms/vbacombobox.cxx b/vbahelper/source/msforms/vbacombobox.cxx index ab26e01b3ae9..62033556ec48 100644 --- a/vbahelper/source/msforms/vbacombobox.cxx +++ b/vbahelper/source/msforms/vbacombobox.cxx @@ -54,7 +54,7 @@ ScVbaComboBox::ScVbaComboBox( const uno::Reference< XHelperInterface >& xParent, // Attributes -// Value, [read] e.g. getValue returns the value of ooo Text propery e.g. the value in +// Value, [read] e.g. getValue returns the value of ooo Text property e.g. the value in // the drop down uno::Any SAL_CALL ScVbaComboBox::getValue() |