summaryrefslogtreecommitdiffstats
path: root/cui/source/inc/insdlg.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-10-12 16:04:04 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-10-12 17:52:29 +0200
commitb36963c0a6a09f70ca6d8d607dd3249a3496497d (patch)
tree33e06dc8d227957cb31355277fb5cf20b9918628 /cui/source/inc/insdlg.hxx
parentHAVE_CXX11_OVERRIDE is required on all supported toolchains (diff)
downloadcore-b36963c0a6a09f70ca6d8d607dd3249a3496497d.tar.gz
core-b36963c0a6a09f70ca6d8d607dd3249a3496497d.zip
Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code
Change-Id: I2ea407acd763ef2d7dae2d3b8f32525523ac8274
Diffstat (limited to 'cui/source/inc/insdlg.hxx')
-rw-r--r--cui/source/inc/insdlg.hxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/cui/source/inc/insdlg.hxx b/cui/source/inc/insdlg.hxx
index 128339158496..4c2c943a3337 100644
--- a/cui/source/inc/insdlg.hxx
+++ b/cui/source/inc/insdlg.hxx
@@ -79,7 +79,7 @@ class SvInsertOleDlg : public InsertObjectDialog_Impl
{ return m_pEdFilepath->GetText(); }
bool IsLinked() const
{ return m_pCbFilelink->IsChecked(); }
- bool IsCreateNew() const SAL_OVERRIDE
+ bool IsCreateNew() const override
{ return m_pRbNewObject->IsChecked(); }
public:
@@ -87,11 +87,11 @@ public:
const css::uno::Reference < css::embed::XStorage >& xStorage,
const SvObjectServerList* pServers = NULL );
virtual ~SvInsertOleDlg();
- virtual void dispose() SAL_OVERRIDE;
- virtual short Execute() SAL_OVERRIDE;
+ virtual void dispose() override;
+ virtual short Execute() override;
/// get replacement for the iconified embedded object and the mediatype of the replacement
- css::uno::Reference< css::io::XInputStream > GetIconIfIconified( OUString* pGraphicMediaType ) SAL_OVERRIDE;
+ css::uno::Reference< css::io::XInputStream > GetIconIfIconified( OUString* pGraphicMediaType ) override;
};
class SvInsertPlugInDialog : public InsertObjectDialog_Impl
@@ -111,8 +111,8 @@ public:
SvInsertPlugInDialog(vcl::Window* pParent,
const css::uno::Reference < css::embed::XStorage >& xStorage);
virtual ~SvInsertPlugInDialog();
- virtual void dispose() SAL_OVERRIDE;
- virtual short Execute() SAL_OVERRIDE;
+ virtual void dispose() override;
+ virtual short Execute() override;
};
class SfxInsertFloatingFrameDialog : public InsertObjectDialog_Impl
@@ -147,8 +147,8 @@ public:
SfxInsertFloatingFrameDialog( vcl::Window* pParent,
const css::uno::Reference < css::embed::XEmbeddedObject >& xObj );
virtual ~SfxInsertFloatingFrameDialog();
- virtual void dispose() SAL_OVERRIDE;
- virtual short Execute() SAL_OVERRIDE;
+ virtual void dispose() override;
+ virtual short Execute() override;
};
#endif // INCLUDED_CUI_SOURCE_INC_INSDLG_HXX