From e9c7d259e8ed3144d4226aef7c3de351e4706b79 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 21 Mar 2017 20:09:21 +0200 Subject: create SfxDisableFlags enum Change-Id: Ib59c7886017247977b916a8e140853fb8310582f Reviewed-on: https://gerrit.libreoffice.org/35514 Tested-by: Jenkins Reviewed-by: Noel Grandin --- idl/source/objects/slot.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'idl/source') diff --git a/idl/source/objects/slot.cxx b/idl/source/objects/slot.cxx index f5ac534ac30d..e456f5f639a5 100644 --- a/idl/source/objects/slot.cxx +++ b/idl/source/objects/slot.cxx @@ -754,7 +754,7 @@ void SvMetaSlot::WriteSlot( const OString& rShellName, sal_uInt16 nCount, rOutStm.WriteChar( ',' ) << endl; WriteTab( rOutStm, 4 ); if ( GetDisableFlags().isEmpty() ) - rOutStm.WriteCharPtr( "0" ); + rOutStm.WriteCharPtr( "SfxDisableFlags::NONE" ); else rOutStm.WriteOString( GetDisableFlags() ); -- cgit