summaryrefslogtreecommitdiffstats
path: root/reportdesign
diff options
context:
space:
mode:
authorJoseph Powers <jpowers27@cox.net>2010-11-16 21:20:50 -0800
committerJoseph Powers <jpowers27@cox.net>2010-11-16 21:20:50 -0800
commitb46ec155ec91a77a2713ea296fe4ca5ca7d5467b (patch)
tree47681e2e21198865aba36faaee1c7a9b77cf8b82 /reportdesign
parentFixed several build breakages. (diff)
downloadcore-b46ec155ec91a77a2713ea296fe4ca5ca7d5467b.tar.gz
core-b46ec155ec91a77a2713ea296fe4ca5ca7d5467b.zip
HC Cleanup - base
Diffstat (limited to 'reportdesign')
-rw-r--r--reportdesign/source/ui/report/ReportSection.cxx6
1 files changed, 5 insertions, 1 deletions
diff --git a/reportdesign/source/ui/report/ReportSection.cxx b/reportdesign/source/ui/report/ReportSection.cxx
index dbc44dc17d60..1294e97da483 100644
--- a/reportdesign/source/ui/report/ReportSection.cxx
+++ b/reportdesign/source/ui/report/ReportSection.cxx
@@ -461,7 +461,11 @@ void OReportSection::SelectAll(const sal_uInt16 _nObjectType)
}
}
}
-void lcl_insertMenuItemImages(PopupMenu& rContextMenu,OReportController& rController,const uno::Reference< report::XReportDefinition>& _xReportDefinition,uno::Reference<frame::XFrame>& _rFrame)
+void lcl_insertMenuItemImages(
+ PopupMenu& rContextMenu,
+ OReportController& rController,
+ const uno::Reference< report::XReportDefinition>& _xReportDefinition,uno::Reference<frame::XFrame>& _rFrame
+)
{
const USHORT nCount = rContextMenu.GetItemCount();
for (USHORT i = 0; i < nCount; ++i)