From 096bd4e93531b9e81d1bc94330b09c47c703c910 Mon Sep 17 00:00:00 2001
From: Jens-Heiner Rechtien
Date: Fri, 2 Nov 2007 15:26:22 +0000
Subject: INTEGRATION: CWS adc18 (1.5.2); FILE MERGED 2007/10/19 10:37:27 np
1.5.2.1: #i81775#
---
autodoc/source/display/html/easywri.cxx | 88 +--------------------------------
1 file changed, 2 insertions(+), 86 deletions(-)
(limited to 'autodoc/source/display/html/easywri.cxx')
diff --git a/autodoc/source/display/html/easywri.cxx b/autodoc/source/display/html/easywri.cxx
index 23e808c53836..c231b9709045 100644
--- a/autodoc/source/display/html/easywri.cxx
+++ b/autodoc/source/display/html/easywri.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: easywri.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: vg $ $Date: 2007-09-18 13:51:41 $
+ * last change: $Author: hr $ $Date: 2007-11-02 16:26:22 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -84,90 +84,6 @@ csi::xml::Element &
EasyWriter::Out()
{
csv_assert( aCurDestination.size() > 0);
-// if ( aCurDestination.size() <= 0 )
-// csv_assert( false );
-
return *aCurDestination.top();
}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-#if 0
-/*
-class Html_Inverse : public Html::Piece
-{
- public:
- Html_Inverse(
- DYN Html::Piece & let_drInhalt,
- const udmstri i_sBgColor );
- ~Html_Inverse();
- virtual void WriteOut(
- csv::AnyWrite & io_aFile );
- private:
- DYN Html::Piece * dpInhalt;
- udmstri sBgColor;
- udmstri sColor;
-};
-
-Html_Inverse::Html_Inverse( DYN Html::Piece & let_drInhalt,
- const udmstri i_sBgColor )
- : dpInhalt(&let_drInhalt),
- sBgColor(i_sBgColor)
-{
-}
-
-Html_Inverse::~Html_Inverse()
-{
- Delete_dyn(dpInhalt);
-}
-
-
-void
-Html_Inverse::WriteOut( csv::File & io_aFile )
-{
- io_aFile.WriteStr( ""
- " \r\n");
- dpInhalt->WriteOut(io_aFile);
- io_aFile.WriteStr( "\r\n |
\r\n" );
-}
-
-
-
-
-*/
-#endif // 0
-
-
-
-
--
cgit