diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-01-15 13:58:41 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-01-15 13:58:41 +0100 |
commit | c72a7a63833f840fdb334d91fc81a77c17f128a6 (patch) | |
tree | dddcb18a9a02da4680aa6cfc68af70559cfcf765 /sw/inc | |
parent | 7e4823772ceb00d18301497fdad1a5b2678872bf (diff) |
DdeGetData should apparently return bool
Change-Id: I603198b9fd2c6fea1c9ec7de09b23c61fe9d603c
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/docsh.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/docsh.hxx b/sw/inc/docsh.hxx index e75a4d15318c..30bd90adae89 100644 --- a/sw/inc/docsh.hxx +++ b/sw/inc/docsh.hxx @@ -220,7 +220,7 @@ public: Reader* StartConvertFrom(SfxMedium& rMedium, SwReader** ppRdr, SwCrsrShell* pCrsrSh = 0, SwPaM* pPaM = 0); - virtual long DdeGetData( const OUString& rItem, const OUString& rMimeType, + virtual bool DdeGetData( const OUString& rItem, const OUString& rMimeType, ::com::sun::star::uno::Any & rValue ); virtual long DdeSetData( const OUString& rItem, const OUString& rMimeType, const ::com::sun::star::uno::Any & rValue ); |