To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=88490
Issue #|88490
Summary|WaE in sdext
Component|Presentation
Version|DEV300m9
Platform|All
URL|
OS/Version|Mac OS X
Status|NEW
Status whiteboard|
Keywords|
Resolution|
Issue type|PATCH
Priority|P3
Subcomponent|code
Assigned to|rt
Reported by|pjanik
------- Additional comments from [EMAIL PROTECTED] Sun Apr 20 10:44:16 +0000
2008 -------
Hi,
there are two warnings in Screen Presenter:
sdext/source/presenter/PresenterNotesView.cxx, lines 522
and 534:
diff -ur sdext.orig/source/presenter/PresenterNotesView.cxx
sdext/source/presenter/PresenterNotesView.cxx
--- sdext.orig/source/presenter/PresenterNotesView.cxx 2008-04-20
12:38:43.000000000 +0200
+++ sdext/source/presenter/PresenterNotesView.cxx 2008-04-20
12:39:25.000000000 +0200
@@ -519,7 +519,7 @@
{
try
{
- double nHeight;
+ double nHeight = 0;
if
(mxTextView->getPropertyValue(OUString::createFromAscii("TotalHeight")) >>=
nHeight)
mpScrollBar->SetTotalSize(nHeight);
}
@@ -531,7 +531,7 @@
try
{
- double nTop;
+ double nTop = 0;
if (mxTextView->getPropertyValue(OUString::createFromAscii("Top"))
>>= nTop)
mpScrollBar->SetThumbPosition(nTop);
}
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]