summaryrefslogtreecommitdiff
path: root/svl/inc/svl
diff options
context:
space:
mode:
authorJoseph Powers <jpowers27@cox.net>2011-03-02 20:45:36 -0800
committerJoseph Powers <jpowers27@cox.net>2011-03-02 20:45:36 -0800
commit81d758830bc7a63b4b5ae66bc7a4a599449a48dd (patch)
tree9482e6a0429dcafbe4add6976436cc873a175868 /svl/inc/svl
parentd56d490a1becdf1e793d9268cfdc44eae4be3fce (diff)
Remove DECLARE_LIST( ConvList, Conversation* )
Diffstat (limited to 'svl/inc/svl')
-rw-r--r--svl/inc/svl/svdde.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/svl/inc/svl/svdde.hxx b/svl/inc/svl/svdde.hxx
index a04223cdaf35..de8601c979d4 100644
--- a/svl/inc/svl/svdde.hxx
+++ b/svl/inc/svl/svdde.hxx
@@ -49,10 +49,10 @@ class DdeExecute;
class DdeItem;
class DdeTopic;
class DdeService;
-class ConvList;
struct DdeDataImp;
struct DdeImp;
class DdeItemImp;
+struct Conversation;
#ifndef _SVDDE_NOLISTS
DECLARE_LIST( DdeConnections, DdeConnection* )
@@ -68,6 +68,7 @@ typedef List DdeItems;
DECLARE_LIST( DdeTransactions, DdeTransaction* )
typedef ::std::vector< long > DdeFormats;
+typedef ::std::vector< Conversation* > ConvList;
// -----------
// - DdeData -