diff options
author | Frank Schönheit <fs@openoffice.org> | 2002-05-08 05:48:40 +0000 |
---|---|---|
committer | Frank Schönheit <fs@openoffice.org> | 2002-05-08 05:48:40 +0000 |
commit | ad7b7796eac59bef972cbea815692e009f83de0b (patch) | |
tree | 4c4c59793921349cbb18cf55dec6f60484ae3721 /svx/source/form/fmexch.cxx | |
parent | 269ff0f2b2a8fbec7bb0cb653a1ed26a42375b19 (diff) |
#98725# no shell, no page anymore, instead the root of the form component tree
Diffstat (limited to 'svx/source/form/fmexch.cxx')
-rw-r--r-- | svx/source/form/fmexch.cxx | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/svx/source/form/fmexch.cxx b/svx/source/form/fmexch.cxx index 00fde7154c92..f0eef4b6e9d7 100644 --- a/svx/source/form/fmexch.cxx +++ b/svx/source/form/fmexch.cxx @@ -2,9 +2,9 @@ * * $RCSfile: fmexch.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: hr $ $Date: 2001-08-14 15:02:22 $ + * last change: $Author: fs $ $Date: 2002-05-08 06:48:40 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -140,16 +140,12 @@ namespace svxform //-------------------------------------------------------------------- OControlExchange::OControlExchange( ) :m_pFocusEntry(NULL) - ,m_pShell(NULL) - ,m_pPage(NULL) { } //-------------------------------------------------------------------- OControlExchange::OControlExchange( SvLBoxEntry* _pFocusEntry ) :m_pFocusEntry(_pFocusEntry) - ,m_pShell(NULL) - ,m_pPage(NULL) { } |