summaryrefslogtreecommitdiff
path: root/cli_ure
diff options
context:
space:
mode:
authorDaniel Boelzle <dbo@openoffice.org>2003-07-28 11:37:24 +0000
committerDaniel Boelzle <dbo@openoffice.org>2003-07-28 11:37:24 +0000
commite89057ddf75d564339ef07f477dabe169636d897 (patch)
tree6ea1776732cd181fb764d252184b9864c4f27fee /cli_ure
parentcb1b6b146ddc7a2a3b5213bd006b9ac297703ae7 (diff)
#107130# uno.Any members just public
Diffstat (limited to 'cli_ure')
-rw-r--r--cli_ure/source/climaker/climaker_emit.cxx10
1 files changed, 4 insertions, 6 deletions
diff --git a/cli_ure/source/climaker/climaker_emit.cxx b/cli_ure/source/climaker/climaker_emit.cxx
index bb0b0a5c771f..75260d86abd4 100644
--- a/cli_ure/source/climaker/climaker_emit.cxx
+++ b/cli_ure/source/climaker/climaker_emit.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: climaker_emit.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: dbo $ $Date: 2003-07-21 10:27:46 $
+ * last change: $Author: dbo $ $Date: 2003-07-28 12:37:24 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -277,12 +277,10 @@ void TypeEmitter::emit_Any_boxed_ctor(
__typeof (::System::ValueType) );
Emit::FieldBuilder * field_Type = type_builder->DefineField(
S"Type", __typeof (::System::Type),
- (FieldAttributes) (FieldAttributes::Public |
- FieldAttributes::InitOnly) );
+ FieldAttributes::Public );
Emit::FieldBuilder * field_Value = type_builder->DefineField(
S"Value", __typeof (::System::Object),
- (FieldAttributes) (FieldAttributes::Public |
- FieldAttributes::InitOnly) );
+ FieldAttributes::Public );
Emit::FieldBuilder * field_VOID = type_builder->DefineField(
S"VOID", type_builder,
(FieldAttributes) (FieldAttributes::Public |