summaryrefslogtreecommitdiff
path: root/configmgr/source
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-10-19 11:16:02 +0000
committerRüdiger Timm <rt@openoffice.org>2005-10-19 11:16:02 +0000
commit0b391a7a3c00a5cde42b2d26be6b51025e3c5ee7 (patch)
tree2e69c9e077d3dff3d59475f5769a072f8392fd55 /configmgr/source
parentb191ca4149ba6f25164d39e109e2043097fd8b3b (diff)
INTEGRATION: CWS cov2src (1.5.14); FILE MERGED
2005/10/18 08:10:27 rt 1.5.14.1: #126234# Join MWS COV680 m4 into SRC680
Diffstat (limited to 'configmgr/source')
-rw-r--r--configmgr/source/backend/binarywriter.hxx12
1 files changed, 3 insertions, 9 deletions
diff --git a/configmgr/source/backend/binarywriter.hxx b/configmgr/source/backend/binarywriter.hxx
index f600380619ec..cb7f196b71ea 100644
--- a/configmgr/source/backend/binarywriter.hxx
+++ b/configmgr/source/backend/binarywriter.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: binarywriter.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 03:27:49 $
+ * last change: $Author: rt $ $Date: 2005-10-19 12:16:02 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -39,10 +39,6 @@
#include <rtl/ustring.hxx>
#endif
-#ifndef _OSL_FILE_HXX_
-#include <osl/file.hxx>
-#endif
-
#ifndef _COM_SUN_STAR_UNO_ANY_HXX_
#include <com/sun/star/uno/Any.hxx>
#endif
@@ -74,9 +70,7 @@ namespace configmgr
class BinaryWriter
{
- rtl::OUString m_aFileURL;
- osl::File* m_pFileOut;
-
+ rtl::OUString m_aFileURL;
uno::Reference<lang::XMultiServiceFactory> m_xServiceProvider;
uno::Reference< io::XDataOutputStream > m_xDataOutputStream;