summaryrefslogtreecommitdiff
path: root/sc/inc/funcdesc.hxx
diff options
context:
space:
mode:
authorSören Möller <soerenmoeller2001@gmail.com>2011-01-23 17:58:14 +0100
committerKohei Yoshida <kyoshida@novell.com>2011-01-24 10:58:36 -0500
commitcc43cbc649de463d8af4b5139e09b42713762b47 (patch)
treec81d7645166ddd6705542706702e73e985affaf8 /sc/inc/funcdesc.hxx
parente4fa8660bc2d208df07cc0cd2c0518a6e0c1e365 (diff)
Removed local duplicate implementation and used ScFuntionMgr's instead
Removed a duplicate of ScFuntionMgr's fillLastRecentlyUsedFunctions in ScFunctionDockWin and replaced its uses by use of ScFuntionMgr's implementation. Moved definition of LRU_MAX to header file
Diffstat (limited to 'sc/inc/funcdesc.hxx')
-rw-r--r--sc/inc/funcdesc.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/funcdesc.hxx b/sc/inc/funcdesc.hxx
index 223a699dd877..6e39f9620f35 100644
--- a/sc/inc/funcdesc.hxx
+++ b/sc/inc/funcdesc.hxx
@@ -42,6 +42,7 @@
#include <rtl/ustring.hxx>
#define MAX_FUNCCAT 12 /* maximum number of categories for functions */
+#define LRU_MAX 10 /* maximal number of last recently used functions */
class ScFuncDesc;
class ScFunctionList;