[Libreoffice-commits] core.git: include/sfx2

Tor Lillqvist tml at collabora.com
Wed Nov 2 15:54:27 UTC 2016


 include/sfx2/signaturestate.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f9f1042773795aa82bc0034122fac8271e3dabc7
Author: Tor Lillqvist <tml at collabora.com>
Date:   Wed Nov 2 17:53:21 2016 +0200

    Remove noise comment, add FIXME
    
    Change-Id: I1ad8ff94744e3a4b0844a04eabb7f19a3b15bb1a

diff --git a/include/sfx2/signaturestate.hxx b/include/sfx2/signaturestate.hxx
index b2bccf3..740fd06 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,


More information about the Libreoffice-commits mailing list