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 200c3ff2c99469ee4d98025e1f721105f912add6
Author: Peter Kovacs <[email protected]>
AuthorDate: Sun Feb 28 18:19:59 2021 +0100

    fixed longnames spelling and missing translation
    
    (cherry picked from commit 0f07801e4988ee0a7fd20346f7164dea5b233e2c)
---
 main/sw/inc/shellio.hxx | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/main/sw/inc/shellio.hxx b/main/sw/inc/shellio.hxx
index ac2a59b..a8b3d0b 100644
--- a/main/sw/inc/shellio.hxx
+++ b/main/sw/inc/shellio.hxx
@@ -367,10 +367,10 @@ public:
        sal_uLong  ConvertToNew();                              // convert 
AutoText entries (ger: Textbausteine)
 
        sal_uInt16 GetCount() const;                                            
// return amount of AutoText entries
-       sal_uInt16 GetIndex( const String& ) const;                     // 
return Index-Number of shortnames
-       sal_uInt16 GetLongIndex( const String& ) const;         //return 
Index-Number of langnamen
-       const  String& GetShortName( sal_uInt16 ) const;        // return a 
shortname of an index
-       const  String& GetLongName( sal_uInt16 ) const;         // return 
longname of an index
+       sal_uInt16 GetIndex( const String& ) const;                     // 
return Index-Number of short names
+       sal_uInt16 GetLongIndex( const String& ) const;         //return 
Index-Number of long names
+       const  String& GetShortName( sal_uInt16 ) const;        // return a 
short name of an index
+       const  String& GetLongName( sal_uInt16 ) const;         // return long 
name of an index
 
        sal_Bool   Delete( sal_uInt16 );                        // delete
        sal_uInt16 Rename( sal_uInt16, const String*, const String* ); // rename

Reply via email to