summaryrefslogtreecommitdiff
path: root/reportdesign/source/core/inc/FormatCondition.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'reportdesign/source/core/inc/FormatCondition.hxx')
-rw-r--r--reportdesign/source/core/inc/FormatCondition.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/reportdesign/source/core/inc/FormatCondition.hxx b/reportdesign/source/core/inc/FormatCondition.hxx
index 6d11c9ea3c76..861fd59ffc94 100644
--- a/reportdesign/source/core/inc/FormatCondition.hxx
+++ b/reportdesign/source/core/inc/FormatCondition.hxx
@@ -84,7 +84,9 @@ namespace reportdesign
virtual OUString SAL_CALL getImplementationName( ) throw(css::uno::RuntimeException, std::exception) override;
virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames( ) throw(css::uno::RuntimeException, std::exception) override;
+ /// @throws css::uno::RuntimeException
static css::uno::Sequence< OUString > getSupportedServiceNames_Static() throw( css::uno::RuntimeException );
+ /// @throws css::uno::RuntimeException
static OUString getImplementationName_Static() throw( css::uno::RuntimeException );
static css::uno::Reference< css::uno::XInterface > SAL_CALL
create(css::uno::Reference< css::uno::XComponentContext > const & xContext);