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 | 00635c68d4498bd5241bd4b09cc1529b51382548 (patch) | |
tree | 4c6bedee8dc52572a95ab33bca89c857f0f145c8 /xmloff/source | |
parent | f3d031b4163195ead56a1ab9e29a64be9ba19b24 (diff) |
fix typo
Diffstat (limited to 'xmloff/source')
-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 abbb2cc05e..185c5372e5 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 |