summaryrefslogtreecommitdiffstats
path: root/shell/inc/internal/basereader.hxx
diff options
context:
space:
mode:
authorVladimir Glazunov <vg@openoffice.org>2010-02-17 10:32:35 +0100
committerVladimir Glazunov <vg@openoffice.org>2010-02-17 10:32:35 +0100
commitae517b62d906e0137f6af910343c402232a33126 (patch)
tree7e2f416222a7d1ab0043ec460c1937640c4de950 /shell/inc/internal/basereader.hxx
parentCWS-TOOLING: integrate CWS cbosdo01 (diff)
parentchangefileheader2: #i10000#: convert files with CR/LF characters to CR only (diff)
downloadcore-ae517b62d906e0137f6af910343c402232a33126.tar.gz
core-ae517b62d906e0137f6af910343c402232a33126.zip
CWS-TOOLING: integrate CWS changefileheader2
Diffstat (limited to 'shell/inc/internal/basereader.hxx')
-rw-r--r--shell/inc/internal/basereader.hxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/shell/inc/internal/basereader.hxx b/shell/inc/internal/basereader.hxx
index 4da8b7fa95be..fcdf1cdd7dff 100644
--- a/shell/inc/internal/basereader.hxx
+++ b/shell/inc/internal/basereader.hxx
@@ -2,13 +2,10 @@
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
- * Copyright 2008 by Sun Microsystems, Inc.
+ * Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
*
- * $RCSfile: basereader.hxx,v $
- * $Revision: 1.5 $
- *
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify
@@ -50,7 +47,7 @@ public:
protected: // protected because its only an implementation relevant class
CBaseReader( const std::string& DocumentName );
- CBaseReader( void* stream, zlib_filefunc_def* fa );
+ CBaseReader( void* stream, zlib_filefunc_def* fa );
virtual void start_document();