summaryrefslogtreecommitdiffstats
path: root/include/svx/xlndsit.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/xlndsit.hxx
parentremove dead method declaration (diff)
downloadcore-10407bdad878e4c17e69043d1b6cad72b1aa9672.tar.gz
core-10407bdad878e4c17e69043d1b6cad72b1aa9672.zip
convert include/svx/xln*.hxx from String to OUString
Change-Id: I556383c918556d634fa3bae6144f973c23ceff03
Diffstat (limited to 'include/svx/xlndsit.hxx')
-rw-r--r--include/svx/xlndsit.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/xlndsit.hxx b/include/svx/xlndsit.hxx
index a4d7a6ca7122..369b0f60fa45 100644
--- a/include/svx/xlndsit.hxx
+++ b/include/svx/xlndsit.hxx
@@ -37,7 +37,7 @@ class SVX_DLLPUBLIC XLineDashItem : public NameOrIndex
public:
TYPEINFO();
XLineDashItem() : NameOrIndex(XATTR_LINEDASH, -1) {}
- XLineDashItem(const String& rName, const XDash& rTheDash);
+ XLineDashItem(const OUString& rName, const XDash& rTheDash);
XLineDashItem(SfxItemPool* pPool, const XDash& rTheDash);
XLineDashItem(const XLineDashItem& rItem);
XLineDashItem(SvStream& rIn);