summaryrefslogtreecommitdiff
path: root/include/svx/xlnstit.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-08-29 16:12:25 +0200
committerNoel Grandin <noel@peralex.com>2013-09-05 08:54:11 +0200
commit10407bdad878e4c17e69043d1b6cad72b1aa9672 (patch)
tree6a7cfc11b45e4c77081b4626ed1fdfef89897ef7 /include/svx/xlnstit.hxx
parentab5070a57b00a59816bbe157953d7de10a52c627 (diff)
convert include/svx/xln*.hxx from String to OUString
Change-Id: I556383c918556d634fa3bae6144f973c23ceff03
Diffstat (limited to 'include/svx/xlnstit.hxx')
-rw-r--r--include/svx/xlnstit.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/xlnstit.hxx b/include/svx/xlnstit.hxx
index 1d57bf009b7c..1633be1b8136 100644
--- a/include/svx/xlnstit.hxx
+++ b/include/svx/xlnstit.hxx
@@ -36,7 +36,7 @@ class SVX_DLLPUBLIC XLineStartItem : public NameOrIndex
public:
TYPEINFO();
XLineStartItem(sal_Int32 nIndex = -1);
- XLineStartItem(const String& rName, const basegfx::B2DPolyPolygon& rPolyPolygon);
+ XLineStartItem(const OUString& rName, const basegfx::B2DPolyPolygon& rPolyPolygon);
XLineStartItem(SfxItemPool* pPool, const basegfx::B2DPolyPolygon& rPolyPolygon);
XLineStartItem(const XLineStartItem& rItem);
XLineStartItem(SvStream& rIn);