diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-04-03 14:50:22 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-04-03 14:50:22 +0000 |
commit | aab79df7c58aafdf3d8f86ccede3bfba656e547e (patch) | |
tree | 409edff8bc8208325119f22a32bf513ca0b96845 /vcl | |
parent | 7efae57c06b87ed45b6f1e5bdc5466f37f51d0ad (diff) |
INTEGRATION: CWS presenterview (1.2.52); FILE MERGED
2008/03/26 10:50:06 cl 1.2.52.2: RESYNC: (1.2-1.3); FILE MERGED
2007/10/12 13:25:57 pl 1.2.52.1: #i82554# add WB_SYSTEMCHILDWINDOW
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/unx/headless/svpframe.hxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/vcl/unx/headless/svpframe.hxx b/vcl/unx/headless/svpframe.hxx index 6db814f17b2d..ac2fd7d2d358 100644 --- a/vcl/unx/headless/svpframe.hxx +++ b/vcl/unx/headless/svpframe.hxx @@ -4,9 +4,9 @@ * * $RCSfile: svpframe.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: kz $ $Date: 2008-03-05 17:12:12 $ + * last change: $Author: kz $ $Date: 2008-04-03 15:50:22 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -127,5 +127,8 @@ public: virtual void BeginSetClipRegion( ULONG nRects ); virtual void UnionClipRegion( long nX, long nY, long nWidth, long nHeight ); virtual void EndSetClipRegion(); + + /*TODO: functional implementation */ + virtual void SetScreenNumber( unsigned int nScreen ) { (void)nScreen; } }; #endif // _SVP_SVPFRAME_HXX |