diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-06-05 13:49:45 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-06-05 13:49:45 +0000 |
commit | ff4652c6d5d9e40f03cb421a06a07fe419ac462f (patch) | |
tree | 4fecda74a4690559c50ef374f5001f85a07984c0 /ucbhelper/inc | |
parent | 2db99433a991b6efa0c61b693284a25fa4654307 (diff) |
INTEGRATION: CWS bgdlremove (1.3.64); FILE MERGED
2007/05/11 12:54:06 kso 1.3.64.1: #i76911# - ucbhelper no longer uses VOS
Diffstat (limited to 'ucbhelper/inc')
-rw-r--r-- | ucbhelper/inc/ucbhelper/macros.hxx | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/ucbhelper/inc/ucbhelper/macros.hxx b/ucbhelper/inc/ucbhelper/macros.hxx index ef688c24d593..af1e71522f9d 100644 --- a/ucbhelper/inc/ucbhelper/macros.hxx +++ b/ucbhelper/inc/ucbhelper/macros.hxx @@ -4,9 +4,9 @@ * * $RCSfile: macros.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-09 16:29:11 $ + * last change: $Author: ihi $ $Date: 2007-06-05 14:49:45 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -51,9 +51,8 @@ #ifndef _CPPUHELPER_TYPEPROVIDER_HXX_ #include <cppuhelper/typeprovider.hxx> #endif -#ifndef _VOS_MUTEX_HXX_ -#include <vos/mutex.hxx> -#endif + +#include "osl/mutex.hxx" //========================================================================= |