summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-09-01 09:22:03 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-09-01 09:57:50 +0200
commit9c06059ec546683bfa095cf4f59ac6ea94da34fb (patch)
treeda8daf7a3d51c33469f9ef8112900a2dd512e037 /sd
parent4ed9e48052163a89ac6268eabebc307d1336d42b (diff)
Fix typos
Change-Id: I425988a6d99f81574ddec832852873971a03e9e7 Reviewed-on: https://gerrit.libreoffice.org/78362 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/dlg/prltempl.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/dlg/prltempl.cxx b/sd/source/ui/dlg/prltempl.cxx
index 8dc8ca9edd05..ac1cefc199bf 100644
--- a/sd/source/ui/dlg/prltempl.cxx
+++ b/sd/source/ui/dlg/prltempl.cxx
@@ -56,7 +56,7 @@ SdPresLayoutTemplateDlg::SdPresLayoutTemplateDlg(SfxObjectShell const * pDocSh,
{
if( IS_OUTLINE(ePO))
{
- // Unfortunately, the Itemsets of our style sheets are not discreet..
+ // Unfortunately, the Itemsets of our style sheets are not discrete...
const sal_uInt16* pPtr = pOrgSet->GetRanges();
sal_uInt16 p1, p2;
while( *pPtr )
@@ -64,7 +64,7 @@ SdPresLayoutTemplateDlg::SdPresLayoutTemplateDlg(SfxObjectShell const * pDocSh,
p1 = pPtr[0];
p2 = pPtr[1];
- // first, we make it discreet
+ // first, we make it discrete
while(pPtr[2] && (pPtr[2] - p2 == 1))
{
p2 = pPtr[3];