From b73771b169bb1d95093e1e202ba5c0a283f245cc Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Wed, 19 Jun 2024 14:49:01 +0200 Subject: [PATCH] Fix typo in code (maybe...) Change-Id: I398d0560d9c0ef3ec3062cea0739175154ee046d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169221 Tested-by: Jenkins Reviewed-by: Julien Nabet --- toolkit/inc/controls/unocontrolcontainer.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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