summaryrefslogtreecommitdiff
path: root/tools/bootstrp/rscdep.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tools/bootstrp/rscdep.cxx')
-rw-r--r--tools/bootstrp/rscdep.cxx20
1 files changed, 10 insertions, 10 deletions
diff --git a/tools/bootstrp/rscdep.cxx b/tools/bootstrp/rscdep.cxx
index e71de7bd0952..b7cc7b25bac8 100644
--- a/tools/bootstrp/rscdep.cxx
+++ b/tools/bootstrp/rscdep.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
@@ -46,7 +46,7 @@
#include "cppdep.hxx"
-#if defined WNT
+#if defined WNT
#if !defined HAVE_GETOPT
#define __STDC__ 1
#define __GNU_LIBRARY__
@@ -60,12 +60,12 @@ class RscHrcDep : public CppDep
{
public:
RscHrcDep();
- virtual ~RscHrcDep();
+ virtual ~RscHrcDep();
- virtual void Execute();
+ virtual void Execute();
};
-RscHrcDep::RscHrcDep() :
+RscHrcDep::RscHrcDep() :
CppDep()
{
}
@@ -92,11 +92,11 @@ SAL_IMPLEMENT_MAIN_WITH_ARGS( argc, argv )
BOOL bSource = FALSE;
ByteString aRespArg;
// who needs anything but '/' ?
-// String aDelim = String(DirEntry::GetAccessDelimiter());
+// String aDelim = String(DirEntry::GetAccessDelimiter());
String aDelim = '/';
RscHrcDep *pDep = new RscHrcDep;
-
+
pOutputFileName[0] = 0;
pSrsFileName[0] = 0;
@@ -220,9 +220,9 @@ SAL_IMPLEMENT_MAIN_WITH_ARGS( argc, argv )
DirEntry aEntry(".");
aEntry.ToAbs();
-// String aCwd = aEntry.GetName();
+// String aCwd = aEntry.GetName();
String aCwd(pFileNamePrefix, gsl_getSystemTextEncoding());
-/* USHORT nPos;
+/* USHORT nPos;
#ifndef UNX
while ( (nPos = aCwd.Search('\\') != STRING_NOTFOUND ))
#else
@@ -260,7 +260,7 @@ SAL_IMPLEMENT_MAIN_WITH_ARGS( argc, argv )
{
if (!bSource )
{
- aString += ByteString(" " );
+ aString += ByteString(" " );
aString += ByteString( argv[optind]);
pDep->AddSource( argv[optind++]);
}