summaryrefslogtreecommitdiff
path: root/include/canvas
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-06-14 22:42:09 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-06-26 23:29:14 +0200
commit600b79c8167e8e452e0d1ab532e3659b210e9fcb (patch)
treee62eb9e5778b2ba8a1fd2da5018b50f8b57a8b7f /include/canvas
parent20b89d47e64d1546a41c1b696e83e672a12c6eb7 (diff)
Fix typo
Change-Id: Ie1bf745980db686a45cd0b6fa0524baa65d3e66e Reviewed-on: https://gerrit.libreoffice.org/74763 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include/canvas')
-rw-r--r--include/canvas/verifyinput.hxx26
1 files changed, 13 insertions, 13 deletions
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,