summaryrefslogtreecommitdiff
path: root/include/svx/xflclit.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/xflclit.hxx
parentc8375ca155fca6d8c0cfd75058954bff9a48d5f2 (diff)
convert include/svx/xf*.hxx from String to OUString
Change-Id: Ifd11e8efc2c6dae7dd08fe61acb949b6238682a7
Diffstat (limited to 'include/svx/xflclit.hxx')
-rw-r--r--include/svx/xflclit.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/xflclit.hxx b/include/svx/xflclit.hxx
index 7c0320ffe2f7..ebe3e6f718f3 100644
--- a/include/svx/xflclit.hxx
+++ b/include/svx/xflclit.hxx
@@ -36,7 +36,7 @@ public:
TYPEINFO();
XFillColorItem() {}
XFillColorItem(sal_Int32 nIndex, const Color& rTheColor);
- XFillColorItem(const String& rName, const Color& rTheColor);
+ XFillColorItem(const OUString& rName, const Color& rTheColor);
XFillColorItem(SvStream& rIn);
virtual SfxPoolItem* Clone(SfxItemPool* pPool = 0) const;