diff options
author | Noel Grandin <noel@peralex.com> | 2013-08-29 16:52:41 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-09-05 08:54:11 +0200 |
commit | 79850f25987d12c8ee91dfd0f699a562f341bf67 (patch) | |
tree | d496aa227b51eedb9dd76688906445f20c7b0b02 /include/svx/xftshcit.hxx | |
parent | c8375ca155fca6d8c0cfd75058954bff9a48d5f2 (diff) |
convert include/svx/xf*.hxx from String to OUString
Change-Id: Ifd11e8efc2c6dae7dd08fe61acb949b6238682a7
Diffstat (limited to 'include/svx/xftshcit.hxx')
-rw-r--r-- | include/svx/xftshcit.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/xftshcit.hxx b/include/svx/xftshcit.hxx index 8a84b2c1c84b..4246c6e5c212 100644 --- a/include/svx/xftshcit.hxx +++ b/include/svx/xftshcit.hxx @@ -34,7 +34,7 @@ class SVX_DLLPUBLIC XFormTextShadowColorItem : public XColorItem public: TYPEINFO(); XFormTextShadowColorItem() {} - XFormTextShadowColorItem(const String& rName, const Color& rTheColor); + XFormTextShadowColorItem(const OUString& rName, const Color& rTheColor); XFormTextShadowColorItem(SvStream& rIn); virtual SfxPoolItem* Clone(SfxItemPool* pPool = 0) const; |