summaryrefslogtreecommitdiff
path: root/include/sfx2
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-02-02 11:26:11 +0000
committerCaolán McNamara <caolanm@redhat.com>2015-02-02 12:37:11 +0000
commit52c2111e4f466edf77e3eee17fc9c283f3b69100 (patch)
tree2cceb8d9131054a0e7791ce4124e50819c11ccd8 /include/sfx2
parentc32aa53a7df7af4ef23b8d235483eabb51463183 (diff)
callcatcher: remove some unused methods
Change-Id: Id3ca991e9ede13512a39865496429aabb7e71088
Diffstat (limited to 'include/sfx2')
-rw-r--r--include/sfx2/objsh.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sfx2/objsh.hxx b/include/sfx2/objsh.hxx
index c41583bbf5bd..0c18edd1eff5 100644
--- a/include/sfx2/objsh.hxx
+++ b/include/sfx2/objsh.hxx
@@ -452,6 +452,7 @@ public:
OUString GetTitle( sal_uInt16 nMaxLen = 0 ) const;
void InvalidateName(); // Re-set to unnamed
+#if defined WNT
// DDE-Interface
long DdeExecute( const OUString& rCmd );
virtual bool DdeGetData( const OUString& rItem,
@@ -460,6 +461,7 @@ public:
virtual bool DdeSetData( const OUString& rItem,
const OUString& rMimeType,
const ::com::sun::star::uno::Any & rValue );
+#endif
virtual ::sfx2::SvLinkSource* DdeCreateLinkSource( const OUString& rItem );
virtual void ReconnectDdeLink(SfxObjectShell& rServer);