summaryrefslogtreecommitdiff
path: root/vos
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-06-02 11:39:33 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-06-02 11:39:33 +0000
commite39fd9b2908bfc3d61b257c93e213063004136fe (patch)
tree0f318ae5272cc21ff8ffab9439dc2aa62fa0055a /vos
parent5a4c0117316a1185440f1058e1acdf7e2502cf81 (diff)
INTEGRATION: CWS vgcleanupmacros (1.5.20); FILE MERGED
2006/05/17 11:23:18 vg 1.5.20.1: #i65486# cleanup:remove obsolete macros
Diffstat (limited to 'vos')
-rw-r--r--vos/inc/vos/security.hxx8
1 files changed, 2 insertions, 6 deletions
diff --git a/vos/inc/vos/security.hxx b/vos/inc/vos/security.hxx
index b4262fa84be5..c1ef5a2cf191 100644
--- a/vos/inc/vos/security.hxx
+++ b/vos/inc/vos/security.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: security.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 09:03:58 $
+ * last change: $Author: vg $ $Date: 2006-06-02 12:39:33 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -46,10 +46,8 @@
# include <osl/security.h>
#endif
-#ifdef _USE_NAMESPACE
namespace vos
{
-#endif
/** capsulate security informations for one user.
A object of this class is used to execute a process with the rights an
@@ -131,9 +129,7 @@ protected:
oslSecurity m_oslSecurity;
};
-#ifdef _USE_NAMESPACE
}
-#endif
#endif // _VOS_SECURITY_HXX_