dbaccess/source/core/dataaccess/documentdefinition.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 1f37a0ff46a7f1a2a52ee78ff99731cfb3bbc2f8
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Mon May 9 12:17:19 2022 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Mon May 9 19:51:05 2022 +0200

    Fix typo in code
    
    I find _rContext not _rContxt
    
    Change-Id: Iabc73590cf12112d0071e72b74064788b006e5e9
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134050
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>
    Tested-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/dbaccess/source/core/dataaccess/documentdefinition.hxx 
b/dbaccess/source/core/dataaccess/documentdefinition.hxx
index 389ab601f2ab..5569276d4a7d 100644
--- a/dbaccess/source/core/dataaccess/documentdefinition.hxx
+++ b/dbaccess/source/core/dataaccess/documentdefinition.hxx
@@ -207,7 +207,7 @@ private:
         @throws css::uno::RuntimeException
     */
     static void impl_removeFrameFromDesktop_throw(
-                    const css::uno::Reference< css::uno::XComponentContext >& 
_rContxt,
+                    const css::uno::Reference< css::uno::XComponentContext >& 
_rContext,
                     const css::uno::Reference< css::frame::XFrame >& _rxFrame
                 );
 

Reply via email to