summaryrefslogtreecommitdiff
path: root/sw/source/core/txtnode/atrref.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/txtnode/atrref.cxx')
-rw-r--r--sw/source/core/txtnode/atrref.cxx17
1 files changed, 2 insertions, 15 deletions
diff --git a/sw/source/core/txtnode/atrref.cxx b/sw/source/core/txtnode/atrref.cxx
index 220de1ada782..ccd7b8946635 100644
--- a/sw/source/core/txtnode/atrref.cxx
+++ b/sw/source/core/txtnode/atrref.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: atrref.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: jp $ $Date: 2000-11-06 10:43:55 $
+ * last change: $Author: ama $ $Date: 2001-03-15 15:51:57 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -142,16 +142,3 @@ xub_StrLen* SwTxtRefMark::GetEnd()
return pEnd;
}
-void SwTxtRefMark::ChgFnt( SwFont * pFont )
-{
- ASSERT( pFont->GetRef()<255, "ChgFnt: Ref-Schachtelungstiefe zu gross" );
- pFont->GetRef()++;
-}
-
-void SwTxtRefMark::RstFnt( SwFont * pFont )
-{
- ASSERT( pFont->GetRef(), "RstFnt: Ref-Rst ohne Ref-Chg?" );
- pFont->GetRef()--;
-}
-
-