summaryrefslogtreecommitdiff
path: root/sw/source/uibase/ribbar/concustomshape.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/ribbar/concustomshape.cxx')
-rw-r--r--sw/source/uibase/ribbar/concustomshape.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/ribbar/concustomshape.cxx b/sw/source/uibase/ribbar/concustomshape.cxx
index 0c7bf74f6371..96e660790cb3 100644
--- a/sw/source/uibase/ribbar/concustomshape.cxx
+++ b/sw/source/uibase/ribbar/concustomshape.cxx
@@ -53,7 +53,7 @@ ConstCustomShape::ConstCustomShape( SwWrtShell* pWrtShell, SwEditWin* pEditWin,
aCustomShape = ConstCustomShape::GetShapeTypeFromRequest( rReq );
}
-OUString ConstCustomShape::GetShapeType() const
+const OUString& ConstCustomShape::GetShapeType() const
{
return aCustomShape;
}