summaryrefslogtreecommitdiff
path: root/svx/source/table/propertyset.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/table/propertyset.cxx')
-rw-r--r--svx/source/table/propertyset.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/table/propertyset.cxx b/svx/source/table/propertyset.cxx
index cbdd56184a02..ef15231d672c 100644
--- a/svx/source/table/propertyset.cxx
+++ b/svx/source/table/propertyset.cxx
@@ -122,7 +122,7 @@ Property SAL_CALL FastPropertySetInfo::getPropertyByName( const OUString& aName
sal_Bool SAL_CALL FastPropertySetInfo::hasPropertyByName( const OUString& aName ) throw (RuntimeException)
{
- return hasProperty( aName ) != 0 ? sal_True : sal_False;;
+ return hasProperty( aName ) != 0 ? sal_True : sal_False;
}
// -----------------------------------------------------------------------------