This is an automated email from the ASF dual-hosted git repository.

johnbam pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 35ec22cf77 Update servicemanager.cxx: Fix `unique` word (#410)
35ec22cf77 is described below

commit 35ec22cf77170cb3e63b5d59ec2a3cb506aecd46
Author: Max Base <[email protected]>
AuthorDate: Thu Sep 4 23:10:45 2025 +0330

    Update servicemanager.cxx: Fix `unique` word (#410)
    
    * Update servicemanager.cxx: Fix unique word
    
    * Remove uique from codespell.txt
---
 .github/linters/codespell.txt                      | 1 -
 main/stoc/source/servicemanager/servicemanager.cxx | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/.github/linters/codespell.txt b/.github/linters/codespell.txt
index a5a5fac753..d2f857d1ea 100644
--- a/.github/linters/codespell.txt
+++ b/.github/linters/codespell.txt
@@ -2936,7 +2936,6 @@ ue
 ues
 uesd
 uhandled
-uique
 uknown
 ultimatly
 ummark
diff --git a/main/stoc/source/servicemanager/servicemanager.cxx 
b/main/stoc/source/servicemanager/servicemanager.cxx
index 4ff77445a7..b9e26a50ca 100644
--- a/main/stoc/source/servicemanager/servicemanager.cxx
+++ b/main/stoc/source/servicemanager/servicemanager.cxx
@@ -569,7 +569,7 @@ public:
     virtual Reference<XInterface > SAL_CALL createInstance(const OUString &) 
throw(::com::sun::star::uno::Exception, 
::com::sun::star::uno::RuntimeException);
     virtual Reference<XInterface > SAL_CALL createInstanceWithArguments(const 
OUString &, const Sequence<Any >& Arguments) 
throw(::com::sun::star::uno::Exception, 
::com::sun::star::uno::RuntimeException);
 
-       // The same as the getAvailableServiceNames, but only uique names
+       // The same as the getAvailableServiceNames, but only unique names
        Sequence< OUString > getUniqueAvailableServiceNames(
         HashSet_OWString & aNameSet );
 

Reply via email to