toolkit/inc/controls/unocontrolcontainer.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b73771b169bb1d95093e1e202ba5c0a283f245cc
Author:     Andrea Gelmini <[email protected]>
AuthorDate: Wed Jun 19 14:49:01 2024 +0200
Commit:     Julien Nabet <[email protected]>
CommitDate: Wed Jun 19 22:59:46 2024 +0200

    Fix typo in code (maybe...)
    
    Change-Id: I398d0560d9c0ef3ec3062cea0739175154ee046d
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169221
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <[email protected]>

diff --git a/toolkit/inc/controls/unocontrolcontainer.hxx 
b/toolkit/inc/controls/unocontrolcontainer.hxx
index ac4e01816024..f05fa959e1f7 100644
--- a/toolkit/inc/controls/unocontrolcontainer.hxx
+++ b/toolkit/inc/controls/unocontrolcontainer.hxx
@@ -75,7 +75,7 @@ public:
     virtual void SAL_CALL replaceByIdentifer( ::sal_Int32 Identifier, const 
css::uno::Any& aElement ) override;
 
     // css::container::XIdentifierAccess
-    virtual css::uno::Any SAL_CALL getByIdentifier( ::sal_Int32 Identifierr ) 
override;
+    virtual css::uno::Any SAL_CALL getByIdentifier( ::sal_Int32 Identifier ) 
override;
     virtual css::uno::Sequence< ::sal_Int32 > SAL_CALL getIdentifiers(  ) 
override;
 
     // css::container::XElementAccess

Reply via email to