summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell/docsh2.cxx
diff options
context:
space:
mode:
authorNiklas Nebel <nn@openoffice.org>2001-04-20 10:54:43 +0000
committerNiklas Nebel <nn@openoffice.org>2001-04-20 10:54:43 +0000
commit2862157312e7c98ca2cc8e46eacfb4bc4f1da335 (patch)
tree20e4f96af275c63cafd1137f68d57152ba756025 /sc/source/ui/docshell/docsh2.cxx
parentde05e3e80b3410cc0826ee2cd8cd7f3551a8840e (diff)
#85250# removed unnecessary GetStorage call in InitNew
Diffstat (limited to 'sc/source/ui/docshell/docsh2.cxx')
-rw-r--r--sc/source/ui/docshell/docsh2.cxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/sc/source/ui/docshell/docsh2.cxx b/sc/source/ui/docshell/docsh2.cxx
index bd2627c15e09..1f0632bcd31e 100644
--- a/sc/source/ui/docshell/docsh2.cxx
+++ b/sc/source/ui/docshell/docsh2.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: docsh2.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: nn $ $Date: 2001-04-06 14:37:54 $
+ * last change: $Author: nn $ $Date: 2001-04-20 11:54:43 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -355,9 +355,6 @@ BOOL __EXPORT ScDocShell::InitNew( SvStorage * pStor )
// zusaetzliche Tabellen werden von der ersten View angelegt,
// wenn bIsEmpty dann noch TRUE ist
- if ( !pStor )
- pStor = GetStorage();
-
if( bRet )
{
Size aSize( (long) ( STD_COL_WIDTH * HMM_PER_TWIPS * OLE_STD_CELLS_X ),