summaryrefslogtreecommitdiff
path: root/sw/source/core/edit/edws.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/edit/edws.cxx')
-rw-r--r--sw/source/core/edit/edws.cxx26
1 files changed, 13 insertions, 13 deletions
diff --git a/sw/source/core/edit/edws.cxx b/sw/source/core/edit/edws.cxx
index f50ed630642b..03152c903f61 100644
--- a/sw/source/core/edit/edws.cxx
+++ b/sw/source/core/edit/edws.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
@@ -69,7 +69,7 @@ SwEditShell::~SwEditShell() // USED
}
/******************************************************************************
- * sal_Bool SwEditShell::IsModified() const
+ * sal_Bool SwEditShell::IsModified() const
******************************************************************************/
@@ -78,7 +78,7 @@ sal_Bool SwEditShell::IsModified() const
return GetDoc()->IsModified();
}
/******************************************************************************
- * void SwEditShell::SetModified()
+ * void SwEditShell::SetModified()
******************************************************************************/
@@ -87,7 +87,7 @@ void SwEditShell::SetModified()
GetDoc()->SetModified();
}
/******************************************************************************
- * void SwEditShell::ResetModified()
+ * void SwEditShell::ResetModified()
******************************************************************************/
@@ -103,7 +103,7 @@ void SwEditShell::SetUndoNoResetModified()
}
/******************************************************************************
- * void SwEditShell::StartAllAction()
+ * void SwEditShell::StartAllAction()
******************************************************************************/
@@ -119,7 +119,7 @@ void SwEditShell::StartAllAction()
} while(pSh != this);
}
/******************************************************************************
- * void SwEditShell::EndAllAction()
+ * void SwEditShell::EndAllAction()
******************************************************************************/
@@ -136,7 +136,7 @@ void SwEditShell::EndAllAction()
}
/******************************************************************************
- * void SwEditShell::CalcLayout()
+ * void SwEditShell::CalcLayout()
******************************************************************************/
@@ -158,7 +158,7 @@ void SwEditShell::CalcLayout()
}
/******************************************************************************
- * Inhaltsform bestimmen, holen
+ * Inhaltsform bestimmen, holen
******************************************************************************/
// OPT: wird fuer jedes Attribut gerufen?
@@ -172,7 +172,7 @@ sal_uInt16 SwEditShell::GetCntType() const
else
switch( GetCrsr()->GetNode()->GetNodeType() )
{
- case ND_TEXTNODE: nRet = CNT_TXT; break;
+ case ND_TEXTNODE: nRet = CNT_TXT; break;
case ND_GRFNODE: nRet = CNT_GRF; break;
case ND_OLENODE: nRet = CNT_OLE; break;
}
@@ -205,7 +205,7 @@ sal_Bool SwEditShell::HasOtherCnt() const
}
/******************************************************************************
- * Zugriffsfunktionen fuer Filename-Behandlung
+ * Zugriffsfunktionen fuer Filename-Behandlung
******************************************************************************/
@@ -222,8 +222,8 @@ SwActKontext::~SwActKontext()
}
/******************************************************************************
- * Klasse fuer den automatisierten Aufruf von Start- und
- * EndCrsrMove();
+ * Klasse fuer den automatisierten Aufruf von Start- und
+ * EndCrsrMove();
******************************************************************************/
@@ -239,7 +239,7 @@ SwMvKontext::~SwMvKontext()
}
-SwFrmFmt *SwEditShell::GetTableFmt() // OPT: schnellster Test auf Tabelle?
+SwFrmFmt *SwEditShell::GetTableFmt() // OPT: schnellster Test auf Tabelle?
{
const SwTableNode* pTblNd = IsCrsrInTbl();
return pTblNd ? (SwFrmFmt*)pTblNd->GetTable().GetFrmFmt() : 0;