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 | |
parent | 9490643712a040a6f4433d145bc5d35d9d4335f5 (diff) |
include svl/svdde.hxx
Change-Id: Ib8696dad1905cbcd12d6c3dd42720eea3f883c6f
Diffstat (limited to 'svl')
-rw-r--r-- | svl/inc/svl/svdde.hxx | 2 | ||||
-rw-r--r-- | svl/source/svdde/ddeimp.hxx | 6 |
2 files changed, 2 insertions, 6 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; diff --git a/svl/source/svdde/ddeimp.hxx b/svl/source/svdde/ddeimp.hxx index 08004630553c..99e2ec276774 100644 --- a/svl/source/svdde/ddeimp.hxx +++ b/svl/source/svdde/ddeimp.hxx @@ -26,12 +26,9 @@ #include <tools/string.hxx> #include <tools/shl.hxx> #include <boost/noncopyable.hpp> +#include <svl/svdde.hxx> #include <vector> -class DdeService; -class DdeTopic; -class DdeItem; - // ---------------- // - Conversation - // ---------------- @@ -112,7 +109,6 @@ struct DdeDataImp }; class DdeConnection; -class DdeServices; class DdeInstData : private boost::noncopyable { |