summaryrefslogtreecommitdiffstats
path: root/include/sfx2/objsh.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2020-11-25 11:20:59 +0100
committerStephan Bergmann <sbergman@redhat.com>2020-11-25 15:59:41 +0100
commit9a68ae949c8db91fad463df6d84e4eb89b3be4f7 (patch)
tree1fb3d8eb5cb149a0d55815b935abc9f23a818232 /include/sfx2/objsh.hxx
parentsave properly fadecolor also for fadeovercolor (tdf#138353) (diff)
downloadcore-9a68ae949c8db91fad463df6d84e4eb89b3be4f7.tar.gz
core-9a68ae949c8db91fad463df6d84e4eb89b3be4f7.zip
SfxObjectShell::DdeExecute and SfxApplication::DdeExecute should return bool
Change-Id: I32749562744572723de8a38811b6bc0bd950b582 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106580 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'include/sfx2/objsh.hxx')
-rw-r--r--include/sfx2/objsh.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/objsh.hxx b/include/sfx2/objsh.hxx
index c4ec915588b4..8d3897b29d07 100644
--- a/include/sfx2/objsh.hxx
+++ b/include/sfx2/objsh.hxx
@@ -532,7 +532,7 @@ public:
#if defined(_WIN32)
// DDE-Interface
- long DdeExecute( const OUString& rCmd );
+ bool DdeExecute( const OUString& rCmd );
virtual bool DdeGetData( const OUString& rItem,
const OUString& rMimeType,
css::uno::Any & rValue );