From 9e1d8ca835eae2c20d947818083897b80cde75ad Mon Sep 17 00:00:00 2001 From: Andreas Bregas Date: Sat, 3 Mar 2001 14:25:52 +0000 Subject: ifndef _DLGEDITOR_ added --- basctl/source/basicide/baside3.cxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'basctl') diff --git a/basctl/source/basicide/baside3.cxx b/basctl/source/basicide/baside3.cxx index ac3a1b741895..89844d3b6d44 100644 --- a/basctl/source/basicide/baside3.cxx +++ b/basctl/source/basicide/baside3.cxx @@ -2,9 +2,9 @@ * * $RCSfile: baside3.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: ab $ $Date: 2001-03-03 15:08:22 $ + * last change: $Author: ab $ $Date: 2001-03-03 15:25:52 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -137,7 +137,9 @@ DialogWindow::DialogWindow( Window* pParent, VCSbxDialogRef aDialog, pEditor = new VCDlgEditor( GetBasic() ); pEditor->SetWindow( this ); +#ifndef _DLGEDITOR_ pEditor->SetVCSbxForm( pDialog ); +#endif // Undo einrichten pUndoMgr = new SfxUndoManager; -- cgit