summaryrefslogtreecommitdiff
path: root/reportdesign/source/ui/inc/GroupsSorting.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'reportdesign/source/ui/inc/GroupsSorting.hxx')
-rw-r--r--reportdesign/source/ui/inc/GroupsSorting.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/reportdesign/source/ui/inc/GroupsSorting.hxx b/reportdesign/source/ui/inc/GroupsSorting.hxx
index fb9b915f4730..3a952f56eb24 100644
--- a/reportdesign/source/ui/inc/GroupsSorting.hxx
+++ b/reportdesign/source/ui/inc/GroupsSorting.hxx
@@ -148,9 +148,9 @@ private:
void operator =(OGroupsSortingDialog&);
protected:
// window
- virtual void Resize();
+ virtual void Resize() SAL_OVERRIDE;
// OPropertyChangeListener
- virtual void _propertyChanged(const ::com::sun::star::beans::PropertyChangeEvent& _rEvent) throw( ::com::sun::star::uno::RuntimeException);
+ virtual void _propertyChanged(const ::com::sun::star::beans::PropertyChangeEvent& _rEvent) throw( ::com::sun::star::uno::RuntimeException) SAL_OVERRIDE;
public:
OGroupsSortingDialog( Window* pParent
,sal_Bool _bReadOnly
@@ -170,16 +170,16 @@ public:
@param _rDiff
Contains the difference of the old and new toolbox size.
*/
- virtual void resizeControls(const Size& _rDiff);
+ virtual void resizeControls(const Size& _rDiff) SAL_OVERRIDE;
/** will be called when the image list is needed.
@param _eSymbolsSize
<svtools/imgdef.hxx>
*/
- virtual ImageList getImageList(sal_Int16 _eSymbolsSize) const;
+ virtual ImageList getImageList(sal_Int16 _eSymbolsSize) const SAL_OVERRIDE;
// ImageListProvider interface
- virtual ImageList getImageList(vcl::ImageListType) SAL_THROW ((com::sun::star::lang::IllegalArgumentException ));
+ virtual ImageList getImageList(vcl::ImageListType) SAL_THROW ((com::sun::star::lang::IllegalArgumentException )) SAL_OVERRIDE;
};