summaryrefslogtreecommitdiff
path: root/reportdesign/source/ui/report/DesignView.cxx
diff options
context:
space:
mode:
authorPhilipp Lohmann [pl] <Philipp.Lohmann@Sun.COM>2010-06-04 13:46:22 +0200
committerPhilipp Lohmann [pl] <Philipp.Lohmann@Sun.COM>2010-06-04 13:46:22 +0200
commita381e73c6f0693d2de99a4963343806361a62748 (patch)
tree1cd23d07d8d099d420bf71885932d97bc8254241 /reportdesign/source/ui/report/DesignView.cxx
parent1a3fc73ec41827a561449c6343afac280452af8e (diff)
changehid: #i111874# remove SmartId, make HID of type rtl::OString, fill in dummies for all explicit help ids
Diffstat (limited to 'reportdesign/source/ui/report/DesignView.cxx')
-rw-r--r--reportdesign/source/ui/report/DesignView.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/reportdesign/source/ui/report/DesignView.cxx b/reportdesign/source/ui/report/DesignView.cxx
index 37a67f99eb63..477f40c8151a 100644
--- a/reportdesign/source/ui/report/DesignView.cxx
+++ b/reportdesign/source/ui/report/DesignView.cxx
@@ -163,7 +163,8 @@ ODesignView::ODesignView( Window* pParent,
,m_bDeleted( FALSE )
{
DBG_CTOR( rpt_ODesignView,NULL);
- SetHelpId(UID_RPT_RPT_APP_VIEW);
+ // FIXME: HELPID
+ SetHelpId(""/*UID_RPT_RPT_APP_VIEW*/);
ImplInitSettings();
SetMapMode( MapMode( MAP_100TH_MM ) );