summaryrefslogtreecommitdiff
path: root/fpicker/source
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-06-30 14:34:44 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-06-30 14:34:44 +0000
commit963022da03ec3f27ee059d1dce39dd3243ad2f00 (patch)
tree7a774101e96137114ea3d42c393caa3735bd7e11 /fpicker/source
parentaee9cf273bd34cbea302aae8036f9e8902c604c2 (diff)
INTEGRATION: CWS hub01 (1.6.120); FILE MERGED
2008/06/18 20:38:23 thb 1.6.120.2: RESYNC: (1.6-1.8); FILE MERGED 2008/01/17 20:56:39 hub 1.6.120.1: Issue number: 85341 Submitted by: hub Reviewed by: hub Fix some warning from gcc 4.2.1
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 c2a234356521..33a4e40ce401 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.8 $
+ * $Revision: 1.9 $
*
* This file is part of OpenOffice.org.
*
@@ -169,7 +169,8 @@ namespace svt
m_xWindow = NULL;
m_xDialogParent = NULL;
}
- else {
+ else
+ {
DBG_ERROR( "OCommonPicker::disposing: where did this come from?" );
}
}