summaryrefslogtreecommitdiff
path: root/svx/source/unodraw/tableshape.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/unodraw/tableshape.cxx')
-rw-r--r--svx/source/unodraw/tableshape.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/unodraw/tableshape.cxx b/svx/source/unodraw/tableshape.cxx
index 72cc07b9ab2f..62af47f7d31a 100644
--- a/svx/source/unodraw/tableshape.cxx
+++ b/svx/source/unodraw/tableshape.cxx
@@ -39,7 +39,7 @@ using namespace ::com::sun::star::beans;
SvxTableShape::SvxTableShape( SdrObject* pObj ) throw()
: SvxShape( pObj, getSvxMapProvider().GetMap(SVXMAP_TABLE), getSvxMapProvider().GetPropertySet(SVXMAP_TABLE, SdrObject::GetGlobalDrawObjectItemPool()) )
{
- SetShapeType( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.drawing.TableShape" ) ) );
+ SetShapeType( rtl::OUString( "com.sun.star.drawing.TableShape" ) );
}
//----------------------------------------------------------------------