[Libreoffice-commits] core.git: vcl/source
Chris Sherlock
chris.sherlock79 at gmail.com
Fri Feb 7 12:17:28 PST 2014
vcl/source/gdi/outdev.cxx | 15 ---------------
1 file changed, 15 deletions(-)
New commits:
commit ed28cbb1ea7f2cb5e9ad88a0b49196b11db971ed
Author: Chris Sherlock <chris.sherlock79 at gmail.com>
Date: Fri Feb 7 22:54:18 2014 +1100
Remove useless comment decorations
Change-Id: I652932b0a82641d01c6e64a3c8acc5c983cee022
Reviewed-on: https://gerrit.libreoffice.org/7914
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
Tested-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/vcl/source/gdi/outdev.cxx b/vcl/source/gdi/outdev.cxx
index 4d716b1..39e02a6 100644
--- a/vcl/source/gdi/outdev.cxx
+++ b/vcl/source/gdi/outdev.cxx
@@ -90,12 +90,8 @@ const char* ImplDbgCheckOutputDevice( const void* pObj )
}
#endif
-// =======================================================================
-
#define OUTDEV_POLYPOLY_STACKBUF 32
-// =======================================================================
-
struct ImplObjStack
{
ImplObjStack* mpPrev;
@@ -198,9 +194,6 @@ bool OutputDevice::ImplSelectClipRegion( const Region& rRegion, SalGraphics* pGr
return bClipRegion;
}
-
-// =======================================================================
-
Polygon ImplSubdivideBezier( const Polygon& rPoly )
{
Polygon aPoly;
@@ -211,8 +204,6 @@ Polygon ImplSubdivideBezier( const Polygon& rPoly )
return aPoly;
}
-// =======================================================================
-
PolyPolygon ImplSubdivideBezier( const PolyPolygon& rPolyPoly )
{
sal_uInt16 i, nPolys = rPolyPoly.Count();
@@ -223,8 +214,6 @@ PolyPolygon ImplSubdivideBezier( const PolyPolygon& rPolyPoly )
return aPolyPoly;
}
-// =======================================================================
-
// #100127# Extracted from OutputDevice::DrawPolyPolygon()
void OutputDevice::ImplDrawPolyPolygon( sal_uInt16 nPoly, const PolyPolygon& rPolyPoly )
{
@@ -314,8 +303,6 @@ void OutputDevice::ImplDrawPolyPolygon( sal_uInt16 nPoly, const PolyPolygon& rPo
}
}
-// =======================================================================
-
OutputDevice::OutputDevice() :
maRegion(true),
maFillColor( COL_WHITE ),
@@ -2009,7 +1996,6 @@ void OutputDevice::DrawPolygon( const basegfx::B2DPolygon& rB2DPolygon)
}
}
-// -----------------------------------------------------------------------
// Caution: This method is nearly the same as
// OutputDevice::DrawTransparent( const basegfx::B2DPolyPolygon& rB2DPolyPoly, double fTransparency),
// so when changes are made here do not forget to make change sthere, too
@@ -2572,7 +2558,6 @@ SystemGraphicsData OutputDevice::GetSystemGfxData() const
uno::Reference<uno::XComponentContext> xContext = comphelper::getProcessComponentContext();
// Create canvas instance with window handle
- // =========================================
static uno::Reference<lang::XMultiComponentFactory> xCanvasFactory( rendering::CanvasFactory::create( xContext ) );
uno::Reference<rendering::XCanvas> xCanvas;
More information about the Libreoffice-commits
mailing list