diff options
Diffstat (limited to 'svx/inc/dbcharsethelper.hxx')
-rw-r--r-- | svx/inc/dbcharsethelper.hxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/svx/inc/dbcharsethelper.hxx b/svx/inc/dbcharsethelper.hxx index 207d89fb25d6..8dfaf27ca693 100644 --- a/svx/inc/dbcharsethelper.hxx +++ b/svx/inc/dbcharsethelper.hxx @@ -25,12 +25,10 @@ namespace svxform::charset_helper { - - /** enumerates all supported charsets +/** enumerates all supported charsets @return the number of charsets supported */ - sal_Int32 getSupportedTextEncodings( ::std::vector< rtl_TextEncoding >& _rEncs ); - +sal_Int32 getSupportedTextEncodings(::std::vector<rtl_TextEncoding>& _rEncs); } /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |