summaryrefslogtreecommitdiff
path: root/svx/source/uitest/sdrobject.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/uitest/sdrobject.cxx')
-rw-r--r--svx/source/uitest/sdrobject.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/uitest/sdrobject.cxx b/svx/source/uitest/sdrobject.cxx
index bd31316a498f..7852d6a8bec7 100644
--- a/svx/source/uitest/sdrobject.cxx
+++ b/svx/source/uitest/sdrobject.cxx
@@ -29,7 +29,7 @@ StringMap SdrUIObject::get_state()
aMap["Description"] = pObject->GetDescription();
aMap["Title"] = pObject->GetTitle();
aMap["Z-Order"] = OUString::number(pObject->GetOrdNum());
- aMap["Layer"] = OUString::number(pObject->GetLayer());
+ aMap["Layer"] = OUString::number(sal_uInt8(pObject->GetLayer()));
aMap["IsGroupObject"] = OUString::boolean(pObject->IsGroupObject());
aMap["IsPolyObject"] = OUString::boolean(pObject->IsPolyObj());
aMap["PointCount"] = OUString::number(pObject->GetPointCount());