From a8af77485c476d71fe88ab450c773f179572dd32 Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Fri, 21 Jan 2005 16:14:01 +0000 Subject: INTEGRATION: CWS impress23 (1.6.40); FILE MERGED 2004/12/29 14:39:39 dbo 1.6.40.1: #i38957# removed extract_throw<>(), using Any::get<>() now --- desktop/source/deployment/registry/inc/dp_backend.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'desktop/source') diff --git a/desktop/source/deployment/registry/inc/dp_backend.h b/desktop/source/deployment/registry/inc/dp_backend.h index 48477210a33a..a6864332f433 100644 --- a/desktop/source/deployment/registry/inc/dp_backend.h +++ b/desktop/source/deployment/registry/inc/dp_backend.h @@ -2,9 +2,9 @@ * * $RCSfile: dp_backend.h,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: hr $ $Date: 2004-11-09 14:11:47 $ + * last change: $Author: kz $ $Date: 2005-01-21 17:14:01 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -267,7 +267,7 @@ protected: CONTEXT_USER, CONTEXT_SHARED, CONTEXT_DOCUMENT } m_eContext; - sal_Bool m_readOnly; + bool m_readOnly; struct StrCannotDetectMediaType : public ::dp_misc::StaticResourceString< StrCannotDetectMediaType, RID_STR_CANNOT_DETECT_MEDIA_TYPE> {}; -- cgit