diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-01-20 10:38:55 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-01-20 10:38:55 +0200 |
commit | f6f84ab38b64b5102ce663674cb654a357361326 (patch) | |
tree | 2efea6454ef5dcee35bbd0db44c28a9bb5fa6ac3 | |
parent | 84defbc556c17aa58851fd14f8af0deaa3cc6e05 (diff) |
loplugin:dynexcspec
Change-Id: Ibd8cb023d6b782cabaf8b1b4604205a691ca23b1
-rw-r--r-- | vcl/qa/cppunit/canvasbitmaptest.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/qa/cppunit/canvasbitmaptest.cxx b/vcl/qa/cppunit/canvasbitmaptest.cxx index 9c9e5d85643b..53ce5c91cbcd 100644 --- a/vcl/qa/cppunit/canvasbitmaptest.cxx +++ b/vcl/qa/cppunit/canvasbitmaptest.cxx @@ -315,7 +315,7 @@ private: return uno::Sequence< sal_Int8 >(); } - // @throws uno::RuntimeException + /// @throws uno::RuntimeException uno::Reference< rendering::XBitmapPalette > SAL_CALL getPalette( ) throw (uno::RuntimeException) { uno::Reference< XBitmapPalette > aRet; |