summaryrefslogtreecommitdiff
path: root/configmgr
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2001-09-21 12:59:07 +0000
committerRüdiger Timm <rt@openoffice.org>2001-09-21 12:59:07 +0000
commitd835030c4f73fd5738632dde40843eb64ef3dd15 (patch)
tree0f141e4013e78b8009de56c8d950e5e71a9f93d3 /configmgr
parent2892fd498c7f7a81489956a9d84944572f1f55de (diff)
#65293# exception specification added
Diffstat (limited to 'configmgr')
-rw-r--r--configmgr/source/misc/filehelper.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/configmgr/source/misc/filehelper.cxx b/configmgr/source/misc/filehelper.cxx
index 0769ff18e268..17169761f67f 100644
--- a/configmgr/source/misc/filehelper.cxx
+++ b/configmgr/source/misc/filehelper.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: filehelper.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: dg $ $Date: 2001-09-18 19:12:17 $
+ * last change: $Author: rt $ $Date: 2001-09-21 13:59:07 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -137,7 +137,7 @@ namespace configmgr
}
// -----------------------------------------------------------------------------
- TimeValue FileHelper::getModifyTime(rtl::OUString const& _sURL)
+ TimeValue FileHelper::getModifyTime(rtl::OUString const& _sURL) throw (io::IOException)
{
TimeValue aTime = {0,0};
DirectoryItem aItem;