From 9b2d945e5b4bfbad3168a102c91a0ca4c1dd33f1 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Mon, 30 Jun 2008 14:43:02 +0000 Subject: INTEGRATION: CWS hub01 (1.61.88); FILE MERGED 2008/06/18 20:44:57 thb 1.61.88.2: RESYNC: (1.61-1.63); FILE MERGED 2008/01/16 18:09:02 hub 1.61.88.1: Issue number: 85274 Submitted by: hub Reviewed by: hub Fix warning from gcc 4.2.1 for empty else- statements. --- svx/source/fmcomp/fmgridcl.cxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'svx/source/fmcomp') diff --git a/svx/source/fmcomp/fmgridcl.cxx b/svx/source/fmcomp/fmgridcl.cxx index bb255229537b..6392e552b2ef 100644 --- a/svx/source/fmcomp/fmgridcl.cxx +++ b/svx/source/fmcomp/fmgridcl.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: fmgridcl.cxx,v $ - * $Revision: 1.63 $ + * $Revision: 1.64 $ * * This file is part of OpenOffice.org. * @@ -879,7 +879,9 @@ void FmGridHeader::PostExecuteColumnContextMenu(sal_uInt16 nColId, const PopupMe pCurrentFrame->GetBindings().GetDispatcher()->Execute( SID_FM_SHOW_PROPERTY_BROWSER, SFX_CALLMODE_ASYNCHRON, &aIFaceItem, &aShowItem, 0L ); else + { DBG_ERROR("FmGridHeader::PostExecuteColumnContextMenu : no current view frame -> no bindings !"); + } } break; case SID_FM_EDIT + nChangeTypeOffset: bReplace = sal_True; -- cgit