diff options
author | Andreas Bregas <ab@openoffice.org> | 2001-03-03 14:25:52 +0000 |
---|---|---|
committer | Andreas Bregas <ab@openoffice.org> | 2001-03-03 14:25:52 +0000 |
commit | 9e1d8ca835eae2c20d947818083897b80cde75ad (patch) | |
tree | 49434462421f6e161feb8c02d28fec775477c65b /basctl | |
parent | a1627abd8a25444bfce4b194788b947c6e40b753 (diff) |
ifndef _DLGEDITOR_ added
Diffstat (limited to 'basctl')
-rw-r--r-- | basctl/source/basicide/baside3.cxx | 6 |
1 files changed, 4 insertions, 2 deletions
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; |