Kaydet (Commit) 1a012a90 authored tarafından Takeshi Abe's avatar Takeshi Abe

svtools: Simplify TabBar_Impl with std::unique_ptr

Change-Id: If477373f6e5a39ccd61332356a821f7c7d38d28d
Reviewed-on: https://gerrit.libreoffice.org/47488Reviewed-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarTakeshi Abe <tabe@fixedpoint.jp>
üst 0e0eff23
...@@ -25,7 +25,6 @@ ...@@ -25,7 +25,6 @@
#include <vcl/window.hxx> #include <vcl/window.hxx>
#include <o3tl/typed_flags_set.hxx> #include <o3tl/typed_flags_set.hxx>
#include <memory> #include <memory>
#include <vector>
/* /*
...@@ -308,7 +307,6 @@ class TabBarEdit; ...@@ -308,7 +307,6 @@ class TabBarEdit;
struct ImplTabBarItem; struct ImplTabBarItem;
struct TabBar_Impl; struct TabBar_Impl;
typedef std::vector<ImplTabBarItem*> ImplTabBarList;
class SVT_DLLPUBLIC TabBar : public vcl::Window class SVT_DLLPUBLIC TabBar : public vcl::Window
......
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