summaryrefslogtreecommitdiff
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 8381f3b72c49..9e90c4d36288 100644
--- a/svx/source/inc/StylesPreviewWindow.hxx
+++ b/svx/source/inc/StylesPreviewWindow.hxx
@@ -56,7 +56,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);