summaryrefslogtreecommitdiffstats
path: root/include/sfx2/sidebar/TabBar.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sfx2/sidebar/TabBar.hxx')
-rw-r--r--include/sfx2/sidebar/TabBar.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sfx2/sidebar/TabBar.hxx b/include/sfx2/sidebar/TabBar.hxx
index df4b0c01983e..6ae1edeb93c5 100644
--- a/include/sfx2/sidebar/TabBar.hxx
+++ b/include/sfx2/sidebar/TabBar.hxx
@@ -63,7 +63,7 @@ public:
bool mbIsEnabled;
};
typedef ::std::function<void (
- const Rectangle&,
+ const tools::Rectangle&,
const ::std::vector<DeckMenuData>& rMenuData)> PopupMenuProvider;
TabBar (
vcl::Window* pParentWindow,
@@ -75,7 +75,7 @@ public:
virtual ~TabBar() override;
virtual void dispose() override;
- virtual void Paint (vcl::RenderContext& /*rRenderContext*/, const Rectangle& rUpdateArea) override;
+ virtual void Paint (vcl::RenderContext& /*rRenderContext*/, const tools::Rectangle& rUpdateArea) override;
virtual void DataChanged (const DataChangedEvent& rDataChangedEvent) override;
virtual bool EventNotify (NotifyEvent& rEvent) override;