summaryrefslogtreecommitdiff
path: root/configmgr/source/inc/filehelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'configmgr/source/inc/filehelper.hxx')
-rw-r--r--configmgr/source/inc/filehelper.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/configmgr/source/inc/filehelper.hxx b/configmgr/source/inc/filehelper.hxx
index c961c87bbb..30677ed511 100644
--- a/configmgr/source/inc/filehelper.hxx
+++ b/configmgr/source/inc/filehelper.hxx
@@ -96,7 +96,7 @@ namespace configmgr
/** replaces a file specified by _aToURL with a file specified by _aFromURL.
*/
- void replaceFile(const rtl::OUString& _aToURL, const rtl::OUString &_aFromURL) CFG_THROW1(io::IOException);
+ void replaceFile(const rtl::OUString& _aToURL, const rtl::OUString &_aFromURL) SAL_THROW((io::IOException));
/** removes a file specified by _aURL. Ignores the case of a non-existing file.
*/