diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-12-09 11:45:24 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-12-09 13:57:16 +0000 |
commit | 87ec1f8857e77c0b8d559fa92416f44b68dd1e63 (patch) | |
tree | c6aca1bbfe5bbf8749a870c1a1cbc05399aa4a2e /sfx2/inc | |
parent | 17d5cdfff9a2f8a311428b981a3998b8e33b4d82 (diff) |
callcatcher: remove unused code post automation removal
Diffstat (limited to 'sfx2/inc')
-rw-r--r-- | sfx2/inc/sfx2/basedlgs.hxx | 3 | ||||
-rw-r--r-- | sfx2/inc/sfx2/filedlghelper.hxx | 4 |
2 files changed, 0 insertions, 7 deletions
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 |