summaryrefslogtreecommitdiff
path: root/svx/source/engine3d/scene3d.cxx
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-25 20:51:35 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-02-26 07:42:24 -0600
commitb1181b89f3c6a0b435f49d9b2bfa18db2b5f6f3c (patch)
tree1ccd7fbb50f8ef1a6ac846e178550da83cd263ca /svx/source/engine3d/scene3d.cxx
parent060ab521fa0d5d6b9fcb97eab4718c04e8aec944 (diff)
Remove visual noise from svx
Change-Id: I56497d953b0500ba0967fddb36ca8bbbe86c62ad Reviewed-on: https://gerrit.libreoffice.org/8321 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svx/source/engine3d/scene3d.cxx')
-rw-r--r--svx/source/engine3d/scene3d.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/svx/source/engine3d/scene3d.cxx b/svx/source/engine3d/scene3d.cxx
index 338d0ade7dbf..7fe7c3c31cb6 100644
--- a/svx/source/engine3d/scene3d.cxx
+++ b/svx/source/engine3d/scene3d.cxx
@@ -47,7 +47,7 @@
#include <svx/e3dsceneupdater.hxx>
#include <svx/svdmodel.hxx>
-//////////////////////////////////////////////////////////////////////////////
+
class ImpRemap3DDepth
{
@@ -109,7 +109,7 @@ bool ImpRemap3DDepth::operator<(const ImpRemap3DDepth& rComp) const
// typedefs for a vector of ImpRemap3DDepths
typedef ::std::vector< ImpRemap3DDepth > ImpRemap3DDepthVector;
-//////////////////////////////////////////////////////////////////////////////
+
class Imp3DDepthRemapper
{
@@ -169,7 +169,7 @@ sal_uInt32 Imp3DDepthRemapper::RemapOrdNum(sal_uInt32 nOrdNum) const
return nOrdNum;
}
-//////////////////////////////////////////////////////////////////////////////
+
// BaseProperties section
sdr::properties::BaseProperties* E3dScene::CreateObjectSpecificProperties()
@@ -177,7 +177,7 @@ sdr::properties::BaseProperties* E3dScene::CreateObjectSpecificProperties()
return new sdr::properties::E3dSceneProperties(*this);
}
-//////////////////////////////////////////////////////////////////////////////
+
// DrawContact section
sdr::contact::ViewContact* E3dScene::CreateObjectSpecificViewContact()
@@ -185,7 +185,7 @@ sdr::contact::ViewContact* E3dScene::CreateObjectSpecificViewContact()
return new sdr::contact::ViewContactOfE3dScene(*this);
}
-//////////////////////////////////////////////////////////////////////////////
+
TYPEINIT1(E3dScene, E3dObject);