https://bugs.freedesktop.org/show_bug.cgi?id=61514

          Priority: medium
            Bug ID: 61514
          Assignee: libreoffice-bugs@lists.freedesktop.org
           Summary: clean obsolete tools/ filesystem abstraction
          Severity: normal
    Classification: Unclassified
                OS: All
          Reporter: michael.me...@novell.com
          Hardware: Other
            Status: NEW
           Version: 4.0.0.3 release
         Component: Libreoffice
           Product: LibreOffice

We have these files:

tools/source/fsys/wntmsc.hxx
tools/source/fsys/unx.hxx

that essentially duplicate system abstraction information from sal/ of course -
we're trying to write all that cruft out slowly, and this should be easy to
help out with.

eg. removing:

    #define DRIVE_EXISTS(c) ( TRUE )

in the unx header would be good.

Replacing #define PATHDELIMITER   ";" from the wntmsc.hxx header at it's
use-sites with SAL_PATHSEPARATOR would be better NB. delimiter -> separator ;-)
it's the wrong name.

And so on - lots of little things to clean up there.

Thanks ! :-)

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to