summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-08-11 16:16:05 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-08-11 16:16:05 +0000
commit367d50190752ffb33b7d21683de48095bd0aa75b (patch)
tree01e4b9c7f6016e85297398873aee08c6cc49b4bc /desktop
parentb3cdcd49c1b8d17d0dc66dcfeda7583fface56fd (diff)
INTEGRATION: CWS jl40 (1.2.6); FILE MERGED
2006/07/21 08:32:54 sb 1.2.6.1: #i67591# Missing FreeResource().
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/deployment/gui/dp_gui_dependencydialog.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/desktop/source/deployment/gui/dp_gui_dependencydialog.cxx b/desktop/source/deployment/gui/dp_gui_dependencydialog.cxx
index 8912a12506a2..31d1870897a9 100644
--- a/desktop/source/deployment/gui/dp_gui_dependencydialog.cxx
+++ b/desktop/source/deployment/gui/dp_gui_dependencydialog.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: dp_gui_dependencydialog.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: obo $ $Date: 2006-07-13 17:02:37 $
+ * last change: $Author: hr $ $Date: 2006-08-11 17:16:05 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -76,6 +76,7 @@ DependencyDialog::DependencyDialog(
i->getLength() == 0
? String(ResId(RID_DLG_DEPENDENCIES_UNKNOWN)) : String(*i));
}
+ FreeResource();
}
DependencyDialog::~DependencyDialog() {}