From d208cf834f4f191558ae27ea7a8c7a31b8e440a6 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 13 Apr 2015 13:21:04 +0200 Subject: convert SIGNATURESTATE_ constants to scoped enum Change-Id: I715e39599464a199a8b78ec274bfe47b90fc4bb7 Reviewed-on: https://gerrit.libreoffice.org/15301 Tested-by: Noel Grandin Reviewed-by: Noel Grandin --- sfx2/source/doc/objxtor.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sfx2/source/doc/objxtor.cxx') diff --git a/sfx2/source/doc/objxtor.cxx b/sfx2/source/doc/objxtor.cxx index 611441161138..854094b293fd 100644 --- a/sfx2/source/doc/objxtor.cxx +++ b/sfx2/source/doc/objxtor.cxx @@ -211,8 +211,8 @@ SfxObjectShell_Impl::SfxObjectShell_Impl( SfxObjectShell& _rDocShell ) ,pProgress( 0) ,nTime( DateTime::SYSTEM ) ,nVisualDocumentNumber( USHRT_MAX) - ,nDocumentSignatureState( SIGNATURESTATE_UNKNOWN ) - ,nScriptingSignatureState( SIGNATURESTATE_UNKNOWN ) + ,nDocumentSignatureState( SignatureState::UNKNOWN ) + ,nScriptingSignatureState( SignatureState::UNKNOWN ) ,bInList( false) ,bClosing( false) ,bIsSaving( false) -- cgit