summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-10 10:50:43 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-14 12:32:41 +0200
commit570138b66026f729cf500f7934be999fe7123a6b (patch)
treed684d15fa802a4508928174077d5c9e582166bcc
parentc44bddde6cc80b2b4a535d9896a0dfc88eb8fa6e (diff)
typo: discret -> discrete
-rw-r--r--sd/source/ui/func/fupage.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/func/fupage.cxx b/sd/source/ui/func/fupage.cxx
index 6bfa2e365689..d4c4102a9455 100644
--- a/sd/source/ui/func/fupage.cxx
+++ b/sd/source/ui/func/fupage.cxx
@@ -90,7 +90,7 @@ void mergeItemSetsImpl( SfxItemSet& rTarget, const SfxItemSet& rSource )
p1 = pPtr[0];
p2 = pPtr[1];
- // make ranges discret
+ // make ranges discrete
while(pPtr[2] && (pPtr[2] - p2 == 1))
{
p2 = pPtr[3];