diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/basic/codecompletecache.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/basic/codecompletecache.hxx b/include/basic/codecompletecache.hxx index 6dc389ad9d67..4bef3d1b13fc 100644 --- a/include/basic/codecompletecache.hxx +++ b/include/basic/codecompletecache.hxx @@ -70,7 +70,7 @@ public: static bool IsAutoCorrectOn(); static void SetAutoCorrectOn( const bool& b ); - static OUString AddUnoPrefix( const OUString& sTypeName ); + static OUString GetUnoType( const OUString& sTypeName ); }; class BASIC_DLLPUBLIC CodeCompleteDataCache |