summaryrefslogtreecommitdiff
path: root/include/toolkit/helper
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-01-19 17:49:49 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-01-19 18:03:12 +0100
commit77894947ea5fcae00d8eeaee9482b53adfc6b7f2 (patch)
treee6241078576fa659190fbc7e1baffcb43056ab38 /include/toolkit/helper
parent1d5372daac88346d59c2bf6a14ec9dd9ce6eb1bc (diff)
New loplugin:dynexcspec: Add @throws documentation, toolkit
Change-Id: I73b7408b92ed13d5d23e054f27c5236de67f1ce4
Diffstat (limited to 'include/toolkit/helper')
-rw-r--r--include/toolkit/helper/vclunohelper.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/toolkit/helper/vclunohelper.hxx b/include/toolkit/helper/vclunohelper.hxx
index c9b062e2d4f0..eda020653e04 100644
--- a/include/toolkit/helper/vclunohelper.hxx
+++ b/include/toolkit/helper/vclunohelper.hxx
@@ -129,6 +129,7 @@ public:
static sal_Int16 ConvertToMeasurementUnit( FieldUnit _nFieldUnit, sal_Int16 _rFieldToUNOValueFactor );
static FieldUnit ConvertToFieldUnit( sal_Int16 _nMeasurementUnit, sal_Int16& _rFieldToUNOValueFactor );
+ /// @throws css::lang::IllegalArgumentException
static MapUnit /* MapModeUnit */ ConvertToMapModeUnit(sal_Int16 /* com.sun.star.util.MeasureUnit.* */ _nMeasureUnit) throw (css::lang::IllegalArgumentException);
static ::Size /* VCLSize */ ConvertToVCLSize(css::awt::Size const& _aSize);