summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/ww8par3.cxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-10-01 18:22:50 +0200
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2015-10-02 06:07:51 +0000
commit9c719b0391ba812145ee06e4eeb9ed98f3af1c35 (patch)
tree08a11703165a7113bd03c0ac675135e7f6bcceb6 /sw/source/filter/ww8/ww8par3.cxx
parente4ddba2b5f8ff32dd35e8c8f66f145597407be42 (diff)
Fix typos
Change-Id: I724f2b709f7bd417b5a522e063c0a2f2b5c3dad1 Reviewed-on: https://gerrit.libreoffice.org/18987 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'sw/source/filter/ww8/ww8par3.cxx')
-rw-r--r--sw/source/filter/ww8/ww8par3.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/filter/ww8/ww8par3.cxx b/sw/source/filter/ww8/ww8par3.cxx
index e6c99288aca6..a6d0fc54de96 100644
--- a/sw/source/filter/ww8/ww8par3.cxx
+++ b/sw/source/filter/ww8/ww8par3.cxx
@@ -911,7 +911,7 @@ bool WW8ListManager::ReadLVL(SwNumFormat& rNumFormat, SfxItemSet*& rpItemSet,
eAdj = SVX_ADJUST_LEFT;
break;
default:
- // undefied value
+ // undefined value
OSL_ENSURE( false, "Value of aLVL.nAlign is not supported" );
// take default
eAdj = SVX_ADJUST_LEFT;
@@ -938,7 +938,7 @@ bool WW8ListManager::ReadLVL(SwNumFormat& rNumFormat, SfxItemSet*& rpItemSet,
}
else
{
- // reminder: Garnix ist default Prefix
+ // reminder: Garnix is default Prefix
if( !sPrefix.isEmpty() )
rNumFormat.SetPrefix( sPrefix );
// reminder: Point is default Postfix