diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-03-16 10:43:17 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-03-16 12:53:30 +0000 |
commit | 673f4796d24d87026f870ba74da15dc8640d5d2b (patch) | |
tree | 10e24216ec4ac3b919fdd2041768a38bb4047394 /xmloff/source/text | |
parent | c6cca3a4c9f5b5ce6887b64a205e81d927e18dc1 (diff) |
fix typo
Diffstat (limited to 'xmloff/source/text')
-rw-r--r-- | xmloff/source/text/XMLIndexBibliographyConfigurationContext.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/text/XMLIndexBibliographyConfigurationContext.cxx b/xmloff/source/text/XMLIndexBibliographyConfigurationContext.cxx index c501b31187c0..f57255bd6c35 100644 --- a/xmloff/source/text/XMLIndexBibliographyConfigurationContext.cxx +++ b/xmloff/source/text/XMLIndexBibliographyConfigurationContext.cxx @@ -242,7 +242,7 @@ void XMLIndexBibliographyConfigurationContext::CreateAndInsert(sal_Bool) while (i < nServiceCount && !bFound) { if (aServices[i].equals(sFieldMaster_Bibliography)) - // here we should use a methode which compares in reverse order if available + // here we should use a method which compares in reverse order if available // #85282# bFound = sal_True; else |