summaryrefslogtreecommitdiff
path: root/vcl/win
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-11-11 10:57:53 +0000
committerRüdiger Timm <rt@openoffice.org>2005-11-11 10:57:53 +0000
commit97dc144d6a3fa11609162e3c9a5274d8b66687e9 (patch)
treeebf5fb552647ca850ff03a3c9762f968c1d2770a /vcl/win
parent58a88fd7cce2d37e67ee96b9556e02f134fd764b (diff)
INTEGRATION: CWS c06 (1.12.242); FILE MERGED
2005/08/22 16:43:25 pl 1.12.242.1: #i53629# add some additional hints for WM
Diffstat (limited to 'vcl/win')
-rw-r--r--vcl/win/inc/salframe.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/vcl/win/inc/salframe.h b/vcl/win/inc/salframe.h
index e7400faa2116..85b61dcf4054 100644
--- a/vcl/win/inc/salframe.h
+++ b/vcl/win/inc/salframe.h
@@ -4,9 +4,9 @@
*
* $RCSfile: salframe.h,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 13:55:48 $
+ * last change: $Author: rt $ $Date: 2005-11-11 11:57:53 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -113,6 +113,7 @@ public:
virtual void SetIcon( USHORT nIcon );
virtual void SetMenu( SalMenu* pSalMenu );
virtual void DrawMenuBar();
+ virtual void SetExtendedFrameStyle( SalExtStyle nExtStyle );
virtual void Show( BOOL bVisible, BOOL bNoActivate = FALSE );
virtual void Enable( BOOL bEnable );
virtual void SetMinClientSize( long nWidth, long nHeight );