Bug 44833 - EasyHack: remove obsolete unix floppy-disk support ...
Summary: EasyHack: remove obsolete unix floppy-disk support ...
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, skillCpp, topicCleanup
Depends on:
Blocks:
 
Reported: 2012-01-16 08:12 UTC by Michael Meeks
Modified: 2015-12-15 16:27 UTC (History)
0 users

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 Michael Meeks 2012-01-16 08:12:53 UTC
Floppy disks are pretty obsolete anyway, nevermind having Solaris specific variants of them.

The method: osl_automountVolumeDevice

Should be marked deprecated in it's documentation, it's implementation should be gutted (we have to leave the method for back-compat), and all of the Linux & Solaris code relating to this should be axed. We should also mark 'automount' in the C++ wrapper header as deprecated cf.

sal/osl/unx/file_volume.cxx

Thanks !
Comment 1 Josh Heidenreich 2012-03-06 23:59:04 UTC
Has this been done? OpenGrok cannot find it anywhere.
Comment 2 Michael Meeks 2012-03-07 01:02:57 UTC
Oh ! yes, sorry - not sure who did that without closing this.

There is still some windows floppy-ness around but ... I suspect that should disappear too but would need compile testing.

Thanks !
Comment 3 Robinson Tryon (qubit) 2015-12-15 16:27:26 UTC
Migrating Whiteboard tags to Keywords: (EasyHack,DifficultyBeginner,SkillCpp,TopicCleanup)
[NinjaEdit]