summaryrefslogtreecommitdiff
path: root/include/svx/galbrws.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/galbrws.hxx')
-rw-r--r--include/svx/galbrws.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svx/galbrws.hxx b/include/svx/galbrws.hxx
index 8ee5db519559..f4753f6614d3 100644
--- a/include/svx/galbrws.hxx
+++ b/include/svx/galbrws.hxx
@@ -58,9 +58,9 @@ private:
/// bitfield
void InitSettings();
- virtual bool Close();
- virtual void Resize();
- virtual void GetFocus();
+ virtual bool Close() SAL_OVERRIDE;
+ virtual void Resize() SAL_OVERRIDE;
+ virtual void GetFocus() SAL_OVERRIDE;
DECL_LINK( SplitHdl, void* );