summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-09 12:45:10 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-14 12:31:59 +0200
commitb1b05309835474f025dc647eeba6945030e30b55 (patch)
tree2c81227087ed0fc921bc809fbe918d5bf607b99f
parent2ada2b33757518891e002cd9372c6aa0c85b0a3f (diff)
typo: independend -> independent
-rw-r--r--framework/source/services/autorecovery.cxx2
-rw-r--r--reportbuilder/java/org/libreoffice/report/pentaho/StarReportDataFactory.java2
-rw-r--r--sal/osl/unx/file_url.cxx2
-rw-r--r--udkapi/com/sun/star/io/XInputStreamProvider.idl2
-rw-r--r--vcl/generic/print/genprnpsp.cxx2
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 {
<p>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.</p>
+ are completely independent from each other.</p>
*/
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