summaryrefslogtreecommitdiff
path: root/unotools
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 13:03:07 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 13:03:07 +0000
commit18957e4c1a7bc5020fee0c30e6b860d612d29b45 (patch)
tree9488a919b160d56460007ba0feca1fc2670d1ff5 /unotools
parent327ca97f37162c7e5ba0031b41b6e7bc20bf6db2 (diff)
INTEGRATION: CWS warnings01 (1.7.16); FILE MERGED
2005/10/27 10:51:09 pl 1.7.16.1: #i55991# removed warnings for solaris platform
Diffstat (limited to 'unotools')
-rw-r--r--unotools/inc/unotools/tempfile.hxx6
-rw-r--r--unotools/inc/unotools/ucbhelper.hxx8
2 files changed, 7 insertions, 7 deletions
diff --git a/unotools/inc/unotools/tempfile.hxx b/unotools/inc/unotools/tempfile.hxx
index 621b04cbf499..3fbc5c3bbd12 100644
--- a/unotools/inc/unotools/tempfile.hxx
+++ b/unotools/inc/unotools/tempfile.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: tempfile.hxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 09:38:33 $
+ * last change: $Author: hr $ $Date: 2006-06-19 14:02:33 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -158,6 +158,6 @@ public:
static String GetTempNameBaseDirectory();
};
-};
+}
#endif
diff --git a/unotools/inc/unotools/ucbhelper.hxx b/unotools/inc/unotools/ucbhelper.hxx
index 81e1a15d48d9..24abd741baf6 100644
--- a/unotools/inc/unotools/ucbhelper.hxx
+++ b/unotools/inc/unotools/ucbhelper.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: ucbhelper.hxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 09:39:22 $
+ * last change: $Author: hr $ $Date: 2006-06-19 14:03:07 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -53,7 +53,7 @@
namespace ucb
{
class Content;
-};
+}
namespace utl
{
@@ -93,7 +93,7 @@ namespace utl
static sal_Bool FindInPath( const String& rPath, const String& rName, String& rFile, char cDelim = ';', BOOL bAllowWildCards = TRUE );
static sal_Bool Find( const String& rFolder, const String& rName, String& rFile, BOOL bAllowWildCards = FALSE );
};
-};
+}
#endif