[Libreoffice-commits] .: toolkit/source
Joseph Powers
jpowers at kemper.freedesktop.org
Tue Feb 8 21:56:01 PST 2011
toolkit/source/controls/unocontrolcontainer.cxx | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
New commits:
commit ab3d78a5aee9dfb82a0fdca2afe9197597953198
Author: Joseph Powers <jpowers27 at cox.net>
Date: Tue Feb 8 21:55:56 2011 -0800
Remove a comment out DECLARE_LIST
The easyiest type.
diff --git a/toolkit/source/controls/unocontrolcontainer.cxx b/toolkit/source/controls/unocontrolcontainer.cxx
index 0ef6797..a7e13f8 100644
--- a/toolkit/source/controls/unocontrolcontainer.cxx
+++ b/toolkit/source/controls/unocontrolcontainer.cxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -75,8 +75,6 @@ public:
inline const uno::Reference< awt::XControl >& getControl() const { return mxControl; }
};
-//DECLARE_LIST( UnoControlHolderList, UnoControlHolder* );
-
class UnoControlHolderList
{
public:
@@ -643,7 +641,7 @@ void UnoControlContainer::impl_createControlPeerIfNecessary( const uno::Referenc
// if the container already has a peer, then also create a peer for the control
uno::Reference< awt::XWindowPeer > xMyPeer( getPeer() );
-
+
if( xMyPeer.is() )
{
_rxControl->createPeer( NULL, xMyPeer );
More information about the Libreoffice-commits
mailing list