Issue 113054 - svtools: ENSURE_OR_RETURN_FALSE in method that returns uno::Reference
Summary: svtools: ENSURE_OR_RETURN_FALSE in method that returns uno::Reference
Status: CLOSED FIXED
Alias: None
Product: General
Classification: Code
Component: code (show other issues)
Version: DEV300m84
Hardware: All Linux, all
: P3 Trivial (vote)
Target Milestone: 3.4.0
Assignee: dtardon
QA Contact: issues@framework
URL:
Keywords:
Depends on:
Blocks: 113062
  Show dependency tree
 
Reported: 2010-07-09 15:45 UTC by caolanm
Modified: 2010-09-22 09:23 UTC (History)
1 user (show)

See Also:
Issue Type: PATCH
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
like so (659 bytes, patch)
2010-07-09 15:46 UTC, caolanm
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this issue.
Description caolanm 2010-07-09 15:45:36 UTC
source/uno/wizard/unowizard.cxx:417:9: error: converting 'false' to pointer type
for argument 1 of
'com::sun::star::uno::Reference<interface_type>::Reference(interface_type*)
[with interface_type = com::sun::star::ui::dialogs::XWizardPage]'

in Wizard::getCurrentPage, probably should be like attached
Comment 1 caolanm 2010-07-09 15:46:57 UTC
Created attachment 70470 [details]
like so
Comment 2 caolanm 2010-09-04 17:24:09 UTC
taking this if noone objects
Comment 4 caolanm 2010-09-06 09:34:00 UTC
reassigning for sanity check
Comment 5 dtardon 2010-09-10 13:29:57 UTC
verified
Comment 6 dtardon 2010-09-22 09:23:29 UTC
integrated DEV300_m88