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

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

commit e35eb34d68bc1fd630d53b049f911b33520e6497
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
    
    (cherry picked from commit 35ec22cf77170cb3e63b5d59ec2a3cb506aecd46)
---
 main/stoc/source/servicemanager/servicemanager.cxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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