summaryrefslogtreecommitdiff
path: root/vcl/inc/canvasbitmap.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-01-19 17:47:30 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-01-19 18:03:09 +0100
commit2bba0a173d5a7eb2fc41871e86bdc4a2a3d3ef8f (patch)
tree4c8659ff40836e4202b558f7ec43bce43b16180f /vcl/inc/canvasbitmap.hxx
parent6cf68af560b45b753836c4d3dc8b00aef1a34123 (diff)
New loplugin:dynexcspec: Add @throws documentation, vcl
Change-Id: Icc398ec6cbb9152ee86b4ac0003619ae04206cd6
Diffstat (limited to 'vcl/inc/canvasbitmap.hxx')
-rw-r--r--vcl/inc/canvasbitmap.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/inc/canvasbitmap.hxx b/vcl/inc/canvasbitmap.hxx
index 0b5dba96f6c7..5df5eb28a256 100644
--- a/vcl/inc/canvasbitmap.hxx
+++ b/vcl/inc/canvasbitmap.hxx
@@ -70,6 +70,7 @@ namespace unotools
// XIntegerReadOnlyBitmap
virtual css::uno::Sequence< ::sal_Int8 > SAL_CALL getData( css::rendering::IntegerBitmapLayout& bitmapLayout, const css::geometry::IntegerRectangle2D& rect ) throw (css::lang::IndexOutOfBoundsException, css::rendering::VolatileContentDestroyedException, css::uno::RuntimeException, std::exception) override;
virtual css::uno::Sequence< ::sal_Int8 > SAL_CALL getPixel( css::rendering::IntegerBitmapLayout& bitmapLayout, const css::geometry::IntegerPoint2D& pos ) throw (css::lang::IndexOutOfBoundsException, css::rendering::VolatileContentDestroyedException, css::uno::RuntimeException, std::exception) override;
+ /// @throws css::uno::RuntimeException
css::uno::Reference< css::rendering::XBitmapPalette > SAL_CALL getPalette( ) throw (css::uno::RuntimeException);
virtual css::rendering::IntegerBitmapLayout SAL_CALL getMemoryLayout( ) throw (css::uno::RuntimeException, std::exception) override;