diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-07-31 21:39:57 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-08-01 13:54:51 +0100 |
commit | 3515019f8aabebc6f0037fa2e8f4a271b64e3845 (patch) | |
tree | ad9b26509ea9cca7c5b23a3fd9af66e4c0c41172 /svl/inc | |
parent | 9490643712a040a6f4433d145bc5d35d9d4335f5 (diff) |
include svl/svdde.hxx
Change-Id: Ib8696dad1905cbcd12d6c3dd42720eea3f883c6f
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 825e8992076c..0895a8119e9c 100644 --- a/svl/inc/svl/svdde.hxx +++ b/svl/inc/svl/svdde.hxx @@ -44,7 +44,7 @@ struct DdeImp; class DdeItemImp; struct Conversation; -class DdeServices : public ::std::vector< DdeService* > {}; +typedef ::std::vector< DdeService* > DdeServices; typedef ::std::vector< long > DdeFormats; typedef ::std::vector< Conversation* > ConvList; |