From b36963c0a6a09f70ca6d8d607dd3249a3496497d Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 12 Oct 2015 16:04:04 +0200 Subject: Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code Change-Id: I2ea407acd763ef2d7dae2d3b8f32525523ac8274 --- include/sfx2/templatelocalview.hxx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'include/sfx2/templatelocalview.hxx') diff --git a/include/sfx2/templatelocalview.hxx b/include/sfx2/templatelocalview.hxx index 2d06ef912121..d7d866a2a0e0 100644 --- a/include/sfx2/templatelocalview.hxx +++ b/include/sfx2/templatelocalview.hxx @@ -33,16 +33,16 @@ public: TemplateLocalView ( vcl::Window* pParent ); virtual ~TemplateLocalView (); - virtual void dispose() SAL_OVERRIDE; + virtual void dispose() override; // Fill view with template folders thumbnails - virtual void Populate () SAL_OVERRIDE; + virtual void Populate () override; - virtual void reload () SAL_OVERRIDE; + virtual void reload () override; - virtual void showRootRegion () SAL_OVERRIDE; + virtual void showRootRegion () override; - virtual void showRegion (ThumbnailViewItem *pItem) SAL_OVERRIDE; + virtual void showRegion (ThumbnailViewItem *pItem) override; void showRegion (const OUString &rName); @@ -59,11 +59,11 @@ public: std::vector getFilteredItems (const std::function &rFunc) const; - virtual sal_uInt16 createRegion (const OUString &rName) SAL_OVERRIDE; + virtual sal_uInt16 createRegion (const OUString &rName) override; - virtual bool isNestedRegionAllowed () const SAL_OVERRIDE; + virtual bool isNestedRegionAllowed () const override; - virtual bool isImportAllowed () const SAL_OVERRIDE; + virtual bool isImportAllowed () const override; bool removeRegion (const sal_uInt16 nItemId); @@ -93,7 +93,7 @@ public: bool isTemplateNameUnique (const sal_uInt16 nRegionItemId, const OUString &rName) const; - virtual bool renameItem(ThumbnailViewItem* pItem, const OUString& sNewTitle) SAL_OVERRIDE; + virtual bool renameItem(ThumbnailViewItem* pItem, const OUString& sNewTitle) override; private: -- cgit v1.2.3