svl/source/passwordcontainer/passwordcontainer.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 8c290ecc34a3642a75fda4bc485946fdce7803cf
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Wed Aug 12 11:58:56 2020 +0200
Commit:     Andrea Gelmini <andrea.gelm...@gelma.net>
CommitDate: Thu Aug 13 15:24:58 2020 +0200

    Fix variable name bAcceptEnmpty
    
    Change-Id: Ie3fe919a7b8296440cd2a670f218147da98f7822
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100653
    Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk>
    Reviewed-by: Andrea Gelmini <andrea.gelm...@gelma.net>
    Tested-by: Jenkins

diff --git a/svl/source/passwordcontainer/passwordcontainer.hxx 
b/svl/source/passwordcontainer/passwordcontainer.hxx
index 65c7bbf4efa8..46ffec888602 100644
--- a/svl/source/passwordcontainer/passwordcontainer.hxx
+++ b/svl/source/passwordcontainer/passwordcontainer.hxx
@@ -197,7 +197,7 @@ public:
     void clear();
 
     bool getEncodedMP( OUString& aResult );
-    void setEncodedMP( const OUString& aResult, bool bAcceptEnmpty = false );
+    void setEncodedMP( const OUString& aResult, bool bAcceptEmpty = false );
     void setUseStorage( bool bUse );
     bool useStorage();
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to