summaryrefslogtreecommitdiffstats
path: root/svx/source/inc/StylesPreviewWindow.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/inc/StylesPreviewWindow.hxx')
-rw-r--r--svx/source/inc/StylesPreviewWindow.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/svx/source/inc/StylesPreviewWindow.hxx b/svx/source/inc/StylesPreviewWindow.hxx
index 26ba93d7be79..ff9a4137b9dc 100644
--- a/svx/source/inc/StylesPreviewWindow.hxx
+++ b/svx/source/inc/StylesPreviewWindow.hxx
@@ -54,7 +54,8 @@ public:
void Paint(vcl::RenderContext& rRenderContext, const tools::Rectangle& rRect) override;
- bool MouseButtonDown(const MouseEvent&) override;
+ bool MouseButtonDown(const MouseEvent& rMEvt) override;
+ bool Command(const CommandEvent& rEvent) override;
void SetStyle(const std::pair<OUString, OUString>& sStyleName);