summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-03-16 10:43:17 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-03-16 12:53:30 +0000
commit673f4796d24d87026f870ba74da15dc8640d5d2b (patch)
tree10e24216ec4ac3b919fdd2041768a38bb4047394
parentc6cca3a4c9f5b5ce6887b64a205e81d927e18dc1 (diff)
fix typo
-rw-r--r--xmloff/source/text/XMLIndexBibliographyConfigurationContext.cxx2
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