summaryrefslogtreecommitdiff
path: root/include/connectivity/warningscontainer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/connectivity/warningscontainer.hxx')
-rw-r--r--include/connectivity/warningscontainer.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/connectivity/warningscontainer.hxx b/include/connectivity/warningscontainer.hxx
index 978c9892ed95..1a57ed058f95 100644
--- a/include/connectivity/warningscontainer.hxx
+++ b/include/connectivity/warningscontainer.hxx
@@ -67,8 +67,8 @@ namespace dbtools
void appendWarning(const css::sdb::SQLContext& _rContext);
// XWarningsSupplier equivalents
- css::uno::Any SAL_CALL getWarnings( ) const;
- void SAL_CALL clearWarnings( );
+ css::uno::Any getWarnings( ) const;
+ void clearWarnings( );
};