summaryrefslogtreecommitdiff
path: root/io
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 23:16:29 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 23:16:29 +0000
commit4f49f4b0b7de0523c4c6eea2b6973f065c6ec0ee (patch)
tree892c8ab557e07cb6eed843fa1c3194cac8b41f37 /io
parent651103df375cf536d8160b3289360cb0d125e170 (diff)
INTEGRATION: CWS warnings01 (1.6.122); FILE MERGED
2005/09/22 20:27:12 sb 1.6.122.2: RESYNC: (1.6-1.7); FILE MERGED 2005/09/07 14:14:51 sb 1.6.122.1: #i53898# Made code warning-free.
Diffstat (limited to 'io')
-rw-r--r--io/source/acceptor/acceptor.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/io/source/acceptor/acceptor.hxx b/io/source/acceptor/acceptor.hxx
index f2facef32..106c5870e 100644
--- a/io/source/acceptor/acceptor.hxx
+++ b/io/source/acceptor/acceptor.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: acceptor.hxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: rt $ $Date: 2005-09-07 18:28:11 $
+ * last change: $Author: hr $ $Date: 2006-06-20 00:16:29 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -90,5 +90,5 @@ namespace io_acceptor {
sal_Bool m_bClosed;
};
-};
+}