include/canvas/verifyinput.hxx | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-)
New commits: commit 600b79c8167e8e452e0d1ab532e3659b210e9fcb Author: Andrea Gelmini <[email protected]> AuthorDate: Fri Jun 14 22:42:09 2019 +0000 Commit: Julien Nabet <[email protected]> CommitDate: Wed Jun 26 23:29:14 2019 +0200 Fix typo Change-Id: Ie1bf745980db686a45cd0b6fa0524baa65d3e66e Reviewed-on: https://gerrit.libreoffice.org/74763 Reviewed-by: Julien Nabet <[email protected]> Tested-by: Julien Nabet <[email protected]> diff --git a/include/canvas/verifyinput.hxx b/include/canvas/verifyinput.hxx index edc7dc3c2c55..f7703f47e9f3 100644 --- a/include/canvas/verifyinput.hxx +++ b/include/canvas/verifyinput.hxx @@ -77,7 +77,7 @@ namespace canvas the argument, checked here, on the UNO interface method. Counting starts at 0). - @throws an lang::IllegalArgumentException, if anything is wrong + @throws a lang::IllegalArgumentException, if anything is wrong */ CANVASTOOLS_DLLPUBLIC void verifyInput( const css::geometry::AffineMatrix2D& rMatrix, const char* pStr, @@ -99,7 +99,7 @@ namespace canvas the argument, checked here, on the UNO interface method. Counting starts at 0). - @throws an lang::IllegalArgumentException, if anything is wrong + @throws a lang::IllegalArgumentException, if anything is wrong */ CANVASTOOLS_DLLPUBLIC void verifyInput( const css::geometry::Matrix2D& rMatrix, const char* pStr, @@ -121,7 +121,7 @@ namespace canvas the argument, checked here, on the UNO interface method. Counting starts at 0). - @throws an lang::IllegalArgumentException, if anything is wrong + @throws a lang::IllegalArgumentException, if anything is wrong */ CANVASTOOLS_DLLPUBLIC void verifyInput( const css::geometry::RealPoint2D& rPoint, const char* pStr, @@ -143,7 +143,7 @@ namespace canvas the argument, checked here, on the UNO interface method. Counting starts at 0). - @throws an lang::IllegalArgumentException, if anything is wrong + @throws a lang::IllegalArgumentException, if anything is wrong */ CANVASTOOLS_DLLPUBLIC void verifyInput( const css::geometry::RealBezierSegment2D& rSegment, const char* pStr, @@ -165,7 +165,7 @@ namespace canvas the argument, checked here, on the UNO interface method. Counting starts at 0). - @throws an lang::IllegalArgumentException, if anything is wrong + @throws a lang::IllegalArgumentException, if anything is wrong */ CANVASTOOLS_DLLPUBLIC void verifyInput( const css::geometry::RealRectangle2D& rRect, const char* pStr, @@ -186,7 +186,7 @@ namespace canvas the argument, checked here, on the UNO interface method. Counting starts at 0). - @throws an lang::IllegalArgumentException, if anything is wrong + @throws a lang::IllegalArgumentException, if anything is wrong */ CANVASTOOLS_DLLPUBLIC void verifyInput( const css::rendering::ViewState& viewState, const char* pStr, @@ -211,7 +211,7 @@ namespace canvas Minimal number of color components available in RenderState::DeviceColor - @throws an lang::IllegalArgumentException, if anything is wrong + @throws a lang::IllegalArgumentException, if anything is wrong */ CANVASTOOLS_DLLPUBLIC void verifyInput( const css::rendering::RenderState& renderState, const char* pStr, @@ -233,7 +233,7 @@ namespace canvas the argument, checked here, on the UNO interface method. Counting starts at 0). - @throws an lang::IllegalArgumentException, if anything is wrong + @throws a lang::IllegalArgumentException, if anything is wrong */ CANVASTOOLS_DLLPUBLIC void verifyInput( const css::rendering::StrokeAttributes& strokeAttributes, const char* pStr, @@ -254,7 +254,7 @@ namespace canvas the argument, checked here, on the UNO interface method. Counting starts at 0). - @throws an lang::IllegalArgumentException, if anything is wrong + @throws a lang::IllegalArgumentException, if anything is wrong */ CANVASTOOLS_DLLPUBLIC void verifyInput( const css::rendering::Texture& texture, const char* pStr, @@ -275,7 +275,7 @@ namespace canvas the argument, checked here, on the UNO interface method. Counting starts at 0). - @throws an lang::IllegalArgumentException, if anything is wrong + @throws a lang::IllegalArgumentException, if anything is wrong */ CANVASTOOLS_DLLPUBLIC void verifyInput( const css::rendering::IntegerBitmapLayout& bitmapLayout, const char* pStr, @@ -296,7 +296,7 @@ namespace canvas the argument, checked here, on the UNO interface method. Counting starts at 0). - @throws an lang::IllegalArgumentException, if anything is wrong + @throws a lang::IllegalArgumentException, if anything is wrong */ CANVASTOOLS_DLLPUBLIC void verifyInput( const css::rendering::FontRequest& fontRequest, const char* pStr, @@ -317,7 +317,7 @@ namespace canvas the argument, checked here, on the UNO interface method. Counting starts at 0). - @throws an lang::IllegalArgumentException, if anything is wrong + @throws a lang::IllegalArgumentException, if anything is wrong */ template< class Interface > void verifyInput( const css::uno::Reference< Interface >& rRef, @@ -353,7 +353,7 @@ namespace canvas the argument, checked here, on the UNO interface method. Counting starts at 0). - @throws an lang::IllegalArgumentException, if anything is wrong + @throws a lang::IllegalArgumentException, if anything is wrong */ template< typename SequenceContent > void verifyInput( const css::uno::Sequence< SequenceContent >& rSequence, _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
