From 87ec1f8857e77c0b8d559fa92416f44b68dd1e63 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 9 Dec 2011 11:45:24 +0000 Subject: callcatcher: remove unused code post automation removal --- sfx2/inc/sfx2/basedlgs.hxx | 3 --- sfx2/inc/sfx2/filedlghelper.hxx | 4 ---- 2 files changed, 7 deletions(-) (limited to 'sfx2/inc') diff --git a/sfx2/inc/sfx2/basedlgs.hxx b/sfx2/inc/sfx2/basedlgs.hxx index 14f4f17bcf66..64d26b1991dd 100644 --- a/sfx2/inc/sfx2/basedlgs.hxx +++ b/sfx2/inc/sfx2/basedlgs.hxx @@ -188,17 +188,14 @@ class SFX2_DLLPUBLIC SfxSingleTabDialog : public SfxModalDialog public: SfxSingleTabDialog( Window* pParent, const SfxItemSet& rOptionsSet, sal_uInt16 nUniqueId ); SfxSingleTabDialog( Window* pParent, sal_uInt16 nUniqueId, const SfxItemSet* pInSet = 0 ); - SfxSingleTabDialog( Window* pParent, sal_uInt16 nUniqueId, const String& rInfoURL ); virtual ~SfxSingleTabDialog(); - void SetPage( TabPage* pNewPage ); void SetTabPage( SfxTabPage* pTabPage, GetTabPageRanges pRangesFunc = 0 ); SfxTabPage* GetTabPage() const { return pImpl->m_pSfxPage; } OKButton* GetOKButton() const { return pOKBtn; } CancelButton* GetCancelButton() const { return pCancelBtn; } - void SetInfoLink( const Link& rLink ); private: GetTabPageRanges fnGetRanges; diff --git a/sfx2/inc/sfx2/filedlghelper.hxx b/sfx2/inc/sfx2/filedlghelper.hxx index a96f54055b0a..3b3835b6ac41 100644 --- a/sfx2/inc/sfx2/filedlghelper.hxx +++ b/sfx2/inc/sfx2/filedlghelper.hxx @@ -226,10 +226,6 @@ public: // XDialogClosedListener methods virtual void SAL_CALL DialogClosed( const ::com::sun::star::ui::dialogs::DialogClosedEvent& _rEvent ); - // retrieves the top-most file picker - i.e. the instance which is currently beeing executed - static ::com::sun::star::uno::Reference< ::com::sun::star::ui::dialogs::XFilePicker > - GetTopMostFilePicker( ); - /** sets help ids for the controls in the dialog @param _pControlId Pointer to a 0-terminated array of control ids. They must be recruited from the -- cgit