[Libreoffice-commits] core.git: dbaccess/source editeng/source filter/qa sd/source vcl/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Thu Nov 8 21:27:18 UTC 2018
dbaccess/source/ui/querydesign/QueryDesignView.cxx | 2 +-
editeng/source/editeng/impedit2.cxx | 2 +-
filter/qa/complex/filter/detection/typeDetection/Helper.java | 2 +-
filter/qa/complex/filter/misc/FinalizedMandatoryTest.java | 8 ++++----
sd/source/ui/view/ViewShellBase.cxx | 4 ++--
vcl/source/window/menu.cxx | 2 +-
6 files changed, 10 insertions(+), 10 deletions(-)
New commits:
commit 88c6b454c8b6f08c74fb54ab9469801dd6860be5
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed Nov 7 14:00:49 2018 +0100
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Thu Nov 8 22:25:25 2018 +0100
Fix typos
Change-Id: Ifd1affb7c3945de84a210dfbda894b60014f6cd6
Reviewed-on: https://gerrit.libreoffice.org/63020
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/dbaccess/source/ui/querydesign/QueryDesignView.cxx b/dbaccess/source/ui/querydesign/QueryDesignView.cxx
index ba7fb22d0946..8be9777c3311 100644
--- a/dbaccess/source/ui/querydesign/QueryDesignView.cxx
+++ b/dbaccess/source/ui/querydesign/QueryDesignView.cxx
@@ -2405,7 +2405,7 @@ namespace
}
}
-// end of anonymouse namespace
+// end of anonymous namespace
OQueryDesignView::OQueryDesignView( OQueryContainerWindow* _pParent,
OQueryController& _rController,
diff --git a/editeng/source/editeng/impedit2.cxx b/editeng/source/editeng/impedit2.cxx
index a0381437b29c..2ddf104fdb46 100644
--- a/editeng/source/editeng/impedit2.cxx
+++ b/editeng/source/editeng/impedit2.cxx
@@ -2226,7 +2226,7 @@ EditPaM ImpEditEngine::ImpConnectParagraphs( ContentNode* pLeft, ContentNode* pR
// caller.
if(aEditDoc.GetPos( pLeft ) > aEditDoc.GetPos( pRight ))
{
- OSL_ENSURE(false, "ImpConnectParagraphs wit wrong order of pLeft/pRight nodes (!)");
+ OSL_ENSURE(false, "ImpConnectParagraphs with wrong order of pLeft/pRight nodes (!)");
std::swap(pLeft, pRight);
}
diff --git a/filter/qa/complex/filter/detection/typeDetection/Helper.java b/filter/qa/complex/filter/detection/typeDetection/Helper.java
index 4cb767e0c2b9..91fb39f2dca6 100644
--- a/filter/qa/complex/filter/detection/typeDetection/Helper.java
+++ b/filter/qa/complex/filter/detection/typeDetection/Helper.java
@@ -352,7 +352,7 @@ public class Helper {
/** Returns the file type for the given file name containing in files.csv
* @param fileAlias the alias name of the file
* @return file type
- * @throws FileAliasNotFoundException was thrown if not alias was thorwn
+ * @throws FileAliasNotFoundException was thrown if not alias was thrown
*/
public String getTypeforfileAlias(String fileAlias)
throws FileAliasNotFoundException{
diff --git a/filter/qa/complex/filter/misc/FinalizedMandatoryTest.java b/filter/qa/complex/filter/misc/FinalizedMandatoryTest.java
index 0a2266685995..e7100bebf5c9 100644
--- a/filter/qa/complex/filter/misc/FinalizedMandatoryTest.java
+++ b/filter/qa/complex/filter/misc/FinalizedMandatoryTest.java
@@ -196,9 +196,9 @@ public class FinalizedMandatoryTest
catch (WrappedTargetRuntimeException e)
{
flushError = true;
- assertTrue("Unexpected exception wihle flushing changed filter '" + filterName + "'", isFinalized);
+ assertTrue("Unexpected exception while flushing changed filter '" + filterName + "'", isFinalized);
}
- assertTrue("Expected exception was not thorwn while flushing changed filter '" + filterName + "' Finalized:" + isFinalized,
+ assertTrue("Expected exception was not thrown while flushing changed filter '" + filterName + "' Finalized:" + isFinalized,
!(flushError ^ isFinalized));
@@ -215,9 +215,9 @@ public class FinalizedMandatoryTest
catch (WrappedTargetRuntimeException e)
{
flushError = true;
- assertTrue("Unexpected exception wihle flushing removed filter '" + filterName + "'", isMandatory);
+ assertTrue("Unexpected exception while flushing removed filter '" + filterName + "'", isMandatory);
}
- assertTrue("Expected exception was not thorwn while flushing removed filter '" + filterName + "' Mandatory:" + isMandatory,
+ assertTrue("Expected exception was not thrown while flushing removed filter '" + filterName + "' Mandatory:" + isMandatory,
!(flushError ^ isMandatory));
}
String preMsg = "Could not find filter with state ";
diff --git a/sd/source/ui/view/ViewShellBase.cxx b/sd/source/ui/view/ViewShellBase.cxx
index 680bf5c16dd3..417a3f65fb3f 100644
--- a/sd/source/ui/view/ViewShellBase.cxx
+++ b/sd/source/ui/view/ViewShellBase.cxx
@@ -1410,7 +1410,7 @@ void CurrentPageSetter::operator() (bool)
}
}
-} // end of anonymouse namespace
+} // end of anonymous namespace
//===== FocusForwardingWindow =================================================
@@ -1466,7 +1466,7 @@ void FocusForwardingWindow::Command (const CommandEvent& rEvent)
}
}
-} // end of anonymouse namespace
+} // end of anonymous namespace
} // end of namespace sd
diff --git a/vcl/source/window/menu.cxx b/vcl/source/window/menu.cxx
index c67d275c0e55..ebeb2a970e69 100644
--- a/vcl/source/window/menu.cxx
+++ b/vcl/source/window/menu.cxx
@@ -167,7 +167,7 @@ void lclDrawMoreIndicator(vcl::RenderContext& rRenderContext, const tools::Recta
rRenderContext.Pop();
}
-} // end anonymouse namespace
+} // end anonymous namespace
Menu::Menu()
More information about the Libreoffice-commits
mailing list