summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-06-22 14:31:42 +0200
committerMichael Stahl <mstahl@redhat.com>2015-06-22 12:36:21 +0000
commitaade27554d427649810f5635133519cadfa8002f (patch)
tree7f87acd42d9b3821f969444cc0a65e8f27988503 /framework
parenteb0c9b43e7f09054a864eb44c24c43b27c0f21f5 (diff)
Fix typos
Change-Id: I60ed5eb658d50cbc7dc572facb5463b7527b4d9b Reviewed-on: https://gerrit.libreoffice.org/16408 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'framework')
-rw-r--r--framework/inc/helper/titlebarupdate.hxx2
-rw-r--r--framework/qa/complex/XUserInputInterception/EventTest.java2
-rw-r--r--framework/qa/complex/path_settings/PathSettingsTest.java2
-rw-r--r--framework/source/inc/pattern/frame.hxx4
4 files changed, 5 insertions, 5 deletions
diff --git a/framework/inc/helper/titlebarupdate.hxx b/framework/inc/helper/titlebarupdate.hxx
index 2089cf3295d6..c53628f71dd6 100644
--- a/framework/inc/helper/titlebarupdate.hxx
+++ b/framework/inc/helper/titlebarupdate.hxx
@@ -114,7 +114,7 @@ class TitleBarUpdate : public ::cppu::WeakImplHelper3<
Is set only if return value is true.
@return [sal_Bool]
- sal_True in casee module could be identified and all needed values could be read.
+ sal_True in case module could be identified and all needed values could be read.
sal_False otherwise.
*/
bool implst_getModuleInfo(const css::uno::Reference< css::frame::XFrame >& xFrame,
diff --git a/framework/qa/complex/XUserInputInterception/EventTest.java b/framework/qa/complex/XUserInputInterception/EventTest.java
index fc92beb9a63b..3063981a21f2 100644
--- a/framework/qa/complex/XUserInputInterception/EventTest.java
+++ b/framework/qa/complex/XUserInputInterception/EventTest.java
@@ -228,7 +228,7 @@ public class EventTest {
}
/**
- * This is the central test method. It is called by ceck[DOCTYPE]Document. It
+ * This is the central test method. It is called by check[DOCTYPE]Document. It
* creates the <CODE>XUserInputInterception</CODE> from the document and call the
* <CODE>checkMouseListener</CODE> test and the <CODE>checkKeyListener</CODE> test
* @param xDoc the document to test
diff --git a/framework/qa/complex/path_settings/PathSettingsTest.java b/framework/qa/complex/path_settings/PathSettingsTest.java
index d3aa875689bd..c9aa25a666c1 100644
--- a/framework/qa/complex/path_settings/PathSettingsTest.java
+++ b/framework/qa/complex/path_settings/PathSettingsTest.java
@@ -464,7 +464,7 @@ public class PathSettingsTest
bResult = false;
}
- // Property_internal can't change we will not arrive bejond this line
+ // Property_internal can't change we will not arrive beyond this line
// check the change
Object oObj = xFPS.getFastPropertyValue(handle);
diff --git a/framework/source/inc/pattern/frame.hxx b/framework/source/inc/pattern/frame.hxx
index 9be9949bb9bd..1faa79df9a0c 100644
--- a/framework/source/inc/pattern/frame.hxx
+++ b/framework/source/inc/pattern/frame.hxx
@@ -91,8 +91,8 @@ inline bool closeIt(const css::uno::Reference< css::uno::XInterface >& xResource
catch(const css::uno::RuntimeException&)
{ throw; } // should not be suppressed!
catch(const css::uno::Exception&)
- { return false; } // ??? We defined to return a boolen value instead of throwing exceptions ...
- // (OK: RuntimeExceptions should not be catched inside the core ..)
+ { return false; } // ??? We defined to return a boolean value instead of throwing exceptions...
+ // (OK: RuntimeExceptions should not be catched inside the core..)
return true;
}