diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-03-05 16:12:35 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-03-05 16:12:35 +0000 |
commit | 9f3cb618470f07be998a5a792713d5a5fa2779e6 (patch) | |
tree | 68e25c1ac22455d9803d53a679303e76fc1934ee /vcl/unx | |
parent | 4c01b3b22a97ceb8237786f87a729c13ff71bc2e (diff) |
INTEGRATION: CWS aquavcl05_DEV300 (1.55.106); FILE MERGED
2008/02/14 21:48:01 pl 1.55.106.1: fix warnings
Diffstat (limited to 'vcl/unx')
-rw-r--r-- | vcl/unx/inc/salframe.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/vcl/unx/inc/salframe.h b/vcl/unx/inc/salframe.h index 76ba060cb630..bb5e83f41caf 100644 --- a/vcl/unx/inc/salframe.h +++ b/vcl/unx/inc/salframe.h @@ -4,9 +4,9 @@ * * $RCSfile: salframe.h,v $ * - * $Revision: 1.55 $ + * $Revision: 1.56 $ * - * last change: $Author: vg $ $Date: 2007-08-30 13:56:30 $ + * last change: $Author: kz $ $Date: 2008-03-05 17:12:34 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -259,6 +259,7 @@ public: virtual void SetPointer( PointerStyle ePointerStyle ); virtual void CaptureMouse( BOOL bMouse ); virtual void SetPointerPos( long nX, long nY ); + using SalFrame::Flush; virtual void Flush(); virtual void Sync(); virtual void SetInputContext( SalInputContext* pContext ); |