summaryrefslogtreecommitdiff
path: root/hwpfilter
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-01-19 17:56:43 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-01-19 18:03:19 +0100
commit0e22ddad37cf2529b3ab7edf8862d14e85dad53f (patch)
tree80e56d121506b71aad28422c29c29f97a4a0db52 /hwpfilter
parent2131bf4ebd3bab7bb0b3f3587078e3d51833db18 (diff)
New loplugin:dynexcspec: Add @throws documentation, hwpfilter
Change-Id: I03131a228843e6848c0b2d2468d160ca0cdaf508
Diffstat (limited to 'hwpfilter')
-rw-r--r--hwpfilter/source/hwpreader.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/hwpfilter/source/hwpreader.hxx b/hwpfilter/source/hwpreader.hxx
index 87ad9000721d..d1dbd16d9935 100644
--- a/hwpfilter/source/hwpreader.hxx
+++ b/hwpfilter/source/hwpreader.hxx
@@ -181,6 +181,7 @@ public:
Reference< XImporter > rImporter;
};
+/// @throws Exception
Reference< XInterface > HwpImportFilter_CreateInstance(
const Reference< XMultiServiceFactory >& rSMgr ) throw( Exception )
{