summaryrefslogtreecommitdiff
path: root/svx/source/fmcomp
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-06-30 14:43:02 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-06-30 14:43:02 +0000
commit9b2d945e5b4bfbad3168a102c91a0ca4c1dd33f1 (patch)
tree2184adf87b71fec2790fa147a36f04aae127be0d /svx/source/fmcomp
parent090fadf9686f07bfdb46c74dfd76ea96ebe2d339 (diff)
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.
Diffstat (limited to 'svx/source/fmcomp')
-rw-r--r--svx/source/fmcomp/fmgridcl.cxx4
1 files changed, 3 insertions, 1 deletions
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;