diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-01-19 17:51:42 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-01-19 18:03:14 +0100 |
commit | 5fb6c73d3037d9f860212ecb06b99fdc34bb6dcc (patch) | |
tree | 6dd0597909385e6cabfdc6fa9b6203458f8d8689 /include/sfx2/docfilt.hxx | |
parent | 5ad3a737e0ec43ca41bc8353cd0897d882204d32 (diff) |
New loplugin:dynexcspec: Add @throws documentation, sfx2
Change-Id: I6568efb53c0904c58bcb648777b84471e5b4b501
Diffstat (limited to 'include/sfx2/docfilt.hxx')
-rw-r--r-- | include/sfx2/docfilt.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/sfx2/docfilt.hxx b/include/sfx2/docfilt.hxx index 0a68d80e9243..d00c1d193753 100644 --- a/include/sfx2/docfilt.hxx +++ b/include/sfx2/docfilt.hxx @@ -111,6 +111,9 @@ public: static std::shared_ptr<const SfxFilter> GetDefaultFilterFromFactory( const OUString& rServiceName ); static OUString GetTypeFromStorage( const SotStorage& rStg ); + /// @throws css::beans::UnknownPropertyException + /// @throws css::lang::WrappedTargetException + /// @throws css::uno::RuntimeException static OUString GetTypeFromStorage( const css::uno::Reference<css::embed::XStorage>& xStorage, bool bTemplate = false ) |