Bug 88462 - convert manual XInterface implementations into ::cppu::WeakComponentImplHelper
Summary: convert manual XInterface implementations into ::cppu::WeakComponentImplHelper
Status: NEW
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Libreoffice (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: Not Assigned
QA Contact:
URL:
Whiteboard: EasyHack DifficultyInteresting SkillC...
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-15 14:48 UTC by Lionel Elie Mamane
Modified: 2015-01-15 14:58 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments

Description Lionel Elie Mamane 2015-01-15 14:48:05 UTC
See http://cgit.freedesktop.org/libreoffice/core/commit/?id=79b5bf5cab66efbec81f9eac4e023af4f5f5141f for an example.

connectivity/source/drivers/postgresql/* is the first obvious target.

If you find any others, you can convert them, too.
Comment 1 Lionel Elie Mamane 2015-01-15 14:50:04 UTC
Everywhere a class inherits directly from XFooBar (a public UNO API interface), instead of through some helper, this cleanup applies.
Comment 2 Lionel Elie Mamane 2015-01-15 14:58:52 UTC
If you tackle this EasyHack, do it directly in the new style that is recommended by EasyHack bug 88206


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.