summaryrefslogtreecommitdiff
path: root/svx/source/engine3d/svx3ditems.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/engine3d/svx3ditems.cxx')
-rw-r--r--svx/source/engine3d/svx3ditems.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/svx/source/engine3d/svx3ditems.cxx b/svx/source/engine3d/svx3ditems.cxx
index 6345748396a2..a17f4ccb7b82 100644
--- a/svx/source/engine3d/svx3ditems.cxx
+++ b/svx/source/engine3d/svx3ditems.cxx
@@ -26,8 +26,6 @@
#include <com/sun/star/drawing/ShadeMode.hpp>
-
-
using namespace ::com::sun::star;
// #i28528#
@@ -89,7 +87,6 @@ Svx3DShadeModeItem::Svx3DShadeModeItem(sal_uInt16 nVal)
{}
-
Svx3DSmoothNormalsItem::Svx3DSmoothNormalsItem(bool bVal)
: SfxBoolItem(SDRATTR_3DOBJ_SMOOTH_NORMALS, bVal)
{}