From b1b05309835474f025dc647eeba6945030e30b55 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Wed, 9 Apr 2014 12:45:10 +0200 Subject: typo: independend -> independent --- framework/source/services/autorecovery.cxx | 2 +- .../java/org/libreoffice/report/pentaho/StarReportDataFactory.java | 2 +- sal/osl/unx/file_url.cxx | 2 +- udkapi/com/sun/star/io/XInputStreamProvider.idl | 2 +- vcl/generic/print/genprnpsp.cxx | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/framework/source/services/autorecovery.cxx b/framework/source/services/autorecovery.cxx index cba5dd5a347c..2b53e6d49b48 100644 --- a/framework/source/services/autorecovery.cxx +++ b/framework/source/services/autorecovery.cxx @@ -1354,7 +1354,7 @@ void SAL_CALL AutoRecovery::dispatch(const css::util::URL& } // disable/enable AutoSave for this office session only - // independend from the configuration entry. + // independent from the configuration entry. if ((eNewJob & AutoRecovery::E_SET_AUTOSAVE_STATE) == AutoRecovery::E_SET_AUTOSAVE_STATE) { bool bOn = lArgs.getUnpackedValueOrDefault(PROP_AUTOSAVE_STATE, sal_True); diff --git a/reportbuilder/java/org/libreoffice/report/pentaho/StarReportDataFactory.java b/reportbuilder/java/org/libreoffice/report/pentaho/StarReportDataFactory.java index fd7114aa4bdb..c1c6c235483f 100644 --- a/reportbuilder/java/org/libreoffice/report/pentaho/StarReportDataFactory.java +++ b/reportbuilder/java/org/libreoffice/report/pentaho/StarReportDataFactory.java @@ -91,7 +91,7 @@ public class StarReportDataFactory implements ReportDataFactory, Cloneable } /** - * Derives a freshly initialized report data factory, which is independend of + * Derives a freshly initialized report data factory, which is independent of * the original data factory. Opening or Closing one data factory must not * affect the other factories. * diff --git a/sal/osl/unx/file_url.cxx b/sal/osl/unx/file_url.cxx index c189a8b6934a..dc3bf8eba396 100644 --- a/sal/osl/unx/file_url.cxx +++ b/sal/osl/unx/file_url.cxx @@ -49,7 +49,7 @@ This file contains the part that handles File URLs. File URLs as scheme specific notion of URIs - (RFC2396) may be handled platform independend, but + (RFC2396) may be handled platform independent, but will not in osl which is considered wrong. Future version of osl should handle File URLs this way. In rtl/uri there is already an URI parser etc. diff --git a/udkapi/com/sun/star/io/XInputStreamProvider.idl b/udkapi/com/sun/star/io/XInputStreamProvider.idl index 54a54b832209..902157d64ca2 100644 --- a/udkapi/com/sun/star/io/XInputStreamProvider.idl +++ b/udkapi/com/sun/star/io/XInputStreamProvider.idl @@ -30,7 +30,7 @@ module com { module sun { module star { module io {

Every time createInputStream() is called a new input stream is returned, always pointing to the begin of the same data. All input streams returned by createInputStream() - are completely independend from each other.

+ are completely independent from each other.

*/ published interface XInputStreamProvider : com::sun::star::uno::XInterface { diff --git a/vcl/generic/print/genprnpsp.cxx b/vcl/generic/print/genprnpsp.cxx index f7e5a8646f83..c1331d2fe801 100644 --- a/vcl/generic/print/genprnpsp.cxx +++ b/vcl/generic/print/genprnpsp.cxx @@ -571,7 +571,7 @@ bool PspSalInfoPrinter::Setup( SalFrame* pFrame, ImplJobSetup* pJobSetup ) } // This function gets the driver data and puts it into pJobSetup -// If pJobSetup->mpDriverData is NOT NULL, then the independend +// If pJobSetup->mpDriverData is NOT NULL, then the independent // data should be merged into the driver data // If pJobSetup->mpDriverData IS NULL, then the driver defaults // should be merged into the independent data -- cgit v1.2.3