include/vcl/outdev.hxx | 2 +- include/vcl/pdfwriter.hxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
New commits: commit 6d2e9baa5eb2b3156ac1172917d88b9c97b72158 Author: Simon Chenery <[email protected]> AuthorDate: Wed Feb 11 22:24:07 2026 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Thu Feb 12 23:29:57 2026 +0100 Fix spelling of parameter nHorzRound in outdev.hxx, pdfwriter.hxx Change-Id: Iab572014bdbda18e238ba211c8ae538372a4e7e6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/199221 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> diff --git a/include/vcl/outdev.hxx b/include/vcl/outdev.hxx index a6a8607b8f7c..454292b36f6e 100644 --- a/include/vcl/outdev.hxx +++ b/include/vcl/outdev.hxx @@ -604,7 +604,7 @@ public: void DrawRect( const tools::Rectangle& rRect ); void DrawRect( const tools::Rectangle& rRect, - sal_uLong nHorzRount, sal_uLong nVertRound ); + sal_uLong nHorzRound, sal_uLong nVertRound ); /// Fill the given rectangle with checkered rectangles of size nLen x nLen using the colors aStart and aEnd void DrawCheckered( diff --git a/include/vcl/pdfwriter.hxx b/include/vcl/pdfwriter.hxx index 38b14491bad9..a61ae22a95b1 100644 --- a/include/vcl/pdfwriter.hxx +++ b/include/vcl/pdfwriter.hxx @@ -865,7 +865,7 @@ public: void DrawPolyPolygon( const tools::PolyPolygon& rPolyPoly ); void DrawRect( const tools::Rectangle& rRect ); void DrawRect( const tools::Rectangle& rRect, - sal_uInt32 nHorzRount, sal_uInt32 nVertRound ); + sal_uInt32 nHorzRound, sal_uInt32 nVertRound ); void DrawEllipse( const tools::Rectangle& rRect ); void DrawArc( const tools::Rectangle& rRect, const Point& rStartPt, const Point& rEndPt );
