diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-03-28 09:04:15 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-03-28 09:04:15 +0100 |
commit | 5dbb3c66aa1b600b21251c5afa4f5d7a2fefa05c (patch) | |
tree | a9020ab35cddf9f8e5689be6efc820b049fb27f4 /vcl/inc/unx | |
parent | 5e7aad393c0c3fab20c8298697ca96563caa7afe (diff) |
SAL_OVERRIDE, vclplug warnings_not_errors redux
Change-Id: I2ada77879dd8795184ad615654d0cf80371cce52
Diffstat (limited to 'vcl/inc/unx')
-rw-r--r-- | vcl/inc/unx/gtk/gtkgdi.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/vcl/inc/unx/gtk/gtkgdi.hxx b/vcl/inc/unx/gtk/gtkgdi.hxx index d13ad94aa785..006e29874d28 100644 --- a/vcl/inc/unx/gtk/gtkgdi.hxx +++ b/vcl/inc/unx/gtk/gtkgdi.hxx @@ -41,19 +41,19 @@ public: virtual void copyArea( long nDestX, long nDestY, long nSrcX, long nSrcY, long nSrcWidth, long nSrcHeight, - sal_uInt16 /*nFlags*/ ); + sal_uInt16 /*nFlags*/ ) SAL_OVERRIDE; virtual bool drawNativeControl( ControlType nType, ControlPart nPart, const Rectangle& rControlRegion, ControlState nState, const ImplControlValue& aValue, - const OUString& rCaption ); - virtual bool IsNativeControlSupported( ControlType nType, ControlPart nPart ); + const OUString& rCaption ) SAL_OVERRIDE; + virtual bool IsNativeControlSupported( ControlType nType, ControlPart nPart ) SAL_OVERRIDE; virtual bool getNativeControlRegion( ControlType nType, ControlPart nPart, const Rectangle& rControlRegion, ControlState nState, const ImplControlValue& aValue, const OUString& rCaption, Rectangle &rNativeBoundingRegion, - Rectangle &rNativeContentRegion ); + Rectangle &rNativeContentRegion ) SAL_OVERRIDE; void updateSettings( AllSettings& rSettings ); static void refreshFontconfig( GtkSettings *pSettings ); static void signalSettingsNotify( GObject*, GParamSpec *pSpec, gpointer ); |