summaryrefslogtreecommitdiff
path: root/cppuhelper/source/access_control.cxx
diff options
context:
space:
mode:
authorDaniel Boelzle <dbo@openoffice.org>2002-01-11 09:15:50 +0000
committerDaniel Boelzle <dbo@openoffice.org>2002-01-11 09:15:50 +0000
commitfa41462ce70d5024715f2510e104fe15c86d5e0a (patch)
tree2c55ebe458b1aea8335c2ec1fb0b253fe6fd7918 /cppuhelper/source/access_control.cxx
parent6c2d3c98609e7ffa944b3f5289ffadc47d2637a9 (diff)
#88919#
Diffstat (limited to 'cppuhelper/source/access_control.cxx')
-rw-r--r--cppuhelper/source/access_control.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/cppuhelper/source/access_control.cxx b/cppuhelper/source/access_control.cxx
index 4b9c901fdd6e..29f31f5bd142 100644
--- a/cppuhelper/source/access_control.cxx
+++ b/cppuhelper/source/access_control.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: access_control.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: dbo $ $Date: 2002-01-11 10:06:02 $
+ * last change: $Author: dbo $ $Date: 2002-01-11 10:15:50 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -401,7 +401,7 @@ AccessControl::AccessControl( AccessControl const & ac )
#endif
//--------------------------------------------------------------------------------------------------
-inline __checkPermission(
+inline void __checkPermission(
Reference< security::XAccessController > const & xController,
Type const & type, rtl_uString * str1, rtl_uString * str2 )
SAL_THROW( (RuntimeException) )