summaryrefslogtreecommitdiff
path: root/sw/source/core/edit/edws.cxx
diff options
context:
space:
mode:
authorPhilipp Riemer <ruderphilipp@gmail.com>2013-06-09 00:46:42 +0200
committerPhilipp Riemer <ruderphilipp@gmail.com>2013-06-09 00:56:41 +0200
commita3f62b536e7e9ba1ac8aedc112d6c7d7a28e2f61 (patch)
treec26f9fb34ca83f38092f52cf90b2b36a7e76e61a /sw/source/core/edit/edws.cxx
parent379bacf8efc133967f7d5899d3024c2f39f7fb95 (diff)
adjusted code indentation for consistency
Change-Id: I0316e8753e440ff691e9c84f55aad8a6a7079652
Diffstat (limited to 'sw/source/core/edit/edws.cxx')
-rw-r--r--sw/source/core/edit/edws.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sw/source/core/edit/edws.cxx b/sw/source/core/edit/edws.cxx
index acf268eae8f4..e006f56176f5 100644
--- a/sw/source/core/edit/edws.cxx
+++ b/sw/source/core/edit/edws.cxx
@@ -228,8 +228,7 @@ SwUndoId SwEditShell::StartUndo( SwUndoId eUndoId,
* @param eUndoId ID of the undo container
* @param pRewriter ?
*/
-SwUndoId SwEditShell::EndUndo(SwUndoId eUndoId,
- const SwRewriter *pRewriter)
+SwUndoId SwEditShell::EndUndo(SwUndoId eUndoId, const SwRewriter *pRewriter)
{ return GetDoc()->GetIDocumentUndoRedo().EndUndo(eUndoId, pRewriter); }
bool SwEditShell::GetLastUndoInfo(OUString *const o_pStr,