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

Samuel Mehrbrodt Samuel.Mehrbrodt at cib.de
Tue Jan 31 10:03:04 UTC 2017


 include/sfx2/signaturestate.hxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit d595515e9bf93be7008efe87e08752b295f5a1fd
Author: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
Date:   Tue Jan 31 09:57:05 2017 +0100

    Typo, whitespace fixes
    
    Change-Id: I5e77ee0df8490706a33d2e8500f130ffa419168d
    Reviewed-on: https://gerrit.libreoffice.org/33743
    Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
    Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>

diff --git a/include/sfx2/signaturestate.hxx b/include/sfx2/signaturestate.hxx
index 740fd06..a1fd093 100644
--- a/include/sfx2/signaturestate.hxx
+++ b/include/sfx2/signaturestate.hxx
@@ -31,8 +31,8 @@ enum class SignatureState
     INVALID       = 3,
     // signature is OK, but certificate could not be validated
     NOTVALIDATED  = 4,
-    //signatur and certificate are ok,but not al files are signed, as was the case in
-    //OOo 2.x - OOo 3.1.1. This state is only used  together with document signatures.
+    // signature and certificate are ok, but not all files are signed, as it was the case in
+    // OOo 2.x - OOo 3.1.1. This state is only used together with document signatures.
     PARTIAL_OK    = 5
 };
 


More information about the Libreoffice-commits mailing list