diff options
author | Joseph Powers <jpowers27@cox.net> | 2011-02-21 12:30:02 -0800 |
---|---|---|
committer | Joseph Powers <jpowers27@cox.net> | 2011-02-21 12:30:02 -0800 |
commit | 8c8365d22f697eebc74f4044f90e3ca47d9b1c00 (patch) | |
tree | 30361b9ae5a89fbcf095d55c92dc79ed64a1465e /svl/inc | |
parent | b5863b83d212ae344cefe0aefdfd4caddaded02b (diff) |
Remove DECLARE_LIST( DdeFormats, long )
Diffstat (limited to 'svl/inc')
-rw-r--r-- | svl/inc/svl/svdde.hxx | 2 |
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 - |