diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2010-10-21 15:37:44 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2010-10-25 19:55:29 -0500 |
commit | e042951f36e29586d1144da70582f6a147c9a083 (patch) | |
tree | 12bdf85ba42be099f69a95bc8e2e6c110231bf7d /automation | |
parent | 33cd16725fc393e33a3b54c861dd0f3a241414a2 (diff) |
remvove vos/macros.h usage
Diffstat (limited to 'automation')
-rw-r--r-- | automation/source/server/server.hxx | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/automation/source/server/server.hxx b/automation/source/server/server.hxx index 357bbe04364a..2198e6c557b3 100644 --- a/automation/source/server/server.hxx +++ b/automation/source/server/server.hxx @@ -27,17 +27,6 @@ #ifndef _SERVER_HXX #define _SERVER_HXX -/*#include <osl/thread.hxx> -#ifndef _STD_NO_NAMESPACE -namespace vos -{ -#endif - class OAcceptorSocket; -#ifndef _STD_NO_NAMESPACE -} -#endif -*/ - #include "editwin.hxx" #include <automation/communi.hxx> |