[Libreoffice-commits] core.git: svl/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Thu Aug 13 13:25:39 UTC 2020
svl/source/passwordcontainer/passwordcontainer.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 8c290ecc34a3642a75fda4bc485946fdce7803cf
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed Aug 12 11:58:56 2020 +0200
Commit: Andrea Gelmini <andrea.gelmini at 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.grandin at collabora.co.uk>
Reviewed-by: Andrea Gelmini <andrea.gelmini at 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();
More information about the Libreoffice-commits
mailing list