https://bugs.documentfoundation.org/show_bug.cgi?id=95559

            Bug ID: 95559
           Summary: Remove remainders of 'volatile slots'
           Product: LibreOffice
           Version: 5.1.0.0.alpha0+ Master
          Hardware: Other
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: framework
          Assignee: libreoffice-bugs@lists.freedesktop.org
          Reporter: oliver.spe...@cib.de

Volatile slots do not exist anymore. See
https://bz.apache.org/ooo/show_bug.cgi?id=83195 and
https://bz.apache.org/ooo/show_bug.cgi?id=102118

But they are still 'supported' in the svidl compiler.
e.g. idl/inc/slot.hxx 
    SvBOOL          aCachable;  // exclusive
    SvBOOL          aVolatile;
..
    void    SetCachable( bool bSet )
    void    SetVolatile( bool bSet )
..
    bool                GetCachable() const;
    bool                GetVolatile() const;


and a lot of .sdi files have a 
    Cachable = Cachable,

entry. 

All that and what depends on it should be removed.

-- 
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