summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdouno.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/svdraw/svdouno.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/svdraw/svdouno.cxx')
-rw-r--r--svx/source/svdraw/svdouno.cxx22
1 files changed, 11 insertions, 11 deletions
diff --git a/svx/source/svdraw/svdouno.cxx b/svx/source/svdraw/svdouno.cxx
index 202c79199024..10f643ab2b69 100644
--- a/svx/source/svdraw/svdouno.cxx
+++ b/svx/source/svdraw/svdouno.cxx
@@ -54,18 +54,18 @@
using namespace ::com::sun::star;
using namespace ::sdr::contact;
-//************************************************************
+
// Defines
-//************************************************************
-//************************************************************
+
+
// Helper class SdrControlEventListenerImpl
-//************************************************************
+
#include <com/sun/star/lang/XEventListener.hpp>
#include <cppuhelper/implbase1.hxx>
-// =============================================================================
+
class SdrControlEventListenerImpl : public ::cppu::WeakImplHelper1< ::com::sun::star::lang::XEventListener >
{
protected:
@@ -105,14 +105,14 @@ void SdrControlEventListenerImpl::StartListening(const uno::Reference< lang::XCo
xComp->addEventListener(this);
}
-// =============================================================================
+
struct SdrUnoObjDataHolder
{
mutable ::rtl::Reference< SdrControlEventListenerImpl >
pEventListener;
};
-// =============================================================================
+
namespace
{
void lcl_ensureControlVisibility( SdrView* _pView, const SdrUnoObj* _pObject, bool _bVisible )
@@ -148,9 +148,9 @@ namespace
}
}
-//************************************************************
+
// SdrUnoObj
-//************************************************************
+
TYPEINIT1(SdrUnoObj, SdrRectObj);
@@ -346,7 +346,7 @@ void SdrUnoObj::NbcResize(const Point& rRef, const Fraction& xFact, const Fracti
}
}
-// -----------------------------------------------------------------------------
+
bool SdrUnoObj::hasSpecialDrag() const
{
@@ -386,7 +386,7 @@ SdrObject* SdrUnoObj::getFullDragClone() const
return pRetval;
}
-// -----------------------------------------------------------------------------
+
void SdrUnoObj::NbcSetLayer( SdrLayerID _nLayer )
{
if ( GetLayer() == _nLayer )