summaryrefslogtreecommitdiffstats
path: root/svx/source/table/accessibletableshape.cxx
diff options
context:
space:
mode:
authorJesse <jspears@umd.edu>2011-12-14 14:43:58 -0500
committerMichael Meeks <michael.meeks@suse.com>2011-12-15 16:38:50 +0000
commit6a8f6c4b1324e28c598a065683103ac2ef8ea3fc (patch)
treed59cda7401565170e32c7d06af9755f3110651fd /svx/source/table/accessibletableshape.cxx
parentremove unused ScInputBarGroup::GainFocus (diff)
downloadcore-6a8f6c4b1324e28c598a065683103ac2ef8ea3fc.tar.gz
core-6a8f6c4b1324e28c598a065683103ac2ef8ea3fc.zip
Removed extra semicolons
Diffstat (limited to 'svx/source/table/accessibletableshape.cxx')
-rw-r--r--svx/source/table/accessibletableshape.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/table/accessibletableshape.cxx b/svx/source/table/accessibletableshape.cxx
index 36956fdb78c1..24661655c9ad 100644
--- a/svx/source/table/accessibletableshape.cxx
+++ b/svx/source/table/accessibletableshape.cxx
@@ -334,7 +334,7 @@ OUString SAL_CALL AccessibleTableShape::getImplementationName(void) throw (Runti
OUString AccessibleTableShape::CreateAccessibleBaseName(void) throw (RuntimeException)
{
- return OUString (RTL_CONSTASCII_USTRINGPARAM("TableShape"));;
+ return OUString (RTL_CONSTASCII_USTRINGPARAM("TableShape"));
}
//--------------------------------------------------------------------