From 5e531e121fae61675fb358e814d49b70cfab14cf Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Wed, 20 Aug 2014 21:59:48 +0900 Subject: fdo#75757: remove inheritance to std::vector Change-Id: I621286f0b64ff464bc29310ba79e416abc5791d8 Reviewed-on: https://gerrit.libreoffice.org/11042 Reviewed-by: David Tardon Tested-by: David Tardon --- sfx2/source/appl/appdde.cxx | 2 -- sfx2/source/inc/appdata.hxx | 4 +++- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sfx2/source/appl/appdde.cxx b/sfx2/source/appl/appdde.cxx index 9d3d63429e32..9de5f084c4cf 100644 --- a/sfx2/source/appl/appdde.cxx +++ b/sfx2/source/appl/appdde.cxx @@ -229,8 +229,6 @@ public: }; -class SfxDdeDocTopics_Impl : public std::vector {}; - #if defined( WNT ) namespace { diff --git a/sfx2/source/inc/appdata.hxx b/sfx2/source/inc/appdata.hxx index 19fd3ed8b122..ead6ea5444fb 100644 --- a/sfx2/source/inc/appdata.hxx +++ b/sfx2/source/inc/appdata.hxx @@ -33,7 +33,7 @@ class SfxApplication; class SfxProgress; -class SfxDdeDocTopics_Impl; +class SfxDdeDocTopic_Impl; class DdeService; class SfxItemPool; class SfxFilterMatcher; @@ -63,6 +63,8 @@ namespace sfx2 { typedef Link* LinkPtr; +typedef std::vector SfxDdeDocTopics_Impl; + class SfxAppData_Impl { public: -- cgit v1.2.3