summaryrefslogtreecommitdiff
path: root/include/ucbhelper/interactionrequest.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/ucbhelper/interactionrequest.hxx')
-rw-r--r--include/ucbhelper/interactionrequest.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ucbhelper/interactionrequest.hxx b/include/ucbhelper/interactionrequest.hxx
index 8d8f2c9191bf..4bf10bcab250 100644
--- a/include/ucbhelper/interactionrequest.hxx
+++ b/include/ucbhelper/interactionrequest.hxx
@@ -70,7 +70,7 @@ protected:
void setRequest( const css::uno::Any & rRequest );
InteractionRequest();
- virtual ~InteractionRequest();
+ virtual ~InteractionRequest() override;
public:
/**
@@ -163,7 +163,7 @@ protected:
* method the way that they call this method.
*/
void recordSelection();
- virtual ~InteractionContinuation();
+ virtual ~InteractionContinuation() override;
public:
InteractionContinuation( InteractionRequest * pRequest );