summaryrefslogtreecommitdiffstats
path: root/sw/inc/docsh.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-01-15 15:11:53 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-01-15 15:17:15 +0100
commitbf535c47728aa874dd9f0d7fba6ba478adb26073 (patch)
tree3d57d28ba39cfddd3356802cab8e0efe35743ef5 /sw/inc/docsh.hxx
parentReduce the number of experimental direct constructor calls. (diff)
downloadcore-bf535c47728aa874dd9f0d7fba6ba478adb26073.tar.gz
core-bf535c47728aa874dd9f0d7fba6ba478adb26073.zip
DdeSetData should apparently return bool
Change-Id: Ie0e66ac6c76eabb80340d4c11b60dd7890c6a378
Diffstat (limited to 'sw/inc/docsh.hxx')
-rw-r--r--sw/inc/docsh.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/docsh.hxx b/sw/inc/docsh.hxx
index 30bd90adae89..10a7b2d1b6d2 100644
--- a/sw/inc/docsh.hxx
+++ b/sw/inc/docsh.hxx
@@ -222,7 +222,7 @@ public:
virtual bool DdeGetData( const OUString& rItem, const OUString& rMimeType,
::com::sun::star::uno::Any & rValue );
- virtual long DdeSetData( const OUString& rItem, const OUString& rMimeType,
+ virtual bool DdeSetData( const OUString& rItem, const OUString& rMimeType,
const ::com::sun::star::uno::Any & rValue );
virtual ::sfx2::SvLinkSource* DdeCreateLinkSource( const OUString& rItem );
virtual void ReconnectDdeLink(SfxObjectShell& rServer);