diff options
author | Noel Grandin <noel@peralex.com> | 2013-08-29 16:12:25 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-09-05 08:54:11 +0200 |
commit | 10407bdad878e4c17e69043d1b6cad72b1aa9672 (patch) | |
tree | 6a7cfc11b45e4c77081b4626ed1fdfef89897ef7 /include/svx/xlnedit.hxx | |
parent | ab5070a57b00a59816bbe157953d7de10a52c627 (diff) |
convert include/svx/xln*.hxx from String to OUString
Change-Id: I556383c918556d634fa3bae6144f973c23ceff03
Diffstat (limited to 'include/svx/xlnedit.hxx')
-rw-r--r-- | include/svx/xlnedit.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/xlnedit.hxx b/include/svx/xlnedit.hxx index fdf9abdda894..793a20e89f78 100644 --- a/include/svx/xlnedit.hxx +++ b/include/svx/xlnedit.hxx @@ -36,7 +36,7 @@ class SVX_DLLPUBLIC XLineEndItem : public NameOrIndex public: TYPEINFO(); XLineEndItem(sal_Int32 nIndex = -1); - XLineEndItem(const String& rName, const basegfx::B2DPolyPolygon& rPolyPolygon); + XLineEndItem(const OUString& rName, const basegfx::B2DPolyPolygon& rPolyPolygon); XLineEndItem(SfxItemPool* pPool, const basegfx::B2DPolyPolygon& rPolyPolygon); XLineEndItem(const XLineEndItem& rItem); XLineEndItem(SvStream& rIn); |