summaryrefslogtreecommitdiffstats
path: root/svl/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-07-31 21:39:57 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-08-01 13:54:51 +0100
commit3515019f8aabebc6f0037fa2e8f4a271b64e3845 (patch)
treead9b26509ea9cca7c5b23a3fd9af66e4c0c41172 /svl/inc
parentFix for a236f8318a0e05caeec53ccbee8b134f44a98008 (diff)
downloadcore-3515019f8aabebc6f0037fa2e8f4a271b64e3845.tar.gz
core-3515019f8aabebc6f0037fa2e8f4a271b64e3845.zip
include svl/svdde.hxx
Change-Id: Ib8696dad1905cbcd12d6c3dd42720eea3f883c6f
Diffstat (limited to 'svl/inc')
-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 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;