summaryrefslogtreecommitdiffstats
path: root/vcl
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2016-05-07 17:24:22 +0200
committerjan iversen <jani@documentfoundation.org>2016-05-08 07:33:10 +0000
commit21c4f87e2be0c7e69452219370f95ca9c89cedeb (patch)
treecb05be27f35d1e941b0a0f3f9ba99fe95f5db213 /vcl
parentUpdated file path. (diff)
downloadcore-21c4f87e2be0c7e69452219370f95ca9c89cedeb.tar.gz
core-21c4f87e2be0c7e69452219370f95ca9c89cedeb.zip
Updated includes path
Change-Id: I4ba692b73ce7d6cf84fdf528b6d410e07cbc36ca Reviewed-on: https://gerrit.libreoffice.org/24719 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: jan iversen <jani@documentfoundation.org>
Diffstat (limited to 'vcl')
-rw-r--r--vcl/unx/generic/print/genpspgraphics.cxx4
-rw-r--r--vcl/unx/generic/window/salobj.cxx2
2 files changed, 3 insertions, 3 deletions
diff --git a/vcl/unx/generic/print/genpspgraphics.cxx b/vcl/unx/generic/print/genpspgraphics.cxx
index b018a80dd33f..c81b274322e6 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 093120516286..7a3412f9dee4 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()
{