diff options
author | Noel Grandin <noel@peralex.com> | 2013-08-30 09:22:30 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-09-05 08:54:12 +0200 |
commit | 2a80a284b35d7f61eb819bfa37d01c70bc9ef7e8 (patch) | |
tree | ea497fb1afe81588d4606b613835fa225c7fcdaa /include | |
parent | 5a8f4cbac89694542a9e08e76cb00c947ac74bb8 (diff) |
convert include/svx/xbtmpit.hxx from String to OUString
Change-Id: I6b45f343febef1ca1e90a9194bd298681ed134ea
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/xbtmpit.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/xbtmpit.hxx b/include/svx/xbtmpit.hxx index d30e2fd5001f..7422714decdf 100644 --- a/include/svx/xbtmpit.hxx +++ b/include/svx/xbtmpit.hxx @@ -44,7 +44,7 @@ private: public: TYPEINFO(); XFillBitmapItem() : NameOrIndex(XATTR_FILLBITMAP, -1 ) {} - XFillBitmapItem(const String& rName, const GraphicObject& rGraphicObject); + XFillBitmapItem(const OUString& rName, const GraphicObject& rGraphicObject); XFillBitmapItem(SfxItemPool* pPool, const GraphicObject& rGraphicObject); XFillBitmapItem( const XFillBitmapItem& rItem ); XFillBitmapItem( SvStream& rIn, sal_uInt16 nVer = 0 ); |