[Libreoffice-commits] core.git: svx/source
Michael Stahl
mstahl at redhat.com
Thu Jun 20 05:17:54 PDT 2013
svx/source/xoutdev/xtabgrdt.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit bb7d4a54ccb5907fa78c14d65a1d63f69fcc88f3
Author: Michael Stahl <mstahl at redhat.com>
Date: Thu Jun 20 14:13:46 2013 +0200
warning C4702: clearly there's a case missing here
Change-Id: I3afdca0a51c41ef75f3ea63e27a6e7a858c30111
diff --git a/svx/source/xoutdev/xtabgrdt.cxx b/svx/source/xoutdev/xtabgrdt.cxx
index 559f66b..bf1a7bc 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;
More information about the Libreoffice-commits
mailing list