summaryrefslogtreecommitdiff
path: root/vcl/generic/fontmanager/fontcache.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/generic/fontmanager/fontcache.cxx')
-rw-r--r--vcl/generic/fontmanager/fontcache.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/vcl/generic/fontmanager/fontcache.cxx b/vcl/generic/fontmanager/fontcache.cxx
index ea5b443cc0a3..8a0f809ff5d9 100644
--- a/vcl/generic/fontmanager/fontcache.cxx
+++ b/vcl/generic/fontmanager/fontcache.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#include <cstdlib>
#include <cstring>
@@ -45,7 +44,6 @@ using namespace std;
using namespace psp;
using namespace utl;
-
/*
* FontCache constructor
*/
@@ -247,7 +245,6 @@ void FontCache::read()
return;
}
-
OString aLine;
aStream.ReadLine( aLine );
if ( !(aLine == CACHE_MAGIC) )