[Libreoffice-commits] core.git: vcl/unx
Andrea Gelmini
andrea.gelmini at gelma.net
Sun May 8 07:33:35 UTC 2016
vcl/unx/generic/print/genpspgraphics.cxx | 4 ++--
vcl/unx/generic/window/salobj.cxx | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 21c4f87e2be0c7e69452219370f95ca9c89cedeb
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date: Sat May 7 17:24:22 2016 +0200
Updated includes path
Change-Id: I4ba692b73ce7d6cf84fdf528b6d410e07cbc36ca
Reviewed-on: https://gerrit.libreoffice.org/24719
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: jan iversen <jani at documentfoundation.org>
diff --git a/vcl/unx/generic/print/genpspgraphics.cxx b/vcl/unx/generic/print/genpspgraphics.cxx
index b018a80..c81b274 100644
--- a/vcl/unx/generic/print/genpspgraphics.cxx
+++ b/vcl/unx/generic/print/genpspgraphics.cxx
@@ -423,7 +423,7 @@ void GenPspGraphics::drawPolyLine( sal_uInt32 nPoints, const SalPoint *pPtAry )
void GenPspGraphics::drawPolygon( sal_uInt32 nPoints, const SalPoint* pPtAry )
{
- // Point must be equal to SalPoint! see vcl/inc/salgtype.hxx
+ // Point must be equal to SalPoint! see include/vcl/salgtype.hxx
m_pPrinterGfx->DrawPolygon (nPoints, reinterpret_cast<Point const *>(pPtAry));
}
@@ -469,7 +469,7 @@ bool GenPspGraphics::drawPolyPolygonBezier( sal_uInt32 nPoly,
const SalPoint* const* pPtAry,
const sal_uInt8* const* pFlgAry )
{
- // Point must be equal to SalPoint! see vcl/inc/salgtype.hxx
+ // Point must be equal to SalPoint! see include/vcl/salgtype.hxx
m_pPrinterGfx->DrawPolyPolygonBezier (nPoly, pPoints, reinterpret_cast<Point const * const *>(pPtAry), pFlgAry);
return true;
}
diff --git a/vcl/unx/generic/window/salobj.cxx b/vcl/unx/generic/window/salobj.cxx
index 0931205..7a3412f 100644
--- a/vcl/unx/generic/window/salobj.cxx
+++ b/vcl/unx/generic/window/salobj.cxx
@@ -178,7 +178,7 @@ void X11SalInstance::DestroyObject( SalObject* pObject )
}
// SalClipRegion is a member of SalObject
-// definition of SalClipRegion my be found in unx/inc/salobj.h
+// definition of SalClipRegion my be found in vcl/inc/unx/salobj.h
SalClipRegion::SalClipRegion()
{
More information about the Libreoffice-commits
mailing list