summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJan-Marek Glogowski <glogow@fbihome.de>2016-03-02 10:03:01 +0100
committerAndras Timar <andras.timar@collabora.com>2016-03-02 11:00:07 +0100
commite21222456f0f268be3754dad6c6946644eee01cb (patch)
treea315b6c04d3172d30a05b9a016b3a53cb4f3aa8f /include
parent1a959028d980f1bd58d6a0d5fa96a9f0aad72a3f (diff)
GCC 4.6 still doesn't do "override"
But you can use SAL_OVERRIDE instead - once again. Change-Id: Ifbf49f30b788e9eed96fd13cca885101a366bf16 Reviewed-on: https://gerrit.libreoffice.org/22825 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com> (cherry picked from commit ae13b1bd066263b6b3506fa262ab4808e675bc98)
Diffstat (limited to 'include')
-rw-r--r--include/sfx2/dinfdlg.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/dinfdlg.hxx b/include/sfx2/dinfdlg.hxx
index ec846d69ccc9..31e769e196ff 100644
--- a/include/sfx2/dinfdlg.hxx
+++ b/include/sfx2/dinfdlg.hxx
@@ -650,7 +650,7 @@ protected:
public:
SfxCmisPropertiesPage( vcl::Window* pParent, const SfxItemSet& );
virtual ~SfxCmisPropertiesPage();
- virtual void dispose() override;
+ virtual void dispose() SAL_OVERRIDE;
static VclPtr<SfxTabPage> Create( vcl::Window* pParent, const SfxItemSet* );
};