[Libreoffice-commits] .: binfilter/bf_svtools
Joseph Powers
jpowers at kemper.freedesktop.org
Mon Jan 10 20:38:25 PST 2011
binfilter/bf_svtools/source/svdde/ddeimp.hxx | 24 +-----------------------
1 file changed, 1 insertion(+), 23 deletions(-)
New commits:
commit 508c29ec65a35a7177a82a21a19cf41dc2733a62
Author: Joseph Powers <jpowers27 at cox.net>
Date: Mon Jan 10 20:38:21 2011 -0800
Remove DECLARE_LIST( ConvList, Conversation* )
diff --git a/binfilter/bf_svtools/source/svdde/ddeimp.hxx b/binfilter/bf_svtools/source/svdde/ddeimp.hxx
index 950617f..b992c14 100644
--- a/binfilter/bf_svtools/source/svdde/ddeimp.hxx
+++ b/binfilter/bf_svtools/source/svdde/ddeimp.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -47,16 +47,6 @@
#include <tools/postwin.h>
#include "ddewrap.hxx"
-/*
-extern "C"
-{
-#define BOOL WIN_BOOL
-#define BYTE WIN_BYTE
-#undef BOOL
-#undef BYTE
-};
-*/
-
#endif
#include <tools/string.hxx>
@@ -72,18 +62,6 @@ class DdeItem;
class DdeTopics;
class DdeItems;
-// ----------------
-// - Conversation -
-// ----------------
-
-struct Conversation
-{
- HCONV hConv;
- DdeTopic* pTopic;
-};
-
-DECLARE_LIST( ConvList, Conversation* );
-
// ---------------
// - DdeInternal -
// ---------------
More information about the Libreoffice-commits
mailing list