summaryrefslogtreecommitdiff
path: root/svx/inc/svx/simptabl.hxx
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
commit50c6c0aaebeda0f131e35da61729479180184192 (patch)
tree9212d13d24af292cd31daf1179d1ce55d5fccd60 /svx/inc/svx/simptabl.hxx
parent2f4bff8415b28e36346872157104eb71322a743a (diff)
changehid: #i111874# remove SmartId, make HID of type rtl::OString, fill in dummies for all explicit help ids
Diffstat (limited to 'svx/inc/svx/simptabl.hxx')
-rw-r--r--svx/inc/svx/simptabl.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/svx/inc/svx/simptabl.hxx b/svx/inc/svx/simptabl.hxx
index 1f5543e9e484..a4718c80f099 100644
--- a/svx/inc/svx/simptabl.hxx
+++ b/svx/inc/svx/simptabl.hxx
@@ -172,7 +172,8 @@ public:
void SetHeaderBarDblClickHdl( const Link& rLink ) { aHeaderBarDblClickLink = rLink; }
const Link& GetHeaderBarDblClickHdl() const { return aHeaderBarDblClickLink; }
- void SetHeaderBarHelpId(ULONG nHelpId) {aHeaderBar.SetHelpId(nHelpId);}
+ // FIXME: HELPID
+ void SetHeaderBarHelpId(ULONG nHelpId) {aHeaderBar.SetHelpId(""/*nHelpId*/);}
};