summaryrefslogtreecommitdiff
path: root/filter/source/msfilter/msvbahelper.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-01-19 17:57:32 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-01-19 18:03:20 +0100
commit4770f5488870cae68d9a3df2c62613c32a040f44 (patch)
tree3e38ad13df2411b6b6f11e5fa844c95476e86e15 /filter/source/msfilter/msvbahelper.cxx
parent36d7778f465367ebd2ea5e64cfcea2fc22a8b01d (diff)
New loplugin:dynexcspec: Add @throws documentation, filter
Change-Id: Id465279b54f775ae688d02798c7a67fc50829fc6
Diffstat (limited to 'filter/source/msfilter/msvbahelper.cxx')
-rw-r--r--filter/source/msfilter/msvbahelper.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/filter/source/msfilter/msvbahelper.cxx b/filter/source/msfilter/msvbahelper.cxx
index 8577f35292a7..e638dcd46815 100644
--- a/filter/source/msfilter/msvbahelper.cxx
+++ b/filter/source/msfilter/msvbahelper.cxx
@@ -615,6 +615,7 @@ bool getModifier( char c, sal_uInt16& mod )
return false;
}
+/// @throws uno::RuntimeException
sal_uInt16 parseChar( char c ) throw ( uno::RuntimeException )
{
sal_uInt16 nVclKey = 0;