diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-01-21 16:14:01 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-01-21 16:14:01 +0000 |
commit | a8af77485c476d71fe88ab450c773f179572dd32 (patch) | |
tree | bc45d3f1b0adebf30494d910040ca2679ce0e4e7 /desktop/source | |
parent | c1e9e15feb8c8bc4bd9e22faec4c420303619458 (diff) |
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
Diffstat (limited to 'desktop/source')
-rw-r--r-- | desktop/source/deployment/registry/inc/dp_backend.h | 6 |
1 files changed, 3 insertions, 3 deletions
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> {}; |