diff options
author | Tor Lillqvist <tml@iki.fi> | 2012-02-29 09:45:28 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2012-02-29 09:56:14 +0200 |
commit | 2343be9f1bda458835ed8e3c6bf11905ccbe9b13 (patch) | |
tree | 76a25af64ca6305d99e6dadedf2489bcd175ac1d /framework | |
parent | 9518535d2fa9f5d52fec548fc85df5a086ec4c1c (diff) |
Bin obviously bogus (Thanks, Clang!) but fortunately unused function
Diffstat (limited to 'framework')
-rw-r--r-- | framework/inc/properties.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/framework/inc/properties.h b/framework/inc/properties.h index c04984cf5aaa..60cb74b88529 100644 --- a/framework/inc/properties.h +++ b/framework/inc/properties.h @@ -317,20 +317,6 @@ class PropHelper return bChanged; } - - //___________________________________________ - - /** calculates the count of items inside the given ascii array. - * - * @param pArray must point to an array of items from type sal_Char - * - * @return The count of items inside this array, calculated by knowing the size of sal_Char. - */ - - static sal_Int32 calculatePropArrayCount( const sal_Char* pArray[] ) - { - return (sal_Int32)(sizeof(pArray)/sizeof(sal_Char*)); - } }; } // namespace framework |