summaryrefslogtreecommitdiffstats
path: root/extensions/test/ole/cpnt/cpnt.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/test/ole/cpnt/cpnt.cxx')
-rw-r--r--extensions/test/ole/cpnt/cpnt.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/test/ole/cpnt/cpnt.cxx b/extensions/test/ole/cpnt/cpnt.cxx
index fd210f42ec98..6def520caba3 100644
--- a/extensions/test/ole/cpnt/cpnt.cxx
+++ b/extensions/test/ole/cpnt/cpnt.cxx
@@ -783,7 +783,7 @@ void SAL_CALL OComponent::setALong( ::sal_Int32 _along ) throw (RuntimeException
::sal_uInt32 SAL_CALL OComponent::getAULong() throw (RuntimeException)
{
- return m_attr_uint32;;
+ return m_attr_uint32;
}
void SAL_CALL OComponent::setAULong( ::sal_uInt32 _aulong ) throw (RuntimeException)