summaryrefslogtreecommitdiff
path: root/svl/inc/svl
diff options
context:
space:
mode:
authorJoseph Powers <jpowers27@cox.net>2011-02-21 12:30:02 -0800
committerJoseph Powers <jpowers27@cox.net>2011-02-21 12:30:02 -0800
commit8c8365d22f697eebc74f4044f90e3ca47d9b1c00 (patch)
tree30361b9ae5a89fbcf095d55c92dc79ed64a1465e /svl/inc/svl
parentb5863b83d212ae344cefe0aefdfd4caddaded02b (diff)
Remove DECLARE_LIST( DdeFormats, long )
Diffstat (limited to 'svl/inc/svl')
-rw-r--r--svl/inc/svl/svdde.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svl/inc/svl/svdde.hxx b/svl/inc/svl/svdde.hxx
index 3b642ad85f20..a04223cdaf35 100644
--- a/svl/inc/svl/svdde.hxx
+++ b/svl/inc/svl/svdde.hxx
@@ -67,7 +67,7 @@ typedef List DdeItems;
#endif
DECLARE_LIST( DdeTransactions, DdeTransaction* )
-DECLARE_LIST( DdeFormats, long )
+typedef ::std::vector< long > DdeFormats;
// -----------
// - DdeData -