summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdocirc.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-11-04 13:10:50 +0200
committerNoel Grandin <noel@peralex.com>2014-11-04 14:45:54 +0200
commit0516d123f53917d1833c7e8a8c528a619c71a0af (patch)
treee299ba0f6f5cfd301080a3af6df67a719d6b416c /svx/source/svdraw/svdocirc.cxx
parent7a59b260747613b1fc4cd3980cd7edc9ea0d65c2 (diff)
rename GetWinkStr->GetAngleStr
Change-Id: I1b3020a9a907059c2fa9109e001c07db004c940d
Diffstat (limited to 'svx/source/svdraw/svdocirc.cxx')
-rw-r--r--svx/source/svdraw/svdocirc.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/svdraw/svdocirc.cxx b/svx/source/svdraw/svdocirc.cxx
index 979979ecc055..a67726b5347b 100644
--- a/svx/source/svdraw/svdocirc.cxx
+++ b/svx/source/svdraw/svdocirc.cxx
@@ -585,7 +585,7 @@ OUString SdrCircObj::getSpecialDragComment(const SdrDragStat& rDrag) const
nWink = pU->nEnd;
}
- aBuf.append(GetWinkStr(nWink,false));
+ aBuf.append(GetAngleStr(nWink,false));
aBuf.append(')');
}
@@ -603,7 +603,7 @@ OUString SdrCircObj::getSpecialDragComment(const SdrDragStat& rDrag) const
ImpTakeDescriptionStr(STR_DragCircAngle, aStr);
OUStringBuffer aBuf(aStr);
aBuf.appendAscii(" (");
- aBuf.append(GetWinkStr(nWink,false));
+ aBuf.append(GetAngleStr(nWink,false));
aBuf.append(')');
return aBuf.makeStringAndClear();