summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-02-05 09:24:25 +0000
committerCaolán McNamara <caolanm@redhat.com>2015-02-05 09:47:48 +0000
commit194016b1d7a3f09baeaddfcfdb369adf15f9cff2 (patch)
tree18bde561673d11491849d803dee4980ae48de259 /include
parentf3eccc655387b47fb0986558b8835588eee2898d (diff)
callcatcher: update unused code
Change-Id: I540d192a361938cd4dca811e7170d762841662ee
Diffstat (limited to 'include')
-rw-r--r--include/connectivity/sdbcx/VView.hxx3
-rw-r--r--include/sfx2/progress.hxx1
-rw-r--r--include/svx/fontlb.hxx2
3 files changed, 0 insertions, 6 deletions
diff --git a/include/connectivity/sdbcx/VView.hxx b/include/connectivity/sdbcx/VView.hxx
index d41bee600ae8..d7088939603e 100644
--- a/include/connectivity/sdbcx/VView.hxx
+++ b/include/connectivity/sdbcx/VView.hxx
@@ -78,9 +78,6 @@ namespace connectivity
// ODescriptor
virtual void construct() SAL_OVERRIDE;
- // ::cppu::OComponentHelper
- void SAL_CALL disposing(void);
-
// XInterface
virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( const ::com::sun::star::uno::Type & rType ) throw(::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
virtual void SAL_CALL acquire() throw() SAL_OVERRIDE;
diff --git a/include/sfx2/progress.hxx b/include/sfx2/progress.hxx
index 2fb014393f11..4a618c5cc76b 100644
--- a/include/sfx2/progress.hxx
+++ b/include/sfx2/progress.hxx
@@ -46,7 +46,6 @@ public:
bool bWait = true );
virtual ~SfxProgress();
- void SetText( const OUString& rText );
bool SetStateText( sal_uIntPtr nVal, const rtl::OUString &rVal, sal_uIntPtr nNewRange = 0 );
bool SetState( sal_uIntPtr nVal, sal_uIntPtr nNewRange = 0 );
sal_uIntPtr GetState() const { return nVal; }
diff --git a/include/svx/fontlb.hxx b/include/svx/fontlb.hxx
index 5755a308e0c0..1b50e673d5bb 100644
--- a/include/svx/fontlb.hxx
+++ b/include/svx/fontlb.hxx
@@ -85,8 +85,6 @@ public:
/** Returns the position of the entry currently selected or TREELIST_APPEND.
*/
sal_uLong GetSelectEntryPos() const;
- /** Returns the text of the selected entry or an empty string. */
- OUString GetSelectEntry() const;
protected:
/** Initializes a new SvLBoxFontString entry.