summaryrefslogtreecommitdiff
path: root/basctl/source
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2003-11-05 11:40:27 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2003-11-05 11:40:27 +0000
commit8e837a72e17bf97d5d56561726d94da28d860dc9 (patch)
tree85c94dc95d5f66b0ec9ff6a5b5ac3b41510b64c1 /basctl/source
parent6248f58b7c9d52f0801ac671da0f66a8e8dedf48 (diff)
INTEGRATION: CWS tbe7 (1.3.40); FILE MERGED
2003/07/30 08:32:36 tbe 1.3.40.1: #i17353# pass count in Basic IDE break point dialog is not restored
Diffstat (limited to 'basctl/source')
-rw-r--r--basctl/source/inc/bastypes.hxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/basctl/source/inc/bastypes.hxx b/basctl/source/inc/bastypes.hxx
index cd502f41b9a1..6ad51a18e31f 100644
--- a/basctl/source/inc/bastypes.hxx
+++ b/basctl/source/inc/bastypes.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: bastypes.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2003-04-23 16:40:01 $
+ * last change: $Author: hr $ $Date: 2003-11-05 12:40:27 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -126,8 +126,9 @@ struct BreakPoint
BOOL bTemp;
ULONG nLine;
ULONG nStopAfter;
+ ULONG nHitCount;
- BreakPoint( ULONG nL ) { nLine = nL; nStopAfter = 0; bEnabled = TRUE; bTemp = FALSE; }
+ BreakPoint( ULONG nL ) { nLine = nL; nStopAfter = 0; nHitCount = 0; bEnabled = TRUE; bTemp = FALSE; }
};
@@ -177,6 +178,7 @@ public:
BreakPoint* FindBreakPoint( ULONG nLine );
void AdjustBreakPoints( ULONG nLine, BOOL bInserted );
void SetBreakPointsInBasic( SbModule* pModule );
+ void ResetHitCount();
};
// helper class for sorting TabBar