summaryrefslogtreecommitdiff
path: root/svx/source/table/cell.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/table/cell.cxx')
-rw-r--r--svx/source/table/cell.cxx18
1 files changed, 9 insertions, 9 deletions
diff --git a/svx/source/table/cell.cxx b/svx/source/table/cell.cxx
index 4d8fd2d5a7a8..a95e6fb5a1a9 100644
--- a/svx/source/table/cell.cxx
+++ b/svx/source/table/cell.cxx
@@ -110,8 +110,8 @@ public:
virtual ~CellTextProvider();
private:
- virtual sal_Int32 getTextCount() const SAL_OVERRIDE;
- virtual SdrText* getText(sal_Int32 nIndex) const SAL_OVERRIDE;
+ virtual sal_Int32 getTextCount() const override;
+ virtual SdrText* getText(sal_Int32 nIndex) const override;
private:
const sdr::table::CellRef m_xCell;
@@ -148,9 +148,9 @@ namespace sdr
{
protected:
// create a new itemset
- SfxItemSet* CreateObjectSpecificItemSet(SfxItemPool& rPool) SAL_OVERRIDE;
+ SfxItemSet* CreateObjectSpecificItemSet(SfxItemPool& rPool) override;
- const svx::ITextProvider& getTextProvider() const SAL_OVERRIDE;
+ const svx::ITextProvider& getTextProvider() const override;
public:
// basic constructor
@@ -163,15 +163,15 @@ namespace sdr
virtual ~CellProperties();
// Clone() operator, normally just calls the local copy constructor
- BaseProperties& Clone(SdrObject& rObj) const SAL_OVERRIDE;
+ BaseProperties& Clone(SdrObject& rObj) const override;
- void ForceDefaultAttributes() SAL_OVERRIDE;
+ void ForceDefaultAttributes() override;
- void ItemSetChanged(const SfxItemSet& rSet) SAL_OVERRIDE;
+ void ItemSetChanged(const SfxItemSet& rSet) override;
- void ItemChange(const sal_uInt16 nWhich, const SfxPoolItem* pNewItem) SAL_OVERRIDE;
+ void ItemChange(const sal_uInt16 nWhich, const SfxPoolItem* pNewItem) override;
- void SetStyleSheet(SfxStyleSheet* pNewStyleSheet, bool bDontRemoveHardAttr) SAL_OVERRIDE;
+ void SetStyleSheet(SfxStyleSheet* pNewStyleSheet, bool bDontRemoveHardAttr) override;
sdr::table::CellRef mxCell;