diff options
Diffstat (limited to 'include/svl/svdde.hxx')
-rw-r--r-- | include/svl/svdde.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svl/svdde.hxx b/include/svl/svdde.hxx index b0fd3fb17f96..fca3dfd66bb3 100644 --- a/include/svl/svdde.hxx +++ b/include/svl/svdde.hxx @@ -67,8 +67,8 @@ public: DdeData( const DdeData& ); ~DdeData(); - operator const void*() const; - operator long() const; + void const * getData() const; + long getSize() const; SotClipboardFormatId GetFormat() const; |