diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-03-26 14:44:54 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-03-26 16:21:40 -0400 |
commit | 4361ab3b47dfb31cd118a05f91afaa73ee4022c5 (patch) | |
tree | b3197f848cfab0b3346a2f4a3a7681e6119d5697 /cui/source/inc/cuitabline.hxx | |
parent | 1b7bfb7b36964116138d2abd4e2b6aa07b6ef1e2 (diff) |
Move the fat handler code into a real method.
To allow my editor to do static analysis correctly. Those IMPL_LINK
macros screw it up.
Diffstat (limited to 'cui/source/inc/cuitabline.hxx')
-rw-r--r-- | cui/source/inc/cuitabline.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cui/source/inc/cuitabline.hxx b/cui/source/inc/cuitabline.hxx index 82df291a5d5c..0bc07ffd9183 100644 --- a/cui/source/inc/cuitabline.hxx +++ b/cui/source/inc/cuitabline.hxx @@ -197,6 +197,7 @@ private: sal_Bool FillXLSet_Impl(); #endif + void SymbolSelected(MenuButton* pButton); void FillListboxes(); public: |