summaryrefslogtreecommitdiff
path: root/basic/inc
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-07-12 11:06:26 +0200
committerThomas Arnhold <thomas@arnhold.org>2011-07-12 17:01:18 +0200
commit74181bf6340a04090dec3bdb69da6664432d217b (patch)
treeb50f470c4933d54206eb0b5b7662ab751001642b /basic/inc
parent8f5ec81b7ad6db498baebeed7dc0baf88cc2317e (diff)
callcatcher: remove unused StarBASIC::GetGlobalBreakHdl
Diffstat (limited to 'basic/inc')
-rw-r--r--basic/inc/basic/sbstar.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/basic/inc/basic/sbstar.hxx b/basic/inc/basic/sbstar.hxx
index 6d456545c731..2d732bbf6055 100644
--- a/basic/inc/basic/sbstar.hxx
+++ b/basic/inc/basic/sbstar.hxx
@@ -182,7 +182,6 @@ public:
Link GetErrorHdl() const { return aErrorHdl; }
void SetErrorHdl( const Link& r ) { aErrorHdl = r; }
- static Link GetGlobalBreakHdl();
static void SetGlobalBreakHdl( const Link& rNewHdl );
Link GetBreakHdl() const { return aBreakHdl; }
void SetBreakHdl( const Link& r ) { aBreakHdl = r; }
-06 14:51:42 +0100'>2013-02-06remove obsolete hidother.src filesAndras Timar 2013-02-05Skeleton for new excel biff format detector service.Kohei Yoshida 2013-02-02fdo#57180 add calc function NUMBERVALUE as defined in ODFF1.2Winfried Donkers 2013-01-11fdo#56124 add functions IFERROR and IFNA to calc as in ODFF1.2Winfried Donkers 2012-12-15calcishmakkica: #i90269# #i95144# #i101466# implement SUMIFS, AVERAGEIFS, COU...Marina Plakalovic 2012-12-15calcishmakkica: #i101466# implement AVERAGEIFMarina Plakalovic 2012-12-04re-base on ALv2 code. Includes:Michael Meeks 2012-06-21re-base on ALv2 code.Michael Meeks 2012-06-12fdo#51017 ODFF: implement missing imaginary functions [AOO i111609 r1348096]Regina Henschel 2012-06-12fdo#50822 add function XOR to calc as in ODFF1.2Winfried Donkers 2012-05-13fdo#44456 added calc function DATEDIF as in ODF1.2Winfried Donkers 2012-03-16move excel related oox bits to scNoel Power 2011-11-28dr78: #i111413# new ODFF interpreter functions SEC, SECH, CSC, CSCH; patch fr...Eike Rathke