summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell/docfunc.cxx
diff options
context:
space:
mode:
authorPovilas Kanapickas <povilas.kanapickas@gmail.com>2010-10-20 11:21:22 +0200
committerKohei Yoshida <kyoshida@novell.com>2010-10-20 11:21:55 +0200
commitee9befa313473b8530ba2ab21c3b8ded1e599c90 (patch)
tree427ffbb0c2938fb33bb6cf8313a96d5e9e2c05e4 /sc/source/ui/docshell/docfunc.cxx
parent9b05409ff7bf1e6bb52b288852a506b764ed6f76 (diff)
Removed lots of dead code.
Diffstat (limited to 'sc/source/ui/docshell/docfunc.cxx')
-rw-r--r--sc/source/ui/docshell/docfunc.cxx11
1 files changed, 0 insertions, 11 deletions
diff --git a/sc/source/ui/docshell/docfunc.cxx b/sc/source/ui/docshell/docfunc.cxx
index 4ee20c186299..d4cff7090706 100644
--- a/sc/source/ui/docshell/docfunc.cxx
+++ b/sc/source/ui/docshell/docfunc.cxx
@@ -705,17 +705,6 @@ BOOL ScDocFunc::DeleteContents( const ScMarkData& rMark, USHORT nFlags,
//! CellContentChanged();
//! ShowAllCursors();
-#if 0
- //! muss an der View bleiben !!!!
- if ( nFlags & IDF_ATTRIB )
- {
- if ( nFlags & IDF_CONTENTS )
- ForgetFormatArea();
- else
- StartFormatArea(); // Attribute loeschen ist auch Attributierung
- }
-#endif
-
return TRUE;
}