diff options
author | Noel Grandin <noel@peralex.com> | 2014-10-27 13:21:00 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-10-27 15:32:55 +0200 |
commit | 2d2bb23a3bd860c4baa2dcfe4d1bbe1dea64b9a2 (patch) | |
tree | 308bb889e9d843b039c4e920f4011bdba2217f27 /svx/source | |
parent | 627a9982f25b22520537592e9c7a566e0d9c950a (diff) |
cid#735507 Logically dead code
Change-Id: Ie251bca3e4fa7c67aa84c8ff3ae451b0aaa57f44
Diffstat (limited to 'svx/source')
-rw-r--r-- | svx/source/engine3d/float3d.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/engine3d/float3d.cxx b/svx/source/engine3d/float3d.cxx index 6030a40bff4f..742f1f0fe973 100644 --- a/svx/source/engine3d/float3d.cxx +++ b/svx/source/engine3d/float3d.cxx @@ -2111,7 +2111,7 @@ void Svx3DWin::GetAttr( SfxItemSet& rAttrs ) // Textures // Art - nValue = 3; + nValue = 99; if( aBtnTexLuminance.IsChecked() ) nValue = 1; else if( aBtnTexColor.IsChecked() ) |