Kaydet (Commit) b1b05309 authored tarafından Thomas Arnhold's avatar Thomas Arnhold

typo: independend -> independent

üst 2ada2b33
......@@ -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);
......
......@@ -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.
*
......
......@@ -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.
......
......@@ -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
{
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment