summaryrefslogtreecommitdiff
path: root/include/ucbhelper/commandenvironment.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/ucbhelper/commandenvironment.hxx')
-rw-r--r--include/ucbhelper/commandenvironment.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ucbhelper/commandenvironment.hxx b/include/ucbhelper/commandenvironment.hxx
index 172eb77774f9..3501422a9c93 100644
--- a/include/ucbhelper/commandenvironment.hxx
+++ b/include/ucbhelper/commandenvironment.hxx
@@ -61,11 +61,11 @@ public:
// XCommandEnvironemnt
virtual css::uno::Reference< css::task::XInteractionHandler > SAL_CALL getInteractionHandler()
throw ( css::uno::RuntimeException,
- std::exception );
+ std::exception ) SAL_OVERRIDE;
virtual css::uno::Reference< css::ucb::XProgressHandler > SAL_CALL getProgressHandler()
throw ( css::uno::RuntimeException,
- std::exception );
+ std::exception ) SAL_OVERRIDE;
};
} /* namespace ucbhelper */