summaryrefslogtreecommitdiff
path: root/include/basic/codecompletecache.hxx
diff options
context:
space:
mode:
authorGergo Mocsi <gmocsi91@gmail.com>2013-07-29 16:08:13 +0200
committerGergo Mocsi <gmocsi91@gmail.com>2013-09-02 18:16:51 +0200
commit59055f24cb3dee9ffa21f11fc77ef0cd252b8858 (patch)
tree11ae8dc66dd0118134d760cecc3f2f6d2ae301fb /include/basic/codecompletecache.hxx
parent2a87d09bc87af84aee9e1986ebb4888264c99dd7 (diff)
GSOC work, nested reflection fix - again
Fixed the issue when an invalid method was typed, listbox showed tha methods of the base variable. Change-Id: I88576645b373e76112103055d547f713af1fc153
Diffstat (limited to 'include/basic/codecompletecache.hxx')
-rw-r--r--include/basic/codecompletecache.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/basic/codecompletecache.hxx b/include/basic/codecompletecache.hxx
index 520629926681..c12139b71bbd 100644
--- a/include/basic/codecompletecache.hxx
+++ b/include/basic/codecompletecache.hxx
@@ -99,7 +99,7 @@ public:
void InsertGlobalVar( const OUString& sVarName, const OUString& sVarType );
void InsertLocalVar( const OUString& sProcName, const OUString& sVarName, const OUString& sVarType );
- OUString GetVarType( const OUString& sVarName );
+ OUString GetVarType( const OUString& sVarName ) const;
void print() const; // wrapper for operator<<, prints to std::cerr
void Clear();
};