summaryrefslogtreecommitdiff
path: root/dbaccess/source/core/inc/FilteredContainer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/core/inc/FilteredContainer.hxx')
-rw-r--r--dbaccess/source/core/inc/FilteredContainer.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/core/inc/FilteredContainer.hxx b/dbaccess/source/core/inc/FilteredContainer.hxx
index fb36e54ac937..47dcdb9ed30c 100644
--- a/dbaccess/source/core/inc/FilteredContainer.hxx
+++ b/dbaccess/source/core/inc/FilteredContainer.hxx
@@ -57,14 +57,14 @@ namespace dbaccess
inline virtual void removeMasterContainerListener(){}
// ::connectivity::sdbcx::OCollection
- virtual void impl_refresh() throw(css::uno::RuntimeException) SAL_OVERRIDE;
+ virtual void impl_refresh() throw(css::uno::RuntimeException) override;
- virtual OUString getNameForObject(const ::connectivity::sdbcx::ObjectType& _xObject) SAL_OVERRIDE;
+ virtual OUString getNameForObject(const ::connectivity::sdbcx::ObjectType& _xObject) override;
/** tell the container to free all elements and all additional resources.<BR>
After using this method the object may be reconstructed by calling one of the <code>constrcuct</code> methods.
*/
- virtual void SAL_CALL disposing() SAL_OVERRIDE;
+ virtual void SAL_CALL disposing() override;
class EnsureReset
{