summaryrefslogtreecommitdiffstats
path: root/svx/source/editeng/editdoc.cxx
diff options
context:
space:
mode:
authorMalte Timmermann <mt@openoffice.org>2002-08-21 14:05:22 +0000
committerMalte Timmermann <mt@openoffice.org>2002-08-21 14:05:22 +0000
commitd57882b539cfe67231357512699e84fd59964082 (patch)
treebd88f6ee8310cbc45af80502c449368dc1a8c659 /svx/source/editeng/editdoc.cxx
parent#97859# Undo actions for IME input (diff)
downloadcore-d57882b539cfe67231357512699e84fd59964082.tar.gz
core-d57882b539cfe67231357512699e84fd59964082.zip
#101788# Removed unecessary assertion
Diffstat (limited to 'svx/source/editeng/editdoc.cxx')
-rw-r--r--svx/source/editeng/editdoc.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/svx/source/editeng/editdoc.cxx b/svx/source/editeng/editdoc.cxx
index 14459a7e3305..0dda16d8721e 100644
--- a/svx/source/editeng/editdoc.cxx
+++ b/svx/source/editeng/editdoc.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: editdoc.cxx,v $
*
- * $Revision: 1.30 $
+ * $Revision: 1.31 $
*
- * last change: $Author: mt $ $Date: 2002-08-12 11:39:48 $
+ * last change: $Author: mt $ $Date: 2002-08-21 15:05:22 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1594,7 +1594,6 @@ void EditDoc::InsertAttribInSelection( ContentNode* pNode, USHORT nStart, USHORT
{
DBG_ASSERT( pNode, "Wohin mit dem Attribut?" );
DBG_ASSERT( nEnd <= pNode->Len(), "InsertAttrib: Attribut zu gross!" );
- DBG_ASSERT( ( rPoolItem.Which() < EE_FEATURE_START ) || ( rPoolItem.Which() > EE_FEATURE_END ), "InsertAttribInSelection - don't use this method for features!" );
// fuer Optimierung:
// dieses endet am Anfang der Selektion => kann erweitert werden