summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdglev.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/svdglev.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/svdglev.cxx')
-rw-r--r--svx/source/svdraw/svdglev.cxx20
1 files changed, 10 insertions, 10 deletions
diff --git a/svx/source/svdraw/svdglev.cxx b/svx/source/svdraw/svdglev.cxx
index bc72272a4755..62aa11fca68a 100644
--- a/svx/source/svdraw/svdglev.cxx
+++ b/svx/source/svdraw/svdglev.cxx
@@ -29,7 +29,7 @@
#include <svx/svdtrans.hxx>
#include <svx/svdobj.hxx>
-////////////////////////////////////////////////////////////////////////////////////////////////////
+
void SdrGlueEditView::ImpClearVars()
{
@@ -45,7 +45,7 @@ SdrGlueEditView::~SdrGlueEditView()
{
}
-////////////////////////////////////////////////////////////////////////////////////////////////////
+
void SdrGlueEditView::ImpDoMarkedGluePoints(PGlueDoFunc pDoFunc, sal_Bool bConst, const void* p1, const void* p2, const void* p3, const void* p4, const void* p5)
{
@@ -89,7 +89,7 @@ void SdrGlueEditView::ImpDoMarkedGluePoints(PGlueDoFunc pDoFunc, sal_Bool bConst
if (!bConst && nMarkAnz!=0) pMod->SetChanged();
}
-////////////////////////////////////////////////////////////////////////////////////////////////////
+
static void ImpGetEscDir(SdrGluePoint& rGP, const SdrObject* /*pObj*/, const void* pbFirst, const void* pnThisEsc, const void* pnRet, const void*, const void*)
{
@@ -128,7 +128,7 @@ void SdrGlueEditView::SetMarkedGluePointsEscDir(sal_uInt16 nThisEsc, sal_Bool bO
EndUndo();
}
-////////////////////////////////////////////////////////////////////////////////////////////////////
+
static void ImpGetPercent(SdrGluePoint& rGP, const SdrObject* /*pObj*/, const void* pbFirst, const void* pnRet, const void*, const void*, const void*)
{
@@ -165,7 +165,7 @@ void SdrGlueEditView::SetMarkedGluePointsPercent(sal_Bool bOn)
EndUndo();
}
-////////////////////////////////////////////////////////////////////////////////////////////////////
+
static void ImpGetAlign(SdrGluePoint& rGP, const SdrObject* /*pObj*/, const void* pbFirst, const void* pbDontCare, const void* pbVert, const void* pnRet, const void*)
{
@@ -265,7 +265,7 @@ void SdrGlueEditView::DeleteMarkedGluePoints()
pMod->SetChanged();
}
-////////////////////////////////////////////////////////////////////////////////////////////////////
+
void SdrGlueEditView::ImpCopyMarkedGluePoints()
{
@@ -315,7 +315,7 @@ void SdrGlueEditView::ImpCopyMarkedGluePoints()
pMod->SetChanged();
}
-////////////////////////////////////////////////////////////////////////////////////////////////////
+
void SdrGlueEditView::ImpTransformMarkedGluePoints(PGlueTrFunc pTrFunc, const void* p1, const void* p2, const void* p3, const void* p4, const void* p5)
{
@@ -351,7 +351,7 @@ void SdrGlueEditView::ImpTransformMarkedGluePoints(PGlueTrFunc pTrFunc, const vo
if (nMarkAnz!=0) pMod->SetChanged();
}
-////////////////////////////////////////////////////////////////////////////////////////////////////
+
static void ImpMove(Point& rPt, const void* p1, const void* /*p2*/, const void* /*p3*/, const void* /*p4*/, const void* /*p5*/)
{
@@ -371,7 +371,7 @@ void SdrGlueEditView::MoveMarkedGluePoints(const Size& rSiz, bool bCopy)
AdjustMarkHdl();
}
-////////////////////////////////////////////////////////////////////////////////////////////////////
+
static void ImpResize(Point& rPt, const void* p1, const void* p2, const void* p3, const void* /*p4*/, const void* /*p5*/)
{
@@ -390,7 +390,7 @@ void SdrGlueEditView::ResizeMarkedGluePoints(const Point& rRef, const Fraction&
AdjustMarkHdl();
}
-////////////////////////////////////////////////////////////////////////////////////////////////////
+
static void ImpRotate(Point& rPt, const void* p1, const void* /*p2*/, const void* p3, const void* p4, const void* /*p5*/)
{