diff options
Diffstat (limited to 'svx/source/table/svdotable.cxx')
-rw-r--r-- | svx/source/table/svdotable.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/table/svdotable.cxx b/svx/source/table/svdotable.cxx index 28ad30df44b9..5e346f3c115c 100644 --- a/svx/source/table/svdotable.cxx +++ b/svx/source/table/svdotable.cxx @@ -1479,7 +1479,7 @@ void SdrTableObj::TakeObjInfo(SdrObjTransformInfoRec& rInfo) const SdrObjKind SdrTableObj::GetObjIdentifier() const { - return OBJ_TABLE; + return SdrObjKind::Table; } void SdrTableObj::TakeTextRect( SdrOutliner& rOutliner, tools::Rectangle& rTextRect, bool bNoEditText, tools::Rectangle* pAnchorRect, bool /*bLineWidth*/ ) const |