diff options
author | Philipp Riemer <ruderphilipp@gmail.com> | 2012-05-25 19:30:20 +0200 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2012-05-28 16:12:20 +0300 |
commit | f9067ca632487c64d72bc378d9bb4ff6370a02c1 (patch) | |
tree | aa22c8086b3a41bd0943fc15e59f10b2983e0264 /sw/source | |
parent | dc4f1b6c2116bfca4a12cc6ef6f2a9a596c0a6da (diff) |
Fix German "adjust left margin" comment in multiple files in sw/{inc/,source/core}
Diffstat (limited to 'sw/source')
-rw-r--r-- | sw/source/core/edit/edattr.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sw/source/core/edit/edattr.cxx b/sw/source/core/edit/edattr.cxx index d2b7a70ba077..80d019fe7f5c 100644 --- a/sw/source/core/edit/edattr.cxx +++ b/sw/source/core/edit/edattr.cxx @@ -379,8 +379,7 @@ sal_uInt16 SwEditShell::GetSeqFtnList( SwSeqFldList& rList, bool bEndNotes ) } -// linken Rand ueber Objectleiste einstellen (aenhlich dem Stufen von -// Numerierungen) +// Adjust left margin via object bar (similar to adjustment of numerations). sal_Bool SwEditShell::IsMoveLeftMargin( sal_Bool bRight, sal_Bool bModulus ) const { sal_Bool bRet = sal_True; |