[Libreoffice-commits] .: binfilter/inc
Joseph Powers
jpowers at kemper.freedesktop.org
Tue Feb 22 07:18:30 PST 2011
binfilter/inc/bf_svtools/svdde.hxx | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
New commits:
commit c841210604db70789a8052aceb329a8010de1e37
Author: Joseph Powers <jpowers27 at cox.net>
Date: Tue Feb 22 07:18:24 2011 -0800
Remove DECLARE_LIST( StringList, String * )
diff --git a/binfilter/inc/bf_svtools/svdde.hxx b/binfilter/inc/bf_svtools/svdde.hxx
index 70c7979..1baa40d 100644
--- a/binfilter/inc/bf_svtools/svdde.hxx
+++ b/binfilter/inc/bf_svtools/svdde.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
@@ -56,11 +56,6 @@ DECLARE_LIST( DdeConnections, DdeConnection* )
DECLARE_LIST( DdeTransactions, DdeTransaction* )
DECLARE_LIST( DdeFormats, long )
-#ifndef STRING_LIST
-#define STRING_LIST
-DECLARE_LIST( StringList, String * )
-#endif
-
#ifdef WNT
class DdeService;
class DdeItem;
More information about the Libreoffice-commits
mailing list