Bug 39672 - [EasyHack] hunt and destroy obsolete macros
Summary: [EasyHack] hunt and destroy obsolete macros
Status: RESOLVED FIXED
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: LibreOffice (show other bugs)
Version:
(earliest affected)
unspecified
Hardware: Other All
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords: difficultyBeginner, easyHack, skillScript
Depends on:
Blocks:
 
Reported: 2011-07-29 10:51 UTC by Björn Michaelsen
Modified: 2015-12-15 16:24 UTC (History)
1 user (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Björn Michaelsen 2011-07-29 10:51:33 UTC
=== hunt and destroy obsolete macros ===

'''Background:''' It is hard to know that a macro is no longer used, so they can pile up, cluttering the code, and scaring people. We need to use code search to look for obsolete ones, and remove them.

Some known problem macros are those in sal/inc/osl/file.hxx: eg. Attribute_ReadOnly and Pos_Absolut - should be using the correctly namespaced osl_ prefixed macros throughout the codebase instead.

'''Skills:''' build, patience, code search
Comment 1 Michael Meeks 2012-04-04 08:35:00 UTC
This got fixed I believe.
Comment 2 Robinson Tryon (qubit) 2015-12-15 16:24:55 UTC
Migrating Whiteboard tags to Keywords: (EasyHack DifficultyBeginner SkillScript )
[NinjaEdit]