[Libreoffice-commits] core.git: 2 commits - dtrans/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Tue May 21 07:27:21 UTC 2019
dtrans/source/win32/misc/ImplHelper.cxx | 4 ++--
dtrans/source/win32/workbench/XTDo.hxx | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 5941d2a427db91080e3ced9383400d714e66ad26
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue May 14 21:25:35 2019 +0000
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Tue May 21 09:26:24 2019 +0200
Fix typo
Change-Id: I828c0529ae935ed6076f8c5f2dc93df04c38d81f
Reviewed-on: https://gerrit.libreoffice.org/72630
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/dtrans/source/win32/misc/ImplHelper.cxx b/dtrans/source/win32/misc/ImplHelper.cxx
index f933701ce961..0e38b9183d82 100644
--- a/dtrans/source/win32/misc/ImplHelper.cxx
+++ b/dtrans/source/win32/misc/ImplHelper.cxx
@@ -72,10 +72,10 @@ OUString getWinCPFromLocaleId( LCID lcid, LCTYPE lctype )
{
OSL_ASSERT( IsValidLocale( lcid, LCID_SUPPORTED ) );
- // we set an default value
+ // we set a default value
OUString winCP;
- // set an default value
+ // set a default value
if ( LOCALE_IDEFAULTCODEPAGE == lctype )
{
winCP = OUString::number( static_cast<sal_Int32>(GetOEMCP( )) );
commit 1e36bf84c72772ab4bab1471f5328d5fb8e7cb74
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue May 14 21:25:34 2019 +0000
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Tue May 21 09:26:00 2019 +0200
Fix typo
Change-Id: If3601066764ca33fd5321e318af6fee0501199e5
Reviewed-on: https://gerrit.libreoffice.org/72631
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/dtrans/source/win32/workbench/XTDo.hxx b/dtrans/source/win32/workbench/XTDo.hxx
index 5b35699038bc..50f8425593e4 100644
--- a/dtrans/source/win32/workbench/XTDo.hxx
+++ b/dtrans/source/win32/workbench/XTDo.hxx
@@ -41,7 +41,7 @@ class EnumFormatEtc;
and decides if there is a format he can use
if there is one, he requests the data in this format
- - This class inherits from IDataObject an so can be placed on the
+ - This class inherits from IDataObject and so can be placed on the
OleClipboard. The class wraps a transferable object which is the
original DataSource
- DataFlavors offered by this transferable will be translated into
More information about the Libreoffice-commits
mailing list