summaryrefslogtreecommitdiff
path: root/tools/source/stream/cachestr.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tools/source/stream/cachestr.cxx')
-rw-r--r--tools/source/stream/cachestr.cxx20
1 files changed, 10 insertions, 10 deletions
diff --git a/tools/source/stream/cachestr.cxx b/tools/source/stream/cachestr.cxx
index bd7bbccdde46..5c5d4bc273a7 100644
--- a/tools/source/stream/cachestr.cxx
+++ b/tools/source/stream/cachestr.cxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -49,10 +49,10 @@ SvCacheStream::SvCacheStream( ULONG nMaxMemSize )
if( !nMaxMemSize )
nMaxMemSize = 20480;
SvStream::bIsWritable = TRUE;
- nMaxSize = nMaxMemSize;
- bPersistent = FALSE;
- pSwapStream = 0;
- pCurrentStream = new SvMemoryStream( nMaxMemSize );
+ nMaxSize = nMaxMemSize;
+ bPersistent = FALSE;
+ pSwapStream = 0;
+ pCurrentStream = new SvMemoryStream( nMaxMemSize );
pTempFile = 0;
}
@@ -79,11 +79,11 @@ SvCacheStream::SvCacheStream( const String &rFileName,
nExpectedSize = 4096;
SvStream::bIsWritable = TRUE;
- nMaxSize = nMaxMemSize;
- bPersistent = TRUE;
- aFileName = rFileName;
- pSwapStream = 0;
- pCurrentStream = new SvMemoryStream( nExpectedSize );
+ nMaxSize = nMaxMemSize;
+ bPersistent = TRUE;
+ aFileName = rFileName;
+ pSwapStream = 0;
+ pCurrentStream = new SvMemoryStream( nExpectedSize );
pTempFile = 0;
}