summaryrefslogtreecommitdiff
path: root/vos
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-06-02 11:38:34 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-06-02 11:38:34 +0000
commit5a4c0117316a1185440f1058e1acdf7e2502cf81 (patch)
tree52995cea3921aacb9ebced7308d7831f21fc6a60 /vos
parent64b592a3c9387843b68537c962c412b00ea9b611 (diff)
INTEGRATION: CWS vgcleanupmacros (1.2.20); FILE MERGED
2006/05/17 11:23:17 vg 1.2.20.1: #i65486# cleanup:remove obsolete macros
Diffstat (limited to 'vos')
-rw-r--r--vos/inc/vos/ref.hxx8
-rw-r--r--vos/inc/vos/refernce.hxx8
2 files changed, 4 insertions, 12 deletions
diff --git a/vos/inc/vos/ref.hxx b/vos/inc/vos/ref.hxx
index 82cdca57f34e..344b5fcd825d 100644
--- a/vos/inc/vos/ref.hxx
+++ b/vos/inc/vos/ref.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: ref.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 09:01:51 $
+ * last change: $Author: vg $ $Date: 2006-06-02 12:38:21 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -54,10 +54,8 @@
# include <vos/diagnose.hxx>
#endif
-#ifdef _USE_NAMESPACE
namespace vos
{
-#endif
template <class T>
@@ -189,9 +187,7 @@ protected:
// include template implementation
#include <vos/ref.inl>
-#ifdef _USE_NAMESPACE
}
-#endif
#endif // _VOS_REF_HXX_
diff --git a/vos/inc/vos/refernce.hxx b/vos/inc/vos/refernce.hxx
index 0d39985b5046..aa164a6dd2e1 100644
--- a/vos/inc/vos/refernce.hxx
+++ b/vos/inc/vos/refernce.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: refernce.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 09:02:26 $
+ * last change: $Author: vg $ $Date: 2006-06-02 12:38:34 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -46,10 +46,8 @@
# include <vos/object.hxx>
#endif
-#ifdef _USE_NAMESPACE
namespace vos
{
-#endif
/** Interface for refernce-counting
*/
@@ -119,9 +117,7 @@ private:
OReference& SAL_CALL operator= (const OReference&);
};
-#ifdef _USE_NAMESPACE
}
-#endif
#endif // _VOS_REFERNCE_HXX_