summaryrefslogtreecommitdiff
path: root/include/sfx2/signaturestate.hxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2016-11-02 17:53:21 +0200
committerTor Lillqvist <tml@collabora.com>2016-11-02 17:53:52 +0200
commitf9f1042773795aa82bc0034122fac8271e3dabc7 (patch)
tree8946e6e5e31b7d83cc7a06d82d90dba0f9df0609 /include/sfx2/signaturestate.hxx
parentf8b9763042afa4aa642c78179ec5b390bd643aa0 (diff)
Remove noise comment, add FIXME
Change-Id: I1ad8ff94744e3a4b0844a04eabb7f19a3b15bb1a
Diffstat (limited to 'include/sfx2/signaturestate.hxx')
-rw-r--r--include/sfx2/signaturestate.hxx2
1 files changed, 1 insertions, 1 deletions
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,