diff options
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/dialog/basedlgs.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sfx2/source/dialog/basedlgs.cxx b/sfx2/source/dialog/basedlgs.cxx index 66d17271b21d..242d497b2272 100644 --- a/sfx2/source/dialog/basedlgs.cxx +++ b/sfx2/source/dialog/basedlgs.cxx @@ -2,9 +2,9 @@ * * $RCSfile: basedlgs.cxx,v $ * - * $Revision: 1.16 $ + * $Revision: 1.17 $ * - * last change: $Author: svesik $ $Date: 2004-04-21 13:10:53 $ + * last change: $Author: obo $ $Date: 2004-07-05 14:46:12 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -920,6 +920,7 @@ SfxSingleTabDialog::~SfxSingleTabDialog() delete pCancelBtn; delete pHelpBtn; delete pPage; + delete pOutSet; } // ----------------------------------------------------------------------- |