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 0dcce44325ff..a4316bb46e19 100644
--- a/uui/source/alreadyopen.hxx
+++ b/uui/source/alreadyopen.hxx
@@ -25,7 +25,7 @@ class AlreadyOpenQueryBox : public MessBox
{
public:
AlreadyOpenQueryBox( Window* pParent, ResMgr* pResMgr, const OUString& aMessage, sal_Bool bIsStoring );
- ~AlreadyOpenQueryBox();
+ virtual ~AlreadyOpenQueryBox();
};
#endif