summaryrefslogtreecommitdiff
path: root/uui/source/alreadyopen.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'uui/source/alreadyopen.hxx')
-rw-r--r--uui/source/alreadyopen.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/uui/source/alreadyopen.hxx b/uui/source/alreadyopen.hxx
index 7f03ba8f5d7c..badca91b90af 100644
--- a/uui/source/alreadyopen.hxx
+++ b/uui/source/alreadyopen.hxx
@@ -25,7 +25,7 @@ class AlreadyOpenQueryBox : public MessBox
{
public:
AlreadyOpenQueryBox( vcl::Window* pParent, ResMgr* pResMgr, const OUString& aMessage, bool bIsStoring );
- virtual ~AlreadyOpenQueryBox();
+ virtual ~AlreadyOpenQueryBox() override;
};
#endif