From fcf339ca5f198529a1eaf70e2ec893f75a843558 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 24 Feb 2015 13:21:11 +0200 Subject: convert SFX_SLOT_ constants to enum class Change-Id: Icc3aad14d9d0c59c1c1c8f124f0626a9f947b93f --- idl/source/objects/object.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'idl/source/objects/object.cxx') diff --git a/idl/source/objects/object.cxx b/idl/source/objects/object.cxx index 96bd62e91794..320faa9d3ffe 100644 --- a/idl/source/objects/object.cxx +++ b/idl/source/objects/object.cxx @@ -434,7 +434,7 @@ void SvMetaClass::WriteSfx( SvIdlDataBase & rBase, SvStream & rOutStm ) .WriteCharPtr( ", 0, 0, " ) .WriteCharPtr( "SFX_STUB_PTR_EXEC_NONE," ) .WriteCharPtr( "SFX_STUB_PTR_STATE_NONE," ) - .WriteCharPtr( "0, SfxVoidItem, 0, 0, \"\", 0 )" ) << endl; + .WriteCharPtr( "SfxSlotMode::NONE, SfxVoidItem, 0, 0, \"\", SfxSlotMode::NONE )" ) << endl; } rOutStm << endl; rOutStm.WriteCharPtr( "};" ) << endl; -- cgit