[Libreoffice-commits] core.git: 2 commits - sfx2/source xmerge/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Sat May 4 01:37:26 UTC 2019
sfx2/source/dialog/splitwin.cxx | 2 +-
xmerge/source/xmerge/java/org/openoffice/xmerge/ConverterFactory.java | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 331a8ef25629dc55330080458da05d5b3f6c2aac
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sun Apr 28 21:11:10 2019 +0000
Commit: Jens Carl <j.carl43 at gmx.de>
CommitDate: Sat May 4 03:36:57 2019 +0200
Fix typo
Change-Id: I7fc62743f171d32098591b5600b4cd8b477872cb
Reviewed-on: https://gerrit.libreoffice.org/71780
Tested-by: Jenkins
Reviewed-by: Jens Carl <j.carl43 at gmx.de>
diff --git a/sfx2/source/dialog/splitwin.cxx b/sfx2/source/dialog/splitwin.cxx
index b983787838e3..2c51e1a1bd4b 100644
--- a/sfx2/source/dialog/splitwin.cxx
+++ b/sfx2/source/dialog/splitwin.cxx
@@ -576,7 +576,7 @@ void SfxSplitWindow::InsertWindow( SfxDockingWindow* pDockWin, const Size& rSize
pDock->bNewLine = bNewLine;
pDock->pWin = pDockWin;
- DBG_ASSERT( nPos==0 || !bNewLine, "Wrong Paramenter!");
+ DBG_ASSERT( nPos==0 || !bNewLine, "Wrong Parameter!");
if ( bNewLine )
nPos = 0;
commit 1932113a42266f759c07d9a8a7301c2bf4d41f73
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sun Apr 28 21:11:09 2019 +0000
Commit: Jens Carl <j.carl43 at gmx.de>
CommitDate: Sat May 4 03:36:40 2019 +0200
Fix typo
Change-Id: Ib04fe75d60647c938225700dd25a3e7e031437dd
Reviewed-on: https://gerrit.libreoffice.org/71781
Tested-by: Jenkins
Reviewed-by: Jens Carl <j.carl43 at gmx.de>
diff --git a/xmerge/source/xmerge/java/org/openoffice/xmerge/ConverterFactory.java b/xmerge/source/xmerge/java/org/openoffice/xmerge/ConverterFactory.java
index 2f12e458fee0..5c1c246cb066 100644
--- a/xmerge/source/xmerge/java/org/openoffice/xmerge/ConverterFactory.java
+++ b/xmerge/source/xmerge/java/org/openoffice/xmerge/ConverterFactory.java
@@ -54,7 +54,7 @@ public class ConverterFactory {
toOffice = ConverterInfo.isValidOfficeType(mimeTypeOut);
- // findConverterInfo expects the second paramenter to be the
+ // findConverterInfo expects the second parameter to be the
// destination MimeType
if (toOffice)
foundInfo = ConverterInfoMgr.findConverterInfo(mimeTypeIn, mimeTypeOut);
@@ -82,4 +82,4 @@ public class ConverterFactory {
Convert myConvert = new Convert(ci, toOffice);
return myConvert;
}
-}
\ No newline at end of file
+}
More information about the Libreoffice-commits
mailing list