summaryrefslogtreecommitdiff
path: root/cppuhelper/source/access_control.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 09:32:19 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 09:32:19 +0000
commitcb6e8ce32d3a3302d0bd088d8a560d7350a7b27e (patch)
treed4e99e8215eaff7e73dcdcd87adebbcd52910411 /cppuhelper/source/access_control.cxx
parent5c175daddf67008511a3f7231b2ac7fe4c4e83f6 (diff)
INTEGRATION: CWS warnings01 (1.7.4); FILE MERGED
2005/11/28 16:39:55 sb 1.7.4.1: #i53898# Made code warning-free.
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 6bcbe905fecc..25893ed3f49d 100644
--- a/cppuhelper/source/access_control.cxx
+++ b/cppuhelper/source/access_control.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: access_control.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 09:24:30 $
+ * last change: $Author: hr $ $Date: 2006-06-19 10:32:19 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -119,7 +119,7 @@ inline void __checkPermission(
a.pType = type.getTypeLibType();
a.pData = &perm;
- xController->checkPermission( * reinterpret_cast< Any const * >( &a ) );
+ xController->checkPermission( * static_cast< Any * >( &a ) );
}
//__________________________________________________________________________________________________
void AccessControl::checkRuntimePermission(