From bb7d4a54ccb5907fa78c14d65a1d63f69fcc88f3 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Thu, 20 Jun 2013 14:13:46 +0200 Subject: [PATCH] warning C4702: clearly there's a case missing here Change-Id: I3afdca0a51c41ef75f3ea63e27a6e7a858c30111 --- svx/source/xoutdev/xtabgrdt.cxx | 1 + 1 file changed, 1 insertion(+) 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;