diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-09-06 08:46:33 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-09-06 08:52:37 +0100 |
commit | a1ce4fb4f0dbc3c4141f510e5b2b732a24d862c8 (patch) | |
tree | 6ecac5a964c7bc40862f435f0492d941948326e4 /sfx2/inc | |
parent | ebded7f2f5d19489811ee4ed2a0da9d09371a5ac (diff) |
callcatcher: various unused methods
Diffstat (limited to 'sfx2/inc')
-rw-r--r-- | sfx2/inc/sfx2/app.hxx | 7 | ||||
-rw-r--r-- | sfx2/inc/sfx2/fcontnr.hxx | 3 |
2 files changed, 4 insertions, 6 deletions
diff --git a/sfx2/inc/sfx2/app.hxx b/sfx2/inc/sfx2/app.hxx index c11627bbe7d5..87c32f5a3c9d 100644 --- a/sfx2/inc/sfx2/app.hxx +++ b/sfx2/inc/sfx2/app.hxx @@ -166,11 +166,15 @@ public: static ResMgr* CreateResManager( const char *pPrefix ); // DDE +#if defined( WNT ) long DdeExecute( const String& rCmd ); +#endif sal_Bool InitializeDde(); const DdeService* GetDdeService() const; DdeService* GetDdeService(); +#if defined( WNT ) void AddDdeTopic( SfxObjectShell* ); +#endif void RemoveDdeTopic( SfxObjectShell* ); // "static" methods @@ -261,9 +265,6 @@ public: SAL_DLLPRIVATE const String& GetLastDir_Impl() const; SAL_DLLPRIVATE void SetLastDir_Impl( const String & ); - SAL_DLLPRIVATE void EnterAsynchronCall_Impl(); - SAL_DLLPRIVATE bool IsInAsynchronCall_Impl() const; - SAL_DLLPRIVATE void LeaveAsynchronCall_Impl(); SAL_DLLPRIVATE void Registrations_Impl(); SAL_DLLPRIVATE SfxWorkWindow* GetWorkWindow_Impl(const SfxViewFrame *pFrame=0) const; diff --git a/sfx2/inc/sfx2/fcontnr.hxx b/sfx2/inc/sfx2/fcontnr.hxx index 513846614d4c..a6187a677741 100644 --- a/sfx2/inc/sfx2/fcontnr.hxx +++ b/sfx2/inc/sfx2/fcontnr.hxx @@ -109,12 +109,9 @@ public: const String GetName() const; const SfxFilter* GetAnyFilter( SfxFilterFlags nMust = SFX_FILTER_IMPORT, SfxFilterFlags nDont = SFX_FILTER_NOTINSTALLED ) const; - const SfxFilter* GetFilter4Mime( const String& rMime, SfxFilterFlags nMust = SFX_FILTER_IMPORT, SfxFilterFlags nDont = SFX_FILTER_NOTINSTALLED ) const; - const SfxFilter* GetFilter4ClipBoardId( sal_uInt32 nId, SfxFilterFlags nMust = SFX_FILTER_IMPORT, SfxFilterFlags nDont = SFX_FILTER_NOTINSTALLED ) const; const SfxFilter* GetFilter4EA( const String& rEA, SfxFilterFlags nMust = SFX_FILTER_IMPORT, SfxFilterFlags nDont = SFX_FILTER_NOTINSTALLED ) const; const SfxFilter* GetFilter4Extension( const String& rExt, SfxFilterFlags nMust = SFX_FILTER_IMPORT, SfxFilterFlags nDont = SFX_FILTER_NOTINSTALLED ) const; const SfxFilter* GetFilter4FilterName( const String& rName, SfxFilterFlags nMust = 0, SfxFilterFlags nDont = SFX_FILTER_NOTINSTALLED ) const; - const SfxFilter* GetFilter4UIName( const String& rName, SfxFilterFlags nMust = 0, SfxFilterFlags nDont = SFX_FILTER_NOTINSTALLED ) const; SAL_DLLPRIVATE static void ReadFilters_Impl( sal_Bool bUpdate=sal_False ); SAL_DLLPRIVATE static void ReadSingleFilter_Impl( const ::rtl::OUString& rName, |