summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-04-03 14:50:22 +0000
committerKurt Zenker <kz@openoffice.org>2008-04-03 14:50:22 +0000
commitaab79df7c58aafdf3d8f86ccede3bfba656e547e (patch)
tree409edff8bc8208325119f22a32bf513ca0b96845 /vcl
parent7efae57c06b87ed45b6f1e5bdc5466f37f51d0ad (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.hxx7
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