summaryrefslogtreecommitdiff
path: root/extensions/source/bibliography/bibcont.cxx
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2000-11-14 14:10:26 +0000
committerOliver Specht <os@openoffice.org>2000-11-14 14:10:26 +0000
commitf8b73548fa3600b7d248d5b3f353fe8e0a80ef66 (patch)
tree529417eef117482482695561a38bd95929540a69 /extensions/source/bibliography/bibcont.cxx
parentc2ebb344049f2cc6b7ced8d990482262059e72d1 (diff)
almost completely working again
Diffstat (limited to 'extensions/source/bibliography/bibcont.cxx')
-rw-r--r--extensions/source/bibliography/bibcont.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/source/bibliography/bibcont.cxx b/extensions/source/bibliography/bibcont.cxx
index d1de4d9a65c7..1b0fbda82035 100644
--- a/extensions/source/bibliography/bibcont.cxx
+++ b/extensions/source/bibliography/bibcont.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: bibcont.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: os $ $Date: 2000-11-14 11:06:35 $
+ * last change: $Author: os $ $Date: 2000-11-14 15:10:26 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -346,7 +346,7 @@ void BibBookContainer::createTopFrame(Window* pWin)
delete pTopWin;
}
pTopWin=new BibWindowContainer(this,pWin);
-
+ pTopWin->Show();
long nSize=pDatMan->getBeamerSize();
InsertItem(TOP_WINDOW, pTopWin, nSize, 1, 0, SWIB_PERCENTSIZE );