summaryrefslogtreecommitdiff
path: root/desktop/source/pkgchk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-01-19 17:58:48 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-01-19 18:03:22 +0100
commit49f6e7fecd7d6dbac399881e6397ca550ba675c4 (patch)
tree3c6a2de5ed2f32f7bb9047e0185e5e04eefc225a /desktop/source/pkgchk
parent24672786abf703659f60babe1a6e0f19775593ce (diff)
New loplugin:dynexcspec: Add @throws documentation, desktop
Change-Id: I1e97b929174ba23fdf21c405ec4129f0e56ed2f3
Diffstat (limited to 'desktop/source/pkgchk')
-rw-r--r--desktop/source/pkgchk/unopkg/unopkg_cmdenv.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop/source/pkgchk/unopkg/unopkg_cmdenv.cxx b/desktop/source/pkgchk/unopkg/unopkg_cmdenv.cxx
index db83877a5ed7..2de8302b6020 100644
--- a/desktop/source/pkgchk/unopkg/unopkg_cmdenv.cxx
+++ b/desktop/source/pkgchk/unopkg/unopkg_cmdenv.cxx
@@ -63,6 +63,7 @@ class CommandEnvironmentImpl
Reference< XComponentContext > m_xComponentContext;
Reference< XProgressHandler > m_xLogFile;
+ /// @throws RuntimeException
void update_( Any const & Status ) throw (RuntimeException);
void printLicense(const OUString & sName,const OUString& sLicense,
bool & accept, bool & decline);