diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 12:59:37 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 12:59:37 +0000 |
commit | 16f25fd4ca4ce3cbec00fe9b7d6f18fee7d99f87 (patch) | |
tree | 23db8823ea0424ab95492441c34199ebb78b26c8 /avmedia | |
parent | a7944c65724719bebfb7d44f3aa6510dea090f93 (diff) |
INTEGRATION: CWS warnings01 (1.2.24); FILE MERGED
2006/05/22 15:14:59 sb 1.2.24.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162.
Diffstat (limited to 'avmedia')
-rw-r--r-- | avmedia/source/win/wincommon.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/avmedia/source/win/wincommon.hxx b/avmedia/source/win/wincommon.hxx index 943d3f6d159d..c2d3962ce400 100644 --- a/avmedia/source/win/wincommon.hxx +++ b/avmedia/source/win/wincommon.hxx @@ -4,9 +4,9 @@ * * $RCSfile: wincommon.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2005-09-07 19:46:26 $ + * last change: $Author: hr $ $Date: 2006-06-19 13:59:37 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -39,8 +39,8 @@ #ifndef _OSL_MUTEX_HXX_ #include <osl/mutex.hxx> #endif -#ifndef __RTL_USTRING_ -#include <rtl/ustring> +#ifndef _RTL_USTRING_HXX_ +#include <rtl/ustring.hxx> #endif #ifndef _DEBUG_HXX #include <tools/debug.hxx> |