[Libreoffice-commits] .: tools/inc

François Tigeot ftigeot at kemper.freedesktop.org
Tue Jun 14 09:22:31 PDT 2011


 tools/inc/tools/inetdef.hxx |   18 ------------------
 1 file changed, 18 deletions(-)

New commits:
commit 7d7629cf71f8d8b267af9efadda065c0a3729b1d
Author: Francois Tigeot <ftigeot at wolfpond.org>
Date:   Tue Jun 14 18:20:53 2011 +0200

    Remove unused macros

diff --git a/tools/inc/tools/inetdef.hxx b/tools/inc/tools/inetdef.hxx
index 4544194..2ba2087 100644
--- a/tools/inc/tools/inetdef.hxx
+++ b/tools/inc/tools/inetdef.hxx
@@ -72,29 +72,11 @@
 // The following definitions seem obsolete and might get removed in future.
 
 #if defined __RSC
-#define INET_UNDEFINED 0
 #define INET_NAME_RESOLVE_START 1
-#define INET_NAME_RESOLVE_ERROR 2
-#define INET_NAME_RESOLVE_SUCCESS 3
 #define INET_CONNECT_START 4
-#define INET_CONNECT_ERROR 5
-#define INET_CONNECT_SUCCESS 6
-#define INET_WRITE_START 7
-#define INET_WRITE_STATUS 8
-#define INET_WRITE_ERROR 9
-#define INET_WRITE_SUCCESS 10
-#define INET_READ_START 11
 #define INET_READ_STATUS 12
-#define INET_READ_ERROR 13
 #define INET_READ_SUCCESS 14
-#define INET_CLOSING_CONNECTION 15
 #define INET_CONNECTION_CLOSED 16
-#define INET_REQUEST_CANCELED 17
-#define INET_CONNECTION_CANCELED 18
-#define INET_SESSION_CANCELED 19
-#define INET_AUTHENTICATION 20
-#define INET_OFFLINE_ERROR 21
-#define INET_PROXY_AUTHENTICATION 22
 #endif // __RSC
     // the above definitions are only used in sfx2/source/doc/doc.src
 


More information about the Libreoffice-commits mailing list