diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 19:27:15 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 19:27:15 +0000 |
commit | d81430688db2a5fb91277fa54242877026c74393 (patch) | |
tree | 2a1ba5843ce0601d381e1f2eb9bc11d1ff5abec5 /svtools | |
parent | b3110785ce6e5cafb9b5982e9d0a7970d9d6ec10 (diff) |
INTEGRATION: CWS warnings01 (1.2.62); FILE MERGED
2006/02/01 09:34:54 sb 1.2.62.1: #i53898# Made code warning-free.
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/inc/sectctr.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/svtools/inc/sectctr.hxx b/svtools/inc/sectctr.hxx index 8bceb2c104c2..25e1df6c3389 100644 --- a/svtools/inc/sectctr.hxx +++ b/svtools/inc/sectctr.hxx @@ -4,9 +4,9 @@ * * $RCSfile: sectctr.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2005-09-08 10:17:33 $ + * last change: $Author: hr $ $Date: 2006-06-19 20:27:15 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -82,6 +82,7 @@ protected: virtual long PreNotify( NotifyEvent& rNEvt ); virtual long Notify( NotifyEvent& rNEvt ); virtual long KeyEventNotify( const KeyEvent& rKEvt ); + using Control::SetPosSizePixel; virtual void SetPosSizePixel( long nX, long nY,long nWidth, long nHeight,USHORT nFlags); @@ -152,6 +153,7 @@ public: ULONG GetHelpId() const { return Control::GetHelpId(); } + using Control::SetBackground; void SetBackground( const Wallpaper& rBackground ){aWallpaper=rBackground; } const Wallpaper& GetBackground() const { return aWallpaper; } |