[Libreoffice-commits] core.git: registry/source

Chris Sherlock chris.sherlock79 at gmail.com
Sat May 27 06:44:58 UTC 2017


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

New commits:
commit b6536a2ff0f9ea9ad431eeba2c8b5493823dd21b
Author: Chris Sherlock <chris.sherlock79 at gmail.com>
Date:   Sat May 27 00:07:34 2017 +1000

    registry: typo in function parameter
    
    Change-Id: I0a0e9551e427f3ca0fe15a5eec05f85e852642fe
    Reviewed-on: https://gerrit.libreoffice.org/38075
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>

diff --git a/registry/source/regimpl.hxx b/registry/source/regimpl.hxx
index b375318f359f..8d9ed6185d91 100644
--- a/registry/source/regimpl.hxx
+++ b/registry/source/regimpl.hxx
@@ -75,7 +75,7 @@ public:
 
     RegError    loadKey(RegKeyHandle hKey,
                         const OUString& regFileName,
-                        bool bWarings,
+                        bool bWarnings,
                         bool bReport);
 
     RegError    dumpRegistry(RegKeyHandle hKey) const;


More information about the Libreoffice-commits mailing list