diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-06-16 12:20:56 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-06-16 11:21:07 +0000 |
commit | 814af9f1e59d1a76473b2c72cae4ba8afe1c52d4 (patch) | |
tree | 3d52ef5ab0f34ccd8031c3384fd9bbb50604add7 /svl | |
parent | f378e723d2dbcbdeb65d7843c095d70d0bb7e0e0 (diff) |
Fix typos
Change-Id: Icfb885b72d51edc886851cf503c56fa12b8f559f
Reviewed-on: https://gerrit.libreoffice.org/16309
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'svl')
-rw-r--r-- | svl/source/numbers/zforfind.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svl/source/numbers/zforfind.hxx b/svl/source/numbers/zforfind.hxx index 43787391ced6..de99dd96c7de 100644 --- a/svl/source/numbers/zforfind.hxx +++ b/svl/source/numbers/zforfind.hxx @@ -363,7 +363,7 @@ private: //! case and if it contained native humber digits that they are already //! converted to ASCII. - // Main anlyzing function + // Main analyzing function bool IsNumberFormatMain( const OUString& rString, const SvNumberformat* pFormat = NULL); // optional number format to match against |