From 8b89b27f7115c3108e5342af22089cbed63881d2 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Wed, 27 Aug 2008 12:43:39 +0000 Subject: INTEGRATION: CWS sb91 (1.4.30); FILE MERGED 2008/07/11 09:24:50 sb 1.4.30.1: #i91042# #include vs. and using identifiers without std:: prefix (which is necessary for old MSVC versions) --- sdext/source/presenter/PresenterGeometryHelper.cxx | 4 ++-- sdext/source/presenter/PresenterWindowManager.cxx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'sdext') diff --git a/sdext/source/presenter/PresenterGeometryHelper.cxx b/sdext/source/presenter/PresenterGeometryHelper.cxx index 62fe32029f26..f45d4b44d1a7 100644 --- a/sdext/source/presenter/PresenterGeometryHelper.cxx +++ b/sdext/source/presenter/PresenterGeometryHelper.cxx @@ -8,7 +8,7 @@ * * $RCSfile: PresenterGeometryHelper.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * * This file is part of OpenOffice.org. * @@ -31,7 +31,7 @@ #include "PresenterGeometryHelper.hxx" -#include +#include #include using namespace ::com::sun::star; diff --git a/sdext/source/presenter/PresenterWindowManager.cxx b/sdext/source/presenter/PresenterWindowManager.cxx index 955087e96fbb..dd20a5e09e7b 100644 --- a/sdext/source/presenter/PresenterWindowManager.cxx +++ b/sdext/source/presenter/PresenterWindowManager.cxx @@ -8,7 +8,7 @@ * * $RCSfile: PresenterWindowManager.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * * This file is part of OpenOffice.org. * @@ -63,7 +63,7 @@ #include #include #include -#include +#include using namespace ::com::sun::star; using namespace ::com::sun::star::uno; -- cgit v1.2.3