diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-01-28 13:22:37 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-01-28 13:22:37 +0000 |
commit | 2b3228c3f42396f0273cab0f81b25b6efbd60ff1 (patch) | |
tree | 400ee7ae22c5ab87fa9b88ed4aa5808efd1b0a82 | |
parent | 487a7c8e6e1174f8057767315505c635e5707b71 (diff) |
INTEGRATION: CWS filtercfg (1.27.50); FILE MERGED
2003/08/21 11:14:21 as 1.27.50.1: #102620# remove code for ArgumentAnalyzer, Plugin ...; restructure include dirs; establish new shared loader source
-rw-r--r-- | framework/inc/services/frame.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/framework/inc/services/frame.hxx b/framework/inc/services/frame.hxx index 9863d37d2d81..4927ca122a90 100644 --- a/framework/inc/services/frame.hxx +++ b/framework/inc/services/frame.hxx @@ -2,9 +2,9 @@ * * $RCSfile: frame.hxx,v $ * - * $Revision: 1.27 $ + * $Revision: 1.28 $ * - * last change: $Author: hr $ $Date: 2003-03-25 18:19:51 $ + * last change: $Author: kz $ $Date: 2004-01-28 14:22:37 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -582,7 +582,6 @@ class Frame : // interfaces protected: - sal_Bool m_bIsPlugIn ; /// In objects of these class this member is set to FALSE. But in derived class PlugInFrame it's overwritten with TRUE! FrameContainer m_aChildFrameContainer ; /// array of child frames inline css::uno::Reference< css::lang::XMultiServiceFactory > impl_getFactory() |