summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 13:02:19 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 13:02:19 +0000
commit26d675d2c636e3eaec53700a3a6a7750889739f0 (patch)
tree029ddeee187ef6f2aefa0d5d20b4c4c5d2593049
parent67f9178b5ab037434f3a980a8c162c70eca1ada7 (diff)
INTEGRATION: CWS warnings01 (1.8.16); FILE MERGED
2005/10/27 10:51:09 pl 1.8.16.1: #i55991# removed warnings for solaris platform
-rw-r--r--unotools/inc/unotools/streamwrap.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/unotools/inc/unotools/streamwrap.hxx b/unotools/inc/unotools/streamwrap.hxx
index 0927642dfd7a..4e893a6dbb5a 100644
--- a/unotools/inc/unotools/streamwrap.hxx
+++ b/unotools/inc/unotools/streamwrap.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: streamwrap.hxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 09:38:17 $
+ * last change: $Author: hr $ $Date: 2006-06-19 14:02:19 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -208,7 +208,7 @@ public:
virtual void SAL_CALL truncate() throw(::com::sun::star::io::IOException, ::com::sun::star::uno::RuntimeException);
};
-};
+}
// namespace utl
#endif // _UTL_STREAM_WRAPPER_HXX_