summaryrefslogtreecommitdiff
path: root/fpicker/source
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2008-04-22 13:51:15 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2008-04-22 13:51:15 +0000
commit5f8e1815a96f83c72e621ff0c854aee89422a20c (patch)
tree21402b6b2699afd8ed41398b3da10cabf57b2af7 /fpicker/source
parent71eeaf9cf198b708497cd11465f808496dbe3bbf (diff)
INTEGRATION: CWS hr50 (1.6.142); FILE MERGED
2008/04/09 11:55:25 hr 1.6.142.1: #i86574#: fix warning (gcc-4.2.3)
Diffstat (limited to 'fpicker/source')
-rw-r--r--fpicker/source/office/commonpicker.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/fpicker/source/office/commonpicker.cxx b/fpicker/source/office/commonpicker.cxx
index 54a8012a2484..c2a234356521 100644
--- a/fpicker/source/office/commonpicker.cxx
+++ b/fpicker/source/office/commonpicker.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: commonpicker.cxx,v $
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
* This file is part of OpenOffice.org.
*
@@ -169,8 +169,9 @@ namespace svt
m_xWindow = NULL;
m_xDialogParent = NULL;
}
- else
+ else {
DBG_ERROR( "OCommonPicker::disposing: where did this come from?" );
+ }
}
//---------------------------------------------------------------------