summaryrefslogtreecommitdiff
path: root/basctl
diff options
context:
space:
mode:
authorAndreas Bregas <ab@openoffice.org>2001-03-03 14:25:52 +0000
committerAndreas Bregas <ab@openoffice.org>2001-03-03 14:25:52 +0000
commit9e1d8ca835eae2c20d947818083897b80cde75ad (patch)
tree49434462421f6e161feb8c02d28fec775477c65b /basctl
parenta1627abd8a25444bfce4b194788b947c6e40b753 (diff)
ifndef _DLGEDITOR_ added
Diffstat (limited to 'basctl')
-rw-r--r--basctl/source/basicide/baside3.cxx6
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;