summaryrefslogtreecommitdiff
path: root/sfx2/inc/sfx2/app.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-08-30 23:32:29 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-08-31 10:43:26 +0100
commit0aeacaf4e8be61091b578d96d5f540cd81f84d2b (patch)
tree03e9d553e2b5bf7fcba1608e2739a05dcf47727b /sfx2/inc/sfx2/app.hxx
parentf267b791f8eb9b32442ad98613a491737e3fc334 (diff)
various unused code
Diffstat (limited to 'sfx2/inc/sfx2/app.hxx')
-rw-r--r--sfx2/inc/sfx2/app.hxx8
1 files changed, 1 insertions, 7 deletions
diff --git a/sfx2/inc/sfx2/app.hxx b/sfx2/inc/sfx2/app.hxx
index ca78c56ad1b9..c11627bbe7d5 100644
--- a/sfx2/inc/sfx2/app.hxx
+++ b/sfx2/inc/sfx2/app.hxx
@@ -167,13 +167,7 @@ public:
// DDE
long DdeExecute( const String& rCmd );
- long DdeGetData( const String& rItem,
- const String& rMimeType,
- ::com::sun::star::uno::Any & rValue );
- long DdeSetData( const String& rItem,
- const String& rMimeType,
- const ::com::sun::star::uno::Any & rValue );
- sal_Bool InitializeDde();
+ sal_Bool InitializeDde();
const DdeService* GetDdeService() const;
DdeService* GetDdeService();
void AddDdeTopic( SfxObjectShell* );