diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-01-15 15:11:53 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-01-15 15:17:15 +0100 |
commit | bf535c47728aa874dd9f0d7fba6ba478adb26073 (patch) | |
tree | 3d57d28ba39cfddd3356802cab8e0efe35743ef5 /include/sfx2/objsh.hxx | |
parent | 921e2dc0393873ad0a972252000803ceadc290cb (diff) |
DdeSetData should apparently return bool
Change-Id: Ie0e66ac6c76eabb80340d4c11b60dd7890c6a378
Diffstat (limited to 'include/sfx2/objsh.hxx')
-rw-r--r-- | include/sfx2/objsh.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/objsh.hxx b/include/sfx2/objsh.hxx index d2c0fe3ceb99..69b49a60f492 100644 --- a/include/sfx2/objsh.hxx +++ b/include/sfx2/objsh.hxx @@ -482,7 +482,7 @@ public: virtual bool DdeGetData( const OUString& rItem, const OUString& rMimeType, ::com::sun::star::uno::Any & rValue ); - virtual long DdeSetData( const OUString& rItem, + virtual bool DdeSetData( const OUString& rItem, const OUString& rMimeType, const ::com::sun::star::uno::Any & rValue ); virtual ::sfx2::SvLinkSource* DdeCreateLinkSource( const OUString& rItem ); |