diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-06-02 11:40:52 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-06-02 11:40:52 +0000 |
commit | fdbdba165757ec56f1ff3218cd6b59a629bbb75b (patch) | |
tree | 6a54990e077a394029519b9213ce329d04274c3a /vos/inc | |
parent | eecfdf1eb5e81f8b38b1f46acd3a000fc48e2c48 (diff) |
INTEGRATION: CWS vgcleanupmacros (1.2.20); FILE MERGED
2006/05/17 11:23:19 vg 1.2.20.1: #i65486# cleanup:remove obsolete macros
Diffstat (limited to 'vos/inc')
-rw-r--r-- | vos/inc/vos/timer.hxx | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/vos/inc/vos/timer.hxx b/vos/inc/vos/timer.hxx index 85995e43e8eb..3874c0826c68 100644 --- a/vos/inc/vos/timer.hxx +++ b/vos/inc/vos/timer.hxx @@ -4,9 +4,9 @@ * * $RCSfile: timer.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2005-09-09 09:05:24 $ + * last change: $Author: vg $ $Date: 2006-06-02 12:40:52 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -48,11 +48,8 @@ #endif -#ifdef _USE_NAMESPACE namespace vos { -#endif - ///////////////////////////////////////////////////////////////////////////// // @@ -209,10 +206,7 @@ private: friend class OTimerManager; }; - -#ifdef _USE_NAMESPACE } -#endif #endif //_VOS_TIMER_HXX_ |