diff options
author | Philipp Riemer <ruderphilipp@gmail.com> | 2013-05-06 20:07:23 +0200 |
---|---|---|
committer | Philipp Riemer <ruderphilipp@gmail.com> | 2013-05-06 20:07:23 +0200 |
commit | 2ce25faffd3ac3767aa52f8d7c71591d9043e3ad (patch) | |
tree | c43eb54c32924b919ad2ad7e653d0eaa47800d39 /framework | |
parent | 928d86d8a26af86d19b1c1cbcbb512494bf366dd (diff) |
fix typos (wich instead of which)
Diffstat (limited to 'framework')
-rw-r--r-- | framework/inc/helper/persistentwindowstate.hxx | 2 | ||||
-rw-r--r-- | framework/inc/helper/titlebarupdate.hxx | 2 | ||||
-rw-r--r-- | framework/inc/macros/debug/assertion.hxx | 2 | ||||
-rw-r--r-- | framework/qa/complex/XUserInputInterception/EventTest.java | 4 | ||||
-rw-r--r-- | framework/qa/complex/framework/recovery/RecoveryTools.java | 2 | ||||
-rw-r--r-- | framework/source/dispatch/mailtodispatcher.cxx | 2 | ||||
-rw-r--r-- | framework/source/dispatch/servicehandler.cxx | 2 |
7 files changed, 8 insertions, 8 deletions
diff --git a/framework/inc/helper/persistentwindowstate.hxx b/framework/inc/helper/persistentwindowstate.hxx index a2f680ca5e93..e2af1bd0db2f 100644 --- a/framework/inc/helper/persistentwindowstate.hxx +++ b/framework/inc/helper/persistentwindowstate.hxx @@ -121,7 +121,7 @@ class PersistentWindowState : // interfaces needed to create needed uno resources. @param xFrame - contains the component, wich must be identified. + contains the component, which must be identified. @return [string] a module identifier for the current frame component. diff --git a/framework/inc/helper/titlebarupdate.hxx b/framework/inc/helper/titlebarupdate.hxx index 47e96470f7a4..b6ac8255951e 100644 --- a/framework/inc/helper/titlebarupdate.hxx +++ b/framework/inc/helper/titlebarupdate.hxx @@ -139,7 +139,7 @@ class TitleBarUpdate : // interfaces of our frame. @param xFrame - contains the component, wich must be identified. + contains the component, which must be identified. @param rInfo describe the module in its details. diff --git a/framework/inc/macros/debug/assertion.hxx b/framework/inc/macros/debug/assertion.hxx index e650288fa956..4f2a413f9941 100644 --- a/framework/inc/macros/debug/assertion.hxx +++ b/framework/inc/macros/debug/assertion.hxx @@ -33,7 +33,7 @@ // 2) LOGFILE_ASSERTIONS use it to define the file name to log assertions if LOGTYPE=LOGTYPE_FILE... // 3) LOGFILE_WARNINGS use it to define the file name to log warnings if LOGTYPE=LOGTYPE_FILE... // active for "non product": -// 4) LOG_ASSERT( BCONDITION, STEXT ) assert some critical errors wich depend from given condition +// 4) LOG_ASSERT( BCONDITION, STEXT ) assert some critical errors which depend from given condition // 4a) LOG_ASSERT2( BCONDITION, SMETHOD, STEXT ) same like 4) + additional location of error // 5) LOG_ERROR( SMETHOD, STEXT ) show errors without any condition // active for debug only! diff --git a/framework/qa/complex/XUserInputInterception/EventTest.java b/framework/qa/complex/XUserInputInterception/EventTest.java index debd3ee6012c..03ed3520bc8c 100644 --- a/framework/qa/complex/XUserInputInterception/EventTest.java +++ b/framework/qa/complex/XUserInputInterception/EventTest.java @@ -467,7 +467,7 @@ public class EventTest { /** * Creates an instacne of this class. The parameter <CODE>eType</CODE> represents - * the kind of event wich will be triggert at <CODE>run()</CODE> + * the kind of event which will be triggert at <CODE>run()</CODE> * @param model the model of a document * @param eType the kind of event which should be trigger */ @@ -478,7 +478,7 @@ public class EventTest { } /** - * Triggers the event wich is represented by <CODE>eventType</CODE> + * Triggers the event which is represented by <CODE>eventType</CODE> * The scenarios are: * <ul> * <li>EventTest.EventTriggerType.MOUSE_KLICK_INTO_DOC diff --git a/framework/qa/complex/framework/recovery/RecoveryTools.java b/framework/qa/complex/framework/recovery/RecoveryTools.java index 2355d114ec4a..060eb8eb75a2 100644 --- a/framework/qa/complex/framework/recovery/RecoveryTools.java +++ b/framework/qa/complex/framework/recovery/RecoveryTools.java @@ -272,7 +272,7 @@ public class RecoveryTools { * This function uses accessibility to handle modal dialogs like the * "Are you sure" dialog. * It clicks the named button given in parameter <CODE>buttonName</CODE> - * @param buttonName the name of the button wich should be clicked + * @param buttonName the name of the button which should be clicked */ public void handleModalDialog(XMultiServiceFactory xMSF, String buttonName) throws com.sun.star.accessibility.IllegalAccessibleComponentStateException diff --git a/framework/source/dispatch/mailtodispatcher.cxx b/framework/source/dispatch/mailtodispatcher.cxx index 016631d880da..2aed843aa7e8 100644 --- a/framework/source/dispatch/mailtodispatcher.cxx +++ b/framework/source/dispatch/mailtodispatcher.cxx @@ -98,7 +98,7 @@ MailToDispatcher::~MailToDispatcher() @short decide if this dispatch implementation can be used for requested URL or not @descr A protocol handler is registerd for an URL pattern inside configuration and will be asked by the generic dispatch mechanism inside framework, if he can handle this - special URL wich match his registration. He can agree by returning of a valid dispatch + special URL which match his registration. He can agree by returning of a valid dispatch instance or disagree by returning <NULL/>. We don't create new dispatch instances here realy - we return THIS as result to handle it at the same implementation. diff --git a/framework/source/dispatch/servicehandler.cxx b/framework/source/dispatch/servicehandler.cxx index 461ea3e92844..0f4a806ec0db 100644 --- a/framework/source/dispatch/servicehandler.cxx +++ b/framework/source/dispatch/servicehandler.cxx @@ -100,7 +100,7 @@ ServiceHandler::~ServiceHandler() @short decide if this dispatch implementation can be used for requested URL or not @descr A protocol handler is registerd for an URL pattern inside configuration and will be asked by the generic dispatch mechanism inside framework, if he can handle this - special URL wich match his registration. He can agree by returning of a valid dispatch + special URL which match his registration. He can agree by returning of a valid dispatch instance or disagree by returning <NULL/>. We don't create new dispatch instances here realy - we return THIS as result to handle it at the same implementation. |