diff options
author | Noel Grandin <noel@peralex.com> | 2013-09-04 12:32:11 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-09-05 08:55:04 +0200 |
commit | 2f2518e662e2ef5155c6987de28bb61a9314c52f (patch) | |
tree | dac7ec4d1f62f4eef6ca4e0f4039bc3e100919a0 /svx | |
parent | 70a267b6ad1bffe09953cc8f1c0920f219b03789 (diff) |
convert svx/source/toolbars/*.cxx from String to OUString
Change-Id: I52232c754ea43ed0346e4b1eb45230d77ce6566d
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/toolbars/extrusionbar.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/toolbars/extrusionbar.cxx b/svx/source/toolbars/extrusionbar.cxx index d34026c9e9ff..1a0cfbc218e4 100644 --- a/svx/source/toolbars/extrusionbar.cxx +++ b/svx/source/toolbars/extrusionbar.cxx @@ -335,7 +335,7 @@ static void impl_execute( SdrView*, SfxRequest& rReq, SdrCustomShapeGeometryItem } else { - pObj->SetMergedItem( XSecondaryFillColorItem( String(), aColor ) ); + pObj->SetMergedItem( XSecondaryFillColorItem( "", aColor ) ); } pObj->BroadcastObjectChange(); } |