summaryrefslogtreecommitdiffstats
path: root/include/svx/xflhtit.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-08-29 16:52:41 +0200
committerNoel Grandin <noel@peralex.com>2013-09-05 08:54:11 +0200
commit79850f25987d12c8ee91dfd0f699a562f341bf67 (patch)
treed496aa227b51eedb9dd76688906445f20c7b0b02 /include/svx/xflhtit.hxx
parentconvert include/svx/xit.hxx from String to OUString (diff)
downloadcore-79850f25987d12c8ee91dfd0f699a562f341bf67.tar.gz
core-79850f25987d12c8ee91dfd0f699a562f341bf67.zip
convert include/svx/xf*.hxx from String to OUString
Change-Id: Ifd11e8efc2c6dae7dd08fe61acb949b6238682a7
Diffstat (limited to 'include/svx/xflhtit.hxx')
-rw-r--r--include/svx/xflhtit.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/xflhtit.hxx b/include/svx/xflhtit.hxx
index 3b95e97c6a3c..6c104aac8907 100644
--- a/include/svx/xflhtit.hxx
+++ b/include/svx/xflhtit.hxx
@@ -36,7 +36,7 @@ class SVX_DLLPUBLIC XFillHatchItem : public NameOrIndex
public:
TYPEINFO();
XFillHatchItem() : NameOrIndex(XATTR_FILLHATCH, -1) {}
- XFillHatchItem(const String& rName, const XHatch& rTheHatch);
+ XFillHatchItem(const OUString& rName, const XHatch& rTheHatch);
XFillHatchItem(SfxItemPool* pPool, const XHatch& rTheHatch);
XFillHatchItem(const XFillHatchItem& rItem);
XFillHatchItem(SvStream& rIn);