summaryrefslogtreecommitdiffstats
path: root/filter/source/placeware/zip.hxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2006-12-01 13:29:51 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2006-12-01 13:29:51 +0000
commite2292b4188e15c622efb7a8b0d5c860461258b71 (patch)
tree8d59a1597d040ec40694a759071a30dcd20df659 /filter/source/placeware/zip.hxx
parentINTEGRATION: CWS wfilter (1.5.52); FILE MERGED (diff)
downloadcore-e2292b4188e15c622efb7a8b0d5c860461258b71.tar.gz
core-e2292b4188e15c622efb7a8b0d5c860461258b71.zip
INTEGRATION: CWS wfilter (1.3.234); FILE MERGED
2006/11/17 08:40:43 sj 1.3.234.1: #i69283# making filter module warning free
Diffstat (limited to 'filter/source/placeware/zip.hxx')
-rw-r--r--filter/source/placeware/zip.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/filter/source/placeware/zip.hxx b/filter/source/placeware/zip.hxx
index e963b60e719e..d3a6b6297b8d 100644
--- a/filter/source/placeware/zip.hxx
+++ b/filter/source/placeware/zip.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: zip.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 21:53:42 $
+ * last change: $Author: rt $ $Date: 2006-12-01 14:29:51 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -69,8 +69,8 @@ private:
private:
bool isError() const { return osl::File::E_None != mnRC; }
- osl::File::RC mnRC;
- bool mbOpen;
osl::File& mrFile; /* file we're writing to */
+ bool mbOpen;
+ osl::File::RC mnRC;
std::vector<ZipEntry*> maEntries;
};