diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-08-07 16:08:49 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-08-07 18:08:30 +0200 |
commit | 548a2ffe3a40852d7bb3b2880b58e93c34cd41ef (patch) | |
tree | 4df975482ad934d2069d32dc9347cf3307791b64 /sw/source | |
parent | 87f242e036082c1b659536dec2bf779d88910249 (diff) |
remove bogus date information
Change-Id: I2789153ee35f4ec10e760f9412eb7d379de031bf
Diffstat (limited to 'sw/source')
-rw-r--r-- | sw/source/core/doc/doc.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/source/core/doc/doc.cxx b/sw/source/core/doc/doc.cxx index f6392318585e..bf1a7f1e4b11 100644 --- a/sw/source/core/doc/doc.cxx +++ b/sw/source/core/doc/doc.cxx @@ -2306,9 +2306,7 @@ bool SwDoc::RemoveInvisibleContent() GetIDocumentUndoRedo().EndUndo( UNDO_UI_DELETE_INVISIBLECNTNT, NULL ); return bRet; } -/*-- 25.08.2010 14:18:12--------------------------------------------------- - -----------------------------------------------------------------------*/ bool SwDoc::HasInvisibleContent() const { sal_Bool bRet = sal_False; |