You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openoffice.apache.org by bu...@apache.org on 2013/03/26 01:23:42 UTC

[Bug 121946] [UCB] css::ucb::XWebDAVCommandEnvironment - use enums to identify WebDAV/HTTP methods

https://issues.apache.org/ooo/show_bug.cgi?id=121946

Ariel Constenla-Haile <ar...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[UCB]                       |[UCB]
                   |css::ucb::XWebDAVCommandEnv |css::ucb::XWebDAVCommandEnv
                   |ironment - use constants to |ironment - use enums to
                   |identify WebDAV/HTTP        |identify WebDAV/HTTP
                   |methods                     |methods

--- Comment #3 from Ariel Constenla-Haile <ar...@apache.org> ---
Adapting the title, I had to use enums, DELETE is a macro in winnt.h :

#define DELETE (0x00010000L)

I could have worked around this in the source file using ifdefs and undef, but
it would have been a breaker if anyone ever uses the constant in the future.

-- 
You are receiving this mail because:
You are on the CC list for the bug.