summaryrefslogtreecommitdiff
path: root/cui/source/options/connpooloptions.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/options/connpooloptions.cxx')
-rw-r--r--cui/source/options/connpooloptions.cxx22
1 files changed, 11 insertions, 11 deletions
diff --git a/cui/source/options/connpooloptions.cxx b/cui/source/options/connpooloptions.cxx
index 16a7ea5e4871..04d1f32a7828 100644
--- a/cui/source/options/connpooloptions.cxx
+++ b/cui/source/options/connpooloptions.cxx
@@ -48,9 +48,9 @@ namespace offapp
public:
explicit DriverListControl(vcl::Window* _pParent);
- virtual void Init() SAL_OVERRIDE;
+ virtual void Init() override;
void Update(const DriverPoolingSettings& _rSettings);
- virtual OUString GetCellText( long nRow, sal_uInt16 nColId ) const SAL_OVERRIDE;
+ virtual OUString GetCellText( long nRow, sal_uInt16 nColId ) const override;
// the handler will be called with a DriverPoolingSettings::const_iterator as parameter,
// or NULL if no valid current row exists
@@ -65,22 +65,22 @@ namespace offapp
bool isModified() const;
protected:
- virtual void InitController( ::svt::CellControllerRef& rController, long nRow, sal_uInt16 nCol ) SAL_OVERRIDE;
- virtual ::svt::CellController* GetController( long nRow, sal_uInt16 nCol ) SAL_OVERRIDE;
+ virtual void InitController( ::svt::CellControllerRef& rController, long nRow, sal_uInt16 nCol ) override;
+ virtual ::svt::CellController* GetController( long nRow, sal_uInt16 nCol ) override;
- virtual void PaintCell( OutputDevice& rDev, const Rectangle& rRect, sal_uInt16 nColId ) const SAL_OVERRIDE;
+ virtual void PaintCell( OutputDevice& rDev, const Rectangle& rRect, sal_uInt16 nColId ) const override;
- virtual bool SeekRow( long nRow ) SAL_OVERRIDE;
- virtual bool SaveModified() SAL_OVERRIDE;
+ virtual bool SeekRow( long nRow ) override;
+ virtual bool SaveModified() override;
- virtual bool IsTabAllowed(bool _bForward) const SAL_OVERRIDE;
+ virtual bool IsTabAllowed(bool _bForward) const override;
- virtual void StateChanged( StateChangedType nStateChange ) SAL_OVERRIDE;
+ virtual void StateChanged( StateChangedType nStateChange ) override;
- virtual void CursorMoved() SAL_OVERRIDE;
+ virtual void CursorMoved() override;
protected:
- virtual sal_uInt32 GetTotalCellWidth(long nRow, sal_uInt16 nColId) SAL_OVERRIDE;
+ virtual sal_uInt32 GetTotalCellWidth(long nRow, sal_uInt16 nColId) override;
private: