summaryrefslogtreecommitdiffstats
path: root/toolkit/source/awt/vclxtopwindow.cxx
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2008-01-14 11:57:00 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2008-01-14 11:57:00 +0000
commita594e92fbf9b9a317dfc3fe5fd1054040dcecbb4 (patch)
tree03661677e6f4fa56a7fff680079f05f86c2f976c /toolkit/source/awt/vclxtopwindow.cxx
parentINTEGRATION: CWS awtfixes1 (1.57.24); FILE MERGED (diff)
downloadcore-a594e92fbf9b9a317dfc3fe5fd1054040dcecbb4.tar.gz
core-a594e92fbf9b9a317dfc3fe5fd1054040dcecbb4.zip
INTEGRATION: CWS awtfixes1 (1.9.4); FILE MERGED
2007/12/10 19:22:36 jcn 1.9.4.3: RESYNC: (1.10-1.11); FILE MERGED 2007/11/29 19:01:07 fridrich_strba 1.9.4.2: RESYNC: (1.9-1.10); FILE MERGED 2007/07/13 17:43:52 mmeeks 1.9.4.1: Issue number: i#78291# Submitted by: mmeeks Reviewed by: fs Add property introspection to awt/ wrappers.
Diffstat (limited to 'toolkit/source/awt/vclxtopwindow.cxx')
-rw-r--r--toolkit/source/awt/vclxtopwindow.cxx9
1 files changed, 7 insertions, 2 deletions
diff --git a/toolkit/source/awt/vclxtopwindow.cxx b/toolkit/source/awt/vclxtopwindow.cxx
index 751ca08527a0..77ef3ce0ee97 100644
--- a/toolkit/source/awt/vclxtopwindow.cxx
+++ b/toolkit/source/awt/vclxtopwindow.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: vclxtopwindow.cxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: vg $ $Date: 2007-12-07 11:40:01 $
+ * last change: $Author: ihi $ $Date: 2008-01-14 12:57:00 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -73,6 +73,11 @@
// class VCLXTopWindow
// ----------------------------------------------------
+void VCLXTopWindow::ImplGetPropertyIds( std::list< sal_uInt16 > &rIds )
+{
+ VCLXContainer::ImplGetPropertyIds( rIds );
+}
+
VCLXTopWindow::VCLXTopWindow(bool bWHWND)
: m_bWHWND(bWHWND)
{