summaryrefslogtreecommitdiff
path: root/include/svx/xcolit.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-08-29 17:08:39 +0200
committerNoel Grandin <noel@peralex.com>2013-09-05 08:54:12 +0200
commit5a8f4cbac89694542a9e08e76cb00c947ac74bb8 (patch)
treef6dbf79bc2495c8b7d6d1f37f057ac03cb932907 /include/svx/xcolit.hxx
parent79850f25987d12c8ee91dfd0f699a562f341bf67 (diff)
convert include/svx/xcolit.hxx from String to OUString
Change-Id: Ieae296f179e0b45384e40c6ea6fb704af11d94e3
Diffstat (limited to 'include/svx/xcolit.hxx')
-rw-r--r--include/svx/xcolit.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/xcolit.hxx b/include/svx/xcolit.hxx
index 461c2b38af7e..451432c386ac 100644
--- a/include/svx/xcolit.hxx
+++ b/include/svx/xcolit.hxx
@@ -43,7 +43,7 @@ public:
virtual bool PutValue( const com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId = 0 );
XColorItem(sal_uInt16 nWhich, const Color& rTheColor);
- XColorItem(sal_uInt16 nWhich, const String& rName, const Color& rTheColor);
+ XColorItem(sal_uInt16 nWhich, const OUString& rName, const Color& rTheColor);
XColorItem(sal_uInt16 nWhich, SvStream& rIn);
XColorItem(const XColorItem& rItem);