diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2008-01-14 11:56:32 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2008-01-14 11:56:32 +0000 |
commit | 635e9296ff3817b78577408eb3262ffeaf24c13f (patch) | |
tree | 66e8f59bb426f9e88b8a37c410a8d39c8307bb20 /toolkit/source | |
parent | a1dbadc34bd5de375f1de34d78d7699d1cc58706 (diff) |
INTEGRATION: CWS awtfixes1 (1.6.118); FILE MERGED
2007/07/13 17:43:52 mmeeks 1.6.118.1: Issue number: i#78291#
Submitted by: mmeeks
Reviewed by: fs
Add property introspection to awt/ wrappers.
Diffstat (limited to 'toolkit/source')
-rw-r--r-- | toolkit/source/awt/vclxcontainer.cxx | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/toolkit/source/awt/vclxcontainer.cxx b/toolkit/source/awt/vclxcontainer.cxx index ea6f6adb433d..d54d526ac28a 100644 --- a/toolkit/source/awt/vclxcontainer.cxx +++ b/toolkit/source/awt/vclxcontainer.cxx @@ -4,9 +4,9 @@ * * $RCSfile: vclxcontainer.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: obo $ $Date: 2006-09-16 12:13:10 $ + * last change: $Author: ihi $ $Date: 2008-01-14 12:56:32 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -50,6 +50,12 @@ // ---------------------------------------------------- // class VCLXContainer // ---------------------------------------------------- + +void VCLXContainer::ImplGetPropertyIds( std::list< sal_uInt16 > &rIds ) +{ + VCLXWindow::ImplGetPropertyIds( rIds ); +} + VCLXContainer::VCLXContainer() { } |