From f9f1042773795aa82bc0034122fac8271e3dabc7 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Wed, 2 Nov 2016 17:53:21 +0200 Subject: Remove noise comment, add FIXME Change-Id: I1ad8ff94744e3a4b0844a04eabb7f19a3b15bb1a --- include/sfx2/signaturestate.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/sfx2/signaturestate.hxx') diff --git a/include/sfx2/signaturestate.hxx b/include/sfx2/signaturestate.hxx index b2bccf3469c0..740fd0679cb5 100644 --- a/include/sfx2/signaturestate.hxx +++ b/include/sfx2/signaturestate.hxx @@ -20,9 +20,9 @@ #ifndef INCLUDED_SFX2_SIGNATURESTATE_HXX #define INCLUDED_SFX2_SIGNATURESTATE_HXX -// xmlsec05, check with SFX team enum class SignatureState { + // FIXME: Do these values have to be these, and given at all, or is this just cargo cult? UNKNOWN = 0xffff, // used to be -1 when this was a sal_uInt16 NOSIGNATURES = 0, OK = 1, -- cgit