diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-06-20 14:13:46 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-06-20 14:14:19 +0200 |
commit | bb7d4a54ccb5907fa78c14d65a1d63f69fcc88f3 (patch) | |
tree | bcc0ff0b12ccc3cc1a00cee4c7cbc58f56eff3ea /svx | |
parent | 5ba3d1740b03efa394b2d2bf34fb8a8d3db2331d (diff) |
warning C4702: clearly there's a case missing here
Change-Id: I3afdca0a51c41ef75f3ea63e27a6e7a858c30111
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/xoutdev/xtabgrdt.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/svx/source/xoutdev/xtabgrdt.cxx b/svx/source/xoutdev/xtabgrdt.cxx index 559f66bbedf0..bf1a7bc68606 100644 --- a/svx/source/xoutdev/xtabgrdt.cxx +++ b/svx/source/xoutdev/xtabgrdt.cxx @@ -136,6 +136,7 @@ Bitmap XGradientList::CreateBitmapForUI( long nIndex ) aGradientStyle = drawinglayer::attribute::GRADIENTSTYLE_AXIAL; break; } + case XGRAD_RADIAL : { aGradientStyle = drawinglayer::attribute::GRADIENTSTYLE_RADIAL; break; |