summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2003-11-18 15:01:55 +0000
committerKurt Zenker <kz@openoffice.org>2003-11-18 15:01:55 +0000
commitf46ed3c5aabd76ac636f11c512e887c63a0e0644 (patch)
tree9c671b01a9096fdeb544f4f3930a3eb066df2ca4 /vcl
parent9d2fa2518544d6620c0dca7a9fe4507d2486bb5c (diff)
INTEGRATION: CWS vclsysmenu (1.164.24); FILE MERGED
2003/10/02 14:51:38 ssa 1.164.24.1: #i20547# native menus
Diffstat (limited to 'vcl')
-rw-r--r--vcl/unx/source/window/salframe.cxx15
1 files changed, 13 insertions, 2 deletions
diff --git a/vcl/unx/source/window/salframe.cxx b/vcl/unx/source/window/salframe.cxx
index 4124c554e672..7b186c6b4f97 100644
--- a/vcl/unx/source/window/salframe.cxx
+++ b/vcl/unx/source/window/salframe.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: salframe.cxx,v $
*
- * $Revision: 1.165 $
+ * $Revision: 1.166 $
*
- * last change: $Author: kz $ $Date: 2003-11-18 14:47:31 $
+ * last change: $Author: kz $ $Date: 2003-11-18 16:01:55 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1573,6 +1573,17 @@ SalBitmap* X11SalFrame::SnapShot()
}
// -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
+
+// native menu implementation - currently empty
+void X11SalFrame::DrawMenuBar()
+{
+}
+
+void X11SalFrame::SetMenu( SalMenu* )
+{
+}
+
+// -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
void X11SalFrame::GetPosSize( Rectangle &rPosSize )
{
if( maGeometry.nWidth < 1 || maGeometry.nHeight < 1 )