diff options
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; |