Issue 33955

Summary: Runtime exception with an activated watch
Product: App Dev Reporter: steffen.grund
Component: apiAssignee: steffen.grund
Status: CLOSED FIXED QA Contact: issues@api <issues>
Severity: Trivial    
Priority: P3 CC: issues
Version: 3.3.0 or older (OOo)   
Target Milestone: ---   
Hardware: All   
OS: All   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---

Description steffen.grund 2004-09-08 11:02:59 UTC
Macro to reproduce:

Sub Main
	dim oCellRange1(1) as new com.sun.star.table.CellRangeAddress
	dim oCellRange2 as variant
	
	oSheets = StarDesktop.loadComponentFromUrl( _
		"private:factory/scalc", "_blank", 0, dimarray())
	xSheet = oSheets.getSheets().getByIndex(0)

	oCellRange1(0).Sheet = 0
	oCellRange1(0).StartRow = 6
	oCellRange1(0).EndRow = 8
	oCellRange1(0).StartColumn = 6
	oCellRange1(0).EndColumn = 8

	xSheet.setPrintAreas(oCellRange1())

	oCellRange2 = xSheet.getPrintAreas()
End Sub

Steps to reproduce:
- add a watch on xSheet
- add a brakpoint on line "oCellRange2 = xSheet.getPrintAreas()"
- run to breakpoint
- expand the watch on xSheet inside of the watch window
- continue
Comment 1 steffen.grund 2004-09-08 11:07:35 UTC
The Runtime exception does not happen, if the warch is not there or not expanded.
Comment 2 ab 2004-10-07 12:03:56 UTC
Fixed
Comment 3 ab 2004-11-08 14:35:14 UTC
Reopened for reassign
Comment 4 ab 2004-11-08 14:38:50 UTC
AB->SG: Please verify
Comment 5 ab 2004-11-08 14:43:21 UTC
-> Fixed
Comment 6 chne 2004-11-09 13:47:19 UTC
verified in tbe13
Comment 7 steffen.grund 2006-03-17 13:30:20 UTC
works in m159 -> closed