summaryrefslogtreecommitdiff
path: root/connectivity/source/simpledbt/refbase.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/simpledbt/refbase.hxx')
-rw-r--r--connectivity/source/simpledbt/refbase.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/source/simpledbt/refbase.hxx b/connectivity/source/simpledbt/refbase.hxx
index 11d2a0d54966..41b937c5a551 100644
--- a/connectivity/source/simpledbt/refbase.hxx
+++ b/connectivity/source/simpledbt/refbase.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -43,7 +43,7 @@ namespace connectivity
class ORefBase : public ::rtl::IReference
{
protected:
- oslInterlockedCount m_refCount;
+ oslInterlockedCount m_refCount;
protected:
ORefBase() : m_refCount(0) { }
@@ -54,7 +54,7 @@ namespace connectivity
};
//........................................................................
-} // namespace connectivity
+} // namespace connectivity
//........................................................................
#endif // CONNECTIVITY_DBTOOLS_REFBASE_HXX