summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorPhilipp Lohmann [pl] <Philipp.Lohmann@Sun.COM>2010-06-07 11:58:56 +0200
committerPhilipp Lohmann [pl] <Philipp.Lohmann@Sun.COM>2010-06-07 11:58:56 +0200
commitaa7147590570dcb0813b6fcebb6496179b9df5cb (patch)
treeb737767da821c1479ad6a334b2fee65683a103f0 /extensions
parentda2c9e0f833dd1caccd0a0881cdb3f410cb0577a (diff)
fix warnings
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/propctrlr/browserview.cxx3
-rw-r--r--extensions/source/propctrlr/propertyeditor.cxx3
-rw-r--r--extensions/source/propctrlr/propertyeditor.hxx1
3 files changed, 5 insertions, 2 deletions
diff --git a/extensions/source/propctrlr/browserview.cxx b/extensions/source/propctrlr/browserview.cxx
index a023c5ef6b01..aceb3982054e 100644
--- a/extensions/source/propctrlr/browserview.cxx
+++ b/extensions/source/propctrlr/browserview.cxx
@@ -56,7 +56,8 @@ namespace pcr
DBG_CTOR(OPropertyBrowserView,NULL);
m_pPropBox = new OPropertyEditor( this );
- m_pPropBox->SetHelpId(HID_FM_PROPDLG_TABCTR);
+ // FIXME: HELPID
+ m_pPropBox->SetHelpId(""/*HID_FM_PROPDLG_TABCTR*/);
m_pPropBox->setPageActivationHandler(LINK(this, OPropertyBrowserView, OnPageActivation));
m_pPropBox->Show();
diff --git a/extensions/source/propctrlr/propertyeditor.cxx b/extensions/source/propctrlr/propertyeditor.cxx
index d40007664c5a..5abcf155cc2e 100644
--- a/extensions/source/propctrlr/propertyeditor.cxx
+++ b/extensions/source/propctrlr/propertyeditor.cxx
@@ -246,6 +246,8 @@ namespace pcr
return nId;
}
+// FIXME: HELPID
+#if 0
//------------------------------------------------------------------
void OPropertyEditor::SetHelpId( sal_uInt32 nHelpId )
{
@@ -257,6 +259,7 @@ namespace pcr
(void)nHelpId;
#endif
}
+#endif
//------------------------------------------------------------------
void OPropertyEditor::RemovePage(sal_uInt16 nID)
diff --git a/extensions/source/propctrlr/propertyeditor.hxx b/extensions/source/propctrlr/propertyeditor.hxx
index 455524f853bb..10b4b73fe54c 100644
--- a/extensions/source/propctrlr/propertyeditor.hxx
+++ b/extensions/source/propctrlr/propertyeditor.hxx
@@ -97,7 +97,6 @@ namespace pcr
void SetHelpText( const ::rtl::OUString& _rHelpText );
void SetHelpLineLimites( sal_Int32 _nMinLines, sal_Int32 _nMaxLines );
- void SetHelpId( sal_uInt32 nHelpId );
// FIXME: HELPID
sal_uInt16 AppendPage( const String& r, const rtl::OString& _rHelpId );
void SetPage( sal_uInt16 );