diff options
author | Michael Stahl <mstahl@redhat.com> | 2016-10-07 17:44:02 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2016-10-07 17:48:37 +0200 |
commit | d211dafa9e35d9af26acc274b18a32b8ca0b937a (patch) | |
tree | da24d477d3f3b55ff68ae599f9600f4425f62267 /include/svl/svdde.hxx | |
parent | ce650fc1cd83ff94183b783c95b9f20aaa14f942 (diff) |
svl: remove #include windows.h from svdde.hxx
Move Win32 stuff over to DdeInternal class where it can be better
encapsulated.
Change-Id: Ia3d4c72cf7ad1b7d54bef5d175c579cd426407e7
Diffstat (limited to 'include/svl/svdde.hxx')
-rw-r--r-- | include/svl/svdde.hxx | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/include/svl/svdde.hxx b/include/svl/svdde.hxx index 0e8b96074230..766430f488fc 100644 --- a/include/svl/svdde.hxx +++ b/include/svl/svdde.hxx @@ -28,13 +28,6 @@ #include <tools/link.hxx> #include <vector> -#if defined _WIN32 -#include <prewin.h> -#include <windows.h> -#include <postwin.h> -#include <ddeml.h> -#endif - class DdeString; class DdeData; class DdeConnection; @@ -213,11 +206,6 @@ class SVL_DLLPUBLIC DdeItem DdeTopic* pMyTopic; DdeItemImp* pImpData; -#if defined _WIN32 - void IncMonitor( HCONV ); - void DecMonitor( HCONV ); -#endif - protected: sal_uInt8 nType; @@ -248,9 +236,6 @@ public: class SVL_DLLPUBLIC DdeTopic { -#if defined _WIN32 - SVL_DLLPRIVATE void Disconnect( HCONV ); -#endif public: virtual DdeData* Get(SotClipboardFormatId); |