diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-07-02 18:23:08 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-07-03 09:32:26 +0000 |
commit | 420923ba76ad84892fd242ed37be9d85e1ea03fe (patch) | |
tree | 838189ec6fe7fbe36419ea397f4a8de5a79aed72 /include/vcl/texteng.hxx | |
parent | 918d3e30d7ff91387d9de55156a4c1364cc7b58c (diff) |
Fix typos
Change-Id: Ie2bbe020fc6e3a4a4f913208c245f395849bb9ee
Reviewed-on: https://gerrit.libreoffice.org/16708
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'include/vcl/texteng.hxx')
-rw-r--r-- | include/vcl/texteng.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/texteng.hxx b/include/vcl/texteng.hxx index 626094035db0..f64227b4bd23 100644 --- a/include/vcl/texteng.hxx +++ b/include/vcl/texteng.hxx @@ -159,7 +159,7 @@ protected: // to remain compatible in the minor release we copy the above ImpInsertText // function and add the extra parameter we need but make sure this function - // gets not exported. First and seconf parameter swapped to have a different signatur. + // gets not exported. First and second parameter swapped to have a different signatur. SAL_DLLPRIVATE TextPaM ImpInsertText( sal_Unicode c, const TextSelection& rSel, bool bOverwrite = false, bool bIsUserInput = false ); // some other new functions needed that must not be exported to remain compatible SAL_DLLPRIVATE ::com::sun::star::uno::Reference < ::com::sun::star::i18n::XExtendedInputSequenceChecker > GetInputSequenceChecker(); |