summaryrefslogtreecommitdiffstats
path: root/transex3
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 16:25:30 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 16:25:30 +0000
commit4d8090a1394cd5991266d916925c5153310d45f3 (patch)
tree60e864675877ab984276047c756cb8d13f395b07 /transex3
parentINTEGRATION: CWS warnings01 (1.4.16); FILE MERGED (diff)
downloadcore-4d8090a1394cd5991266d916925c5153310d45f3.tar.gz
core-4d8090a1394cd5991266d916925c5153310d45f3.zip
INTEGRATION: CWS warnings01 (1.4.14); FILE MERGED
2005/11/07 12:46:47 ihi 1.4.14.1: #i57362# Remove warnings
Diffstat (limited to 'transex3')
-rw-r--r--transex3/source/wrdtrans.cxx19
1 files changed, 10 insertions, 9 deletions
diff --git a/transex3/source/wrdtrans.cxx b/transex3/source/wrdtrans.cxx
index 8e0c5aa5747b..382664ced1bc 100644
--- a/transex3/source/wrdtrans.cxx
+++ b/transex3/source/wrdtrans.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: wrdtrans.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 15:03:38 $
+ * last change: $Author: hr $ $Date: 2006-06-19 17:25:30 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -33,7 +33,7 @@
*
************************************************************************/
-
+/*
#include "wrdtrans.hxx"
@@ -46,8 +46,9 @@
#include "wtratree.hxx"
#include <tools/string.hxx>
-
+*/
//************** Declaration WordTrans_ErrorList ******************//
+/*
typedef NAMESPACE_STD(vector)<ByteString> Stl_ByteStringList;
class WordTrans_ErrorList
@@ -71,11 +72,11 @@ class WordTrans_ErrorList
Stl_ByteStringList aErrors;
};
-
+*/
//************** Implementation WordTransformer ******************//
-
+/*
WordTransformer::WordTransformer()
: dpTransformer(0),
dpErrors(new WordTrans_ErrorList)
@@ -191,9 +192,9 @@ WordTransformer::CreateError()
dpErrors->AddError(OTHER_ERROR,"Error: Unknown error.");
}
}
-
+*/
//************** Implementation WordTrans_ErrorList ******************//
-
+/*
void
WordTrans_ErrorList::AddError( WordTransformer::E_Error i_eType,
const char * i_sErrorDescription )
@@ -246,4 +247,4 @@ WordTrans_ErrorList::GetError( USHORT i_nNr,
return WordTransformer::OK;
}
}
-
+*/