summaryrefslogtreecommitdiff
path: root/sw/source/ui/lingu/hyp.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/lingu/hyp.cxx')
-rw-r--r--sw/source/ui/lingu/hyp.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/ui/lingu/hyp.cxx b/sw/source/ui/lingu/hyp.cxx
index d066fff361a9..ea0d7e143334 100644
--- a/sw/source/ui/lingu/hyp.cxx
+++ b/sw/source/ui/lingu/hyp.cxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -49,8 +49,8 @@
#include <unomid.h>
-#define HYPHHERE '-'
-#define PSH (&pView->GetWrtShell())
+#define HYPHHERE '-'
+#define PSH (&pView->GetWrtShell())
using namespace ::com::sun::star;
using ::rtl::OUString;
@@ -157,7 +157,7 @@ sal_Bool SwHyphWrapper::SpellMore()
void SwHyphWrapper::InsertHyphen( const sal_uInt16 nPos )
{
if( nPos)
- PSH->InsertSoftHyph( nPos + 1); // does nPos == 1 really mean
+ PSH->InsertSoftHyph( nPos + 1); // does nPos == 1 really mean
// insert hyphen after first char?
// (instead of nPos == 0)
else