summaryrefslogtreecommitdiff
path: root/transex3
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2008-02-05 14:56:02 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2008-02-05 14:56:02 +0000
commit9914106d5aad573d37438572d2260bc7fb8a2533 (patch)
tree0b7b774aa9f450cee8e9cf22ef30071c1b72702c /transex3
parente7551bce3a5232f3726fc3050ca3dcaf9260deac (diff)
INTEGRATION: CWS l10ntooling09 (1.6.32); FILE MERGED
2007/12/27 15:12:20 gh 1.6.32.1: create output file only if needed to avoid 0 byte length files
Diffstat (limited to 'transex3')
-rw-r--r--transex3/source/gsicheck.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/transex3/source/gsicheck.hxx b/transex3/source/gsicheck.hxx
index 924ce9f9a9b1..e6871b9cfe9f 100644
--- a/transex3/source/gsicheck.hxx
+++ b/transex3/source/gsicheck.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: gsicheck.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: kz $ $Date: 2007-05-11 09:12:23 $
+ * last change: $Author: ihi $ $Date: 2008-02-05 15:56:02 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -95,7 +95,7 @@ public:
DECLARE_LIST( GSIBlock_Impl, GSILine * )
-class SvStream;
+class LazySvFileStream;
class GSIBlock : public GSIBlock_Impl
{
@@ -125,9 +125,9 @@ public:
void SetReferenceLine( GSILine* pLine );
BOOL CheckSyntax( ULONG nLine, BOOL bRequireSourceLine, BOOL bFixTags );
- void WriteError( SvStream &aErrOut, BOOL bRequireSourceLine );
- void WriteCorrect( SvStream &aOkOut, BOOL bRequireSourceLine );
- void WriteFixed( SvStream &aFixOut, BOOL bRequireSourceLine );
+ void WriteError( LazySvFileStream &aErrOut, BOOL bRequireSourceLine );
+ void WriteCorrect( LazySvFileStream &aOkOut, BOOL bRequireSourceLine );
+ void WriteFixed( LazySvFileStream &aFixOut, BOOL bRequireSourceLine );
};
#endif