diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-09 12:44:22 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-14 12:31:58 +0200 |
commit | 2ada2b33757518891e002cd9372c6aa0c85b0a3f (patch) | |
tree | 5a30d3e74a0ab663a3438520e99da90dd18b26b9 | |
parent | c8e94ffb8cc8bedf7a572ca12931caa999733799 (diff) |
typo: dependend -> dependent
25 files changed, 34 insertions, 34 deletions
diff --git a/cui/source/customize/acccfg.cxx b/cui/source/customize/acccfg.cxx index 9681e3225410..398fe7fc4aa0 100644 --- a/cui/source/customize/acccfg.cxx +++ b/cui/source/customize/acccfg.cxx @@ -1444,7 +1444,7 @@ void SfxAcceleratorConfigPage::Reset( const SfxItemSet& rSet ) InitAccCfg(); // change the description of the radio button, which switch to the module - // dependend accelerator configuration + // dependent accelerator configuration OUString sButtonText = m_pModuleButton->GetText(); sButtonText = sButtonText.replaceFirst("$(MODULE)", m_sModuleUIName); m_pModuleButton->SetText(sButtonText); diff --git a/dbaccess/source/ui/control/FieldDescControl.cxx b/dbaccess/source/ui/control/FieldDescControl.cxx index 75397a1fcc13..a46f975d3ac8 100644 --- a/dbaccess/source/ui/control/FieldDescControl.cxx +++ b/dbaccess/source/ui/control/FieldDescControl.cxx @@ -249,7 +249,7 @@ OUString OFieldDescControl::BoolStringPersistent(const OUString& rUIString) cons OUString OFieldDescControl::BoolStringUI(const OUString& rPersistentString) const { - // Older versions may store a language dependend string as a default + // Older versions may store a language dependent string as a default if (rPersistentString == aYes || rPersistentString == aNo) return rPersistentString; diff --git a/dtrans/source/win32/dnd/target.cxx b/dtrans/source/win32/dnd/target.cxx index 4f52e540d07c..74adbbb10a32 100644 --- a/dtrans/source/win32/dnd/target.cxx +++ b/dtrans/source/win32/dnd/target.cxx @@ -608,7 +608,7 @@ void DropTarget::_rejectDrag( const Reference<XDropTargetDragContext>& context) } } -// This function determines the action dependend on the pressed +// This function determines the action dependent on the pressed // key modifiers ( CTRL, SHIFT, ALT, Right Mouse Button). The result // is then checked against the allowed actions which can be set through // XDropTarget::setDefaultActions. Only those values which are also diff --git a/dtrans/source/win32/dnd/target.hxx b/dtrans/source/win32/dnd/target.hxx index 37772ac1f4e1..6216213eedbb 100644 --- a/dtrans/source/win32/dnd/target.hxx +++ b/dtrans/source/win32/dnd/target.hxx @@ -170,7 +170,7 @@ public: void _rejectDrag( const Reference<XDropTargetDragContext>& context); protected: - // Gets the current action dependend on the pressed modifiers, the effects + // Gets the current action dependent on the pressed modifiers, the effects // supported by the drop source (IDropSource) and the default actions of the // drop target (XDropTarget, this class)) inline sal_Int8 getFilteredActions( DWORD grfKeyState, DWORD sourceActions); diff --git a/filter/source/msfilter/msdffimp.cxx b/filter/source/msfilter/msdffimp.cxx index 574cfb7bbbec..d7d6ba8ea11d 100644 --- a/filter/source/msfilter/msdffimp.cxx +++ b/filter/source/msfilter/msdffimp.cxx @@ -6501,7 +6501,7 @@ bool SvxMSDffManager::MakeContentStream( SotStorage * pStor, const GDIMetaFile & Impl_OlePres aEle( FORMAT_GDIMETAFILE ); // Convert the size in 1/100 mm - // If a not applicable MapUnit (device dependend) is used, + // If a not applicable MapUnit (device dependent) is used, // SV tries to guess a best match for the right value Size aSize = rMtf.GetPrefSize(); MapMode aMMSrc = rMtf.GetPrefMapMode(); diff --git a/filter/source/xslt/odf2xhtml/export/xhtml/body.xsl b/filter/source/xslt/odf2xhtml/export/xhtml/body.xsl index 2dada31591ad..466b5172225f 100644 --- a/filter/source/xslt/odf2xhtml/export/xhtml/body.xsl +++ b/filter/source/xslt/odf2xhtml/export/xhtml/body.xsl @@ -2766,7 +2766,7 @@ </xsl:template> - <!-- Hidden text dependend on Office variables: + <!-- Hidden text dependent on Office variables: The text is not shown, if condition is 'true'. Implemented solely for conditons as '<VARIABLE>==0' or '<VARIABLE>==1' --> diff --git a/framework/qa/complex/framework/recovery/RecoveryTest.java b/framework/qa/complex/framework/recovery/RecoveryTest.java index 46656ab2ba02..836da40bb89d 100644 --- a/framework/qa/complex/framework/recovery/RecoveryTest.java +++ b/framework/qa/complex/framework/recovery/RecoveryTest.java @@ -409,7 +409,7 @@ public class RecoveryTest extends ComplexTestCase { /** * This function uses accessibility to handle the dialog "Are you sure". - * It click "Yes" or "No", dependend on the value of the parameter <CODE>Yes</CODE> + * It click "Yes" or "No", dependent on the value of the parameter <CODE>Yes</CODE> * @param yes If value is <CODE>TRUE</CODE> the button "Yes" was clicked, otherwise the button * "No". */ diff --git a/framework/source/accelerators/moduleacceleratorconfiguration.cxx b/framework/source/accelerators/moduleacceleratorconfiguration.cxx index cc51e0138d94..882070991e51 100644 --- a/framework/source/accelerators/moduleacceleratorconfiguration.cxx +++ b/framework/source/accelerators/moduleacceleratorconfiguration.cxx @@ -44,7 +44,7 @@ namespace { /** implements a read/write access to a module - dependend accelerator configuration. + dependent accelerator configuration. */ typedef ::cppu::ImplInheritanceHelper1< XCUBasedAcceleratorConfiguration, @@ -123,7 +123,7 @@ ModuleAcceleratorConfiguration::ModuleAcceleratorConfiguration( if (m_sModule.isEmpty()) throw css::uno::RuntimeException( - OUString("The module dependend accelerator configuration service was initialized with an empty module identifier!"), + OUString("The module dependent accelerator configuration service was initialized with an empty module identifier!"), static_cast< ::cppu::OWeakObject* >(this)); } diff --git a/framework/source/inc/accelerators/presethandler.hxx b/framework/source/inc/accelerators/presethandler.hxx index 31bf59874cfa..acd0cd46de27 100644 --- a/framework/source/inc/accelerators/presethandler.hxx +++ b/framework/source/inc/accelerators/presethandler.hxx @@ -69,7 +69,7 @@ class PresetHandler /** @short this handler can provide different types of configuration. - @descr Means: a global or a module dependend + @descr Means: a global or a module dependent or ... configuration. */ enum EConfigType @@ -126,7 +126,7 @@ class PresetHandler OUString m_sResourceType; /** @short specify the application module for a module - dependend configuration. + dependent configuration. @descr Will be used only, if m_sResourceType is set to "module". Further it must be a valid module identifier @@ -261,13 +261,13 @@ class PresetHandler work on a new type of configuration sets. @param eConfigType - differ between global or module dependend configuration. + differ between global or module dependent configuration. @param sResourceType differ between menubar/toolbar/accelerator/... configuration. @param sModule - if sResourceType is set to a module dependend configuration, + if sResourceType is set to a module dependent configuration, it address the current application module. @param xDocumentRoot diff --git a/framework/source/services/substitutepathvars.cxx b/framework/source/services/substitutepathvars.cxx index b780ad18421d..c3cb4da84124 100644 --- a/framework/source/services/substitutepathvars.cxx +++ b/framework/source/services/substitutepathvars.cxx @@ -837,7 +837,7 @@ OUString SubstitutePathVariables::GetWorkVariableValue() const boost::optional<OUString> x(officecfg::Office::Paths::Variables::Work::get(m_xContext)); if (!x) { - // fallback to $HOME in case platform dependend config layer does not return + // fallback to $HOME in case platform dependent config layer does not return // an usuable work dir value. osl::Security aSecurity; aSecurity.getHomeDir( aWorkPath ); diff --git a/include/osl/file.h b/include/osl/file.h index e092eb2b6d97..9af5aa7568f6 100644 --- a/include/osl/file.h +++ b/include/osl/file.h @@ -1398,7 +1398,7 @@ SAL_DLLPUBLIC oslFileError SAL_CALL osl_getAbsoluteFileURL( rtl_uString **ppustrAbsoluteFileURL ); -/** Convert a system dependend path into a file URL. +/** Convert a system dependent path into a file URL. @param pustrSystemPath [in] A System dependent path of a file or directory. @@ -1424,7 +1424,7 @@ SAL_DLLPUBLIC oslFileError SAL_CALL osl_getFileURLFromSystemPath( @param pustrSearchPath [in] A list of system paths, in which a given file has to be searched. The Notation of a path list is - system dependend, e.g. on UNIX system "/usr/bin:/bin" and on Windows "C:\BIN;C:\BATCH". + system dependent, e.g. on UNIX system "/usr/bin:/bin" and on Windows "C:\BIN;C:\BATCH". These paths are only for the search of a file or a relative path, otherwise it will be ignored. If pustrSearchPath is NULL or while using the search path the search failed, the function searches for a matching file in all system directories and in the directories listed in the PATH environment @@ -1449,7 +1449,7 @@ SAL_DLLPUBLIC oslFileError SAL_CALL osl_searchFileURL( rtl_uString *pustrFileName, rtl_uString *pustrSearchPath, rtl_uString **ppustrFileURL ); -/** Convert a file URL into a system dependend path. +/** Convert a file URL into a system dependent path. @param pustrFileURL [in] A File URL. diff --git a/include/osl/file.hxx b/include/osl/file.hxx index a53e3d77555f..a797da0e6c3f 100644 --- a/include/osl/file.hxx +++ b/include/osl/file.hxx @@ -170,7 +170,7 @@ public: return static_cast< RC >( osl_getAbsoluteFileURL( ustrBaseDirectoryURL.pData, ustrRelativeFileURL.pData, &ustrAbsoluteFileURL.pData ) ); } - /** Convert a file URL into a system dependend path. + /** Convert a file URL into a system dependent path. @param ustrFileURL [in] A File URL. @@ -190,7 +190,7 @@ public: return static_cast< RC >( osl_getSystemPathFromFileURL( ustrFileURL.pData, &ustrSystemPath.pData ) ); } - /** Convert a system dependend path into a file URL. + /** Convert a system dependent path into a file URL. @param ustrSystemPath [in] A System dependent path of a file or directory. @@ -217,7 +217,7 @@ public: @param ustrSearchPath [in] A list of system paths, in which a given file has to be searched. The Notation of a path list is - system dependend, e.g. on UNIX system "/usr/bin:/bin" and on Windows "C:\BIN;C:\BATCH". + system dependent, e.g. on UNIX system "/usr/bin:/bin" and on Windows "C:\BIN;C:\BATCH". These paths are only for the search of a file or a relative path, otherwise it will be ignored. If ustrSearchPath is NULL or while using the search path the search failed, the function searches for a matching file in all system directories and in the directories listed in the PATH environment diff --git a/odk/examples/DevelopersGuide/ProfUNO/Lifetime/MyUnoObject.java b/odk/examples/DevelopersGuide/ProfUNO/Lifetime/MyUnoObject.java index 1e2051a5a1b6..d5e828cf46e8 100644 --- a/odk/examples/DevelopersGuide/ProfUNO/Lifetime/MyUnoObject.java +++ b/odk/examples/DevelopersGuide/ProfUNO/Lifetime/MyUnoObject.java @@ -55,6 +55,6 @@ class MyUnoObject implements com.sun.star.uno.XInterface } System.out.println( "leaving" ); - // It is java VM dependend, whether the finalizer was called or not + // It is java VM dependent, whether the finalizer was called or not } } diff --git a/odk/examples/java/Inspector/XInstanceInspector.idl b/odk/examples/java/Inspector/XInstanceInspector.idl index 50b6bb6a0962..ca96a27e1c57 100644 --- a/odk/examples/java/Inspector/XInstanceInspector.idl +++ b/odk/examples/java/Inspector/XInstanceInspector.idl @@ -43,7 +43,7 @@ module org { module openoffice { interface XInstanceInspector { /** * For a given instance this method displays all services, interfaces, - * methods, attributes, and contents in a tree. All dependend + * methods, attributes, and contents in a tree. All dependent * instances are also inspected and displayed, so the user could browse * the tree. If you press the key "F1", the API-documentation from * www.openoffice.org for the current instance will be displayed in a diff --git a/odk/examples/java/Text/BookmarkInsertion.java b/odk/examples/java/Text/BookmarkInsertion.java index 71cadb4b0594..a8da58eae355 100644 --- a/odk/examples/java/Text/BookmarkInsertion.java +++ b/odk/examples/java/Text/BookmarkInsertion.java @@ -114,7 +114,7 @@ public class BookmarkInsertion { xDocMSF = UnoRuntime.queryInterface( com.sun.star.lang.XMultiServiceFactory.class, xTextDocument); - // the bookmark service is a context dependend service, you need + // the bookmark service is a context dependent service, you need // the MultiServiceFactory from the document Object xObject = xDocMSF.createInstance("com.sun.star.text.Bookmark"); diff --git a/odk/examples/java/Text/StyleCreation.java b/odk/examples/java/Text/StyleCreation.java index 4c9643514d24..966d942e9505 100644 --- a/odk/examples/java/Text/StyleCreation.java +++ b/odk/examples/java/Text/StyleCreation.java @@ -57,7 +57,7 @@ public class StyleCreation { com.sun.star.text.XTextDocument xTextDocument = null; xTextDocument = createTextdocument(xDesktop); - // the service '..ParagraphStyle' is context dependend, you need + // the service '..ParagraphStyle' is context dependent, you need // the multi service factory from the document to use the service com.sun.star.lang.XMultiServiceFactory xDocMSF = UnoRuntime.queryInterface( diff --git a/qadevOOo/runner/helper/OfficeProvider.java b/qadevOOo/runner/helper/OfficeProvider.java index c0e573d8c212..0ae6cb6dcef5 100644 --- a/qadevOOo/runner/helper/OfficeProvider.java +++ b/qadevOOo/runner/helper/OfficeProvider.java @@ -645,7 +645,7 @@ public class OfficeProvider implements AppProvider /** * converts directory without 'file:///' prefix. - * and System dependend file separator + * and System dependent file separator * @param dir * @return */ diff --git a/qadevOOo/runner/util/utils.java b/qadevOOo/runner/util/utils.java index 46a359d03012..580a20f243b7 100644 --- a/qadevOOo/runner/util/utils.java +++ b/qadevOOo/runner/util/utils.java @@ -402,7 +402,7 @@ public class utils { /** * Gets StarOffice temp directory without 'file:///' prefix. - * and System dependend file separator + * and System dependent file separator */ public static String getOfficeTempDirSys(XMultiServiceFactory msf) { diff --git a/sc/inc/chgtrack.hxx b/sc/inc/chgtrack.hxx index a4a7423bbcd8..8bc619e1eaa6 100644 --- a/sc/inc/chgtrack.hxx +++ b/sc/inc/chgtrack.hxx @@ -535,7 +535,7 @@ public: const OUString& aUser, const DateTime& aDateTime, const OUString &sComment, const ScChangeActionType eType, const SCsCOLROW nD, ScChangeTrack* pTrack); // only to use in the XML import - // which of nDx and nDy is set is dependend on the type + // which of nDx and nDy is set is dependent on the type // is the last in a row (or single) bool IsBaseDelete() const; diff --git a/scp2/macros/macro.pl b/scp2/macros/macro.pl index 3e7e415fe2a9..4221315f924d 100644 --- a/scp2/macros/macro.pl +++ b/scp2/macros/macro.pl @@ -272,7 +272,7 @@ sub args_require_build sub usage { - print STDERR "Generate language dependend macros use in *.scp files\n"; + print STDERR "Generate language dependent macros use in *.scp files\n"; print STDERR "perl $0 -o <outputfile> -c <config_stamp_file>\n"; exit 1; } diff --git a/sfx2/qa/complex/sfx2/tools/WriterHelper.java b/sfx2/qa/complex/sfx2/tools/WriterHelper.java index f431fde731ec..248d6494a3e6 100644 --- a/sfx2/qa/complex/sfx2/tools/WriterHelper.java +++ b/sfx2/qa/complex/sfx2/tools/WriterHelper.java @@ -79,7 +79,7 @@ public class WriterHelper { private XTextDocument xLocalDoc = null; /** a TextDocument is opened by pressing a button in a dialog given by uno-URL * @param url the uno-URL of the dialog to be opened - * @param createButton the language dependend label of the button to be pressed + * @param createButton the language dependent label of the button to be pressed * @param destroyLocal if true the document that has been opened to dispatch the dialog is closed before the method returns, * otherwise this document remains open * @return returns the created Textdocument diff --git a/svgio/inc/svgio/svgreader/svgtools.hxx b/svgio/inc/svgio/svgreader/svgtools.hxx index cd9ba053ffb3..8da721cf7894 100644 --- a/svgio/inc/svgio/svgreader/svgtools.hxx +++ b/svgio/inc/svgio/svgreader/svgtools.hxx @@ -37,7 +37,7 @@ namespace svgio void myAssert(const OUString& rMessage); #endif -// recommended value for this devise dependend unit, see CSS2 section 4.3.2 Lengths +// recommended value for this devise dependent unit, see CSS2 section 4.3.2 Lengths #define F_SVG_PIXEL_PER_INCH 90.0 // common non-token strings diff --git a/sw/source/core/para/paratr.cxx b/sw/source/core/para/paratr.cxx index 415766c7c15e..d0b84af303a1 100644 --- a/sw/source/core/para/paratr.cxx +++ b/sw/source/core/para/paratr.cxx @@ -94,7 +94,7 @@ void SwFmtDrop::Modify( const SfxPoolItem*, const SfxPoolItem * ) else if( pDefinedIn->GetDepends() && !pDefinedIn->IsModifyLocked() ) { - // Notify those who are dependend on the format on our own. + // Notify those who are dependent on the format on our own. // The format itself wouldn't pass on the notify as it does not get past the check. pDefinedIn->ModifyBroadcast( this, this ); } diff --git a/toolkit/source/awt/vclxtoolkit.cxx b/toolkit/source/awt/vclxtoolkit.cxx index 695f8b1698cf..c7bf2257924b 100644 --- a/toolkit/source/awt/vclxtoolkit.cxx +++ b/toolkit/source/awt/vclxtoolkit.cxx @@ -1198,7 +1198,7 @@ css::uno::Reference< css::awt::XWindowPeer > VCLXToolkit::ImplCreateWindow( { VCLXWindow* pParentComponent = VCLXWindow::GetImplementation( rDescriptor.Parent ); - // #103939# Don't throw assertion, may be it's a system dependend window, used in ImplCreateWindow. + // #103939# Don't throw assertion, may be it's a system dependent window, used in ImplCreateWindow. // DBG_ASSERT( pParentComponent, "ParentComponent not valid" ); if ( pParentComponent ) diff --git a/vcl/win/source/gdi/salgdi3.cxx b/vcl/win/source/gdi/salgdi3.cxx index 1154967df349..dcc29cbe21e0 100644 --- a/vcl/win/source/gdi/salgdi3.cxx +++ b/vcl/win/source/gdi/salgdi3.cxx @@ -1617,7 +1617,7 @@ void WinSalGraphics::GetFontMetric( ImplFontMetricData* pMetric, int nFallbackLe pMetric->SetItalic(aWinMetric.tmItalic ? ITALIC_NORMAL : ITALIC_NONE); pMetric->mnSlant = 0; - // device dependend font attributes + // device dependent font attributes pMetric->mbDevice = (aWinMetric.tmPitchAndFamily & TMPF_DEVICE) != 0; pMetric->mbScalableFont = (aWinMetric.tmPitchAndFamily & (TMPF_VECTOR|TMPF_TRUETYPE)) != 0; if( pMetric->mbScalableFont ) @@ -1635,7 +1635,7 @@ void WinSalGraphics::GetFontMetric( ImplFontMetricData* pMetric, int nFallbackLe pMetric->mbKernableFont = false; } - // transformation dependend font metrics + // transformation dependent font metrics pMetric->mnWidth = static_cast<int>( mfFontScale[nFallbackLevel] * aWinMetric.tmAveCharWidth ); pMetric->mnIntLeading = static_cast<int>( mfFontScale[nFallbackLevel] * aWinMetric.tmInternalLeading ); pMetric->mnExtLeading = static_cast<int>( mfFontScale[nFallbackLevel] * aWinMetric.tmExternalLeading ); |