summaryrefslogtreecommitdiff
path: root/xmloff/source/forms/handler/property_handler_base.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/forms/handler/property_handler_base.cxx')
-rw-r--r--xmloff/source/forms/handler/property_handler_base.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/xmloff/source/forms/handler/property_handler_base.cxx b/xmloff/source/forms/handler/property_handler_base.cxx
index 92aeeaca38b1..e92b16b4b530 100644
--- a/xmloff/source/forms/handler/property_handler_base.cxx
+++ b/xmloff/source/forms/handler/property_handler_base.cxx
@@ -17,27 +17,21 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#include "property_handler_base.hxx"
namespace xmloff
{
- //==================================================================================================================
//= PropertyHandlerBase
- //==================================================================================================================
- //------------------------------------------------------------------------------------------------------------------
PropertyHandlerBase::~PropertyHandlerBase()
{
}
- //------------------------------------------------------------------------------------------------------------------
oslInterlockedCount SAL_CALL PropertyHandlerBase::acquire()
{
return osl_atomic_increment( &m_refCount );
}
- //------------------------------------------------------------------------------------------------------------------
oslInterlockedCount SAL_CALL PropertyHandlerBase::release()
{
oslInterlockedCount decremented = osl_atomic_decrement( &m_refCount );