summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdopath.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/svdraw/svdopath.cxx')
-rw-r--r--svx/source/svdraw/svdopath.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/svdraw/svdopath.cxx b/svx/source/svdraw/svdopath.cxx
index c2ee3d910559..d40c4a40d0ad 100644
--- a/svx/source/svdraw/svdopath.cxx
+++ b/svx/source/svdraw/svdopath.cxx
@@ -1955,7 +1955,7 @@ void SdrPathObj::TakeObjNameSingul(XubString& rName) const
}
rName = ImpGetResStr(nId);
- sal_uInt16 nPos(rName.SearchAscii("%N"));
+ sal_uInt16 nPos(rName.SearchAscii("%2")); // #i96537#
if(STRING_NOTFOUND != nPos)
{