Kaydet (Commit) 5e531e12 authored tarafından Takeshi Abe's avatar Takeshi Abe Kaydeden (comit) David Tardon

fdo#75757: remove inheritance to std::vector

Change-Id: I621286f0b64ff464bc29310ba79e416abc5791d8
Reviewed-on: https://gerrit.libreoffice.org/11042Reviewed-by: 's avatarDavid Tardon <dtardon@redhat.com>
Tested-by: 's avatarDavid Tardon <dtardon@redhat.com>
üst 794d5ac4
......@@ -229,8 +229,6 @@ public:
};
class SfxDdeDocTopics_Impl : public std::vector<SfxDdeDocTopic_Impl*> {};
#if defined( WNT )
namespace {
......
......@@ -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<SfxDdeDocTopic_Impl*> SfxDdeDocTopics_Impl;
class SfxAppData_Impl
{
public:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment