[Libreoffice-commits] core.git: qadevOOo/tests sc/source vcl/source
Takeshi Abe
tabe at fixedpoint.jp
Mon Jan 13 22:14:38 PST 2014
qadevOOo/tests/java/ifc/awt/_XButton.java | 2 +-
sc/source/core/opencl/openclwrapper.cxx | 2 +-
vcl/source/gdi/pdfwriter_impl.cxx | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 180271e987de9b80b4ecd826df960353b036b9fd
Author: Takeshi Abe <tabe at fixedpoint.jp>
Date: Tue Jan 14 15:13:16 2014 +0900
Fix typo
Change-Id: Idb7ce105bf347d7cfee039da8939aecf743f2c16
diff --git a/qadevOOo/tests/java/ifc/awt/_XButton.java b/qadevOOo/tests/java/ifc/awt/_XButton.java
index f26f925..c9ea36e 100644
--- a/qadevOOo/tests/java/ifc/awt/_XButton.java
+++ b/qadevOOo/tests/java/ifc/awt/_XButton.java
@@ -99,7 +99,7 @@ public class _XButton extends MultiMethodTest {
public void _setActionCommand() {
boolean result = true ;
- oObj.setActionCommand("XButtonComand") ;
+ oObj.setActionCommand("XButtonCommand") ;
tRes.tested("setActionCommand()", result) ;
}
diff --git a/sc/source/core/opencl/openclwrapper.cxx b/sc/source/core/opencl/openclwrapper.cxx
index 5925440..ce6191f 100644
--- a/sc/source/core/opencl/openclwrapper.cxx
+++ b/sc/source/core/opencl/openclwrapper.cxx
@@ -493,7 +493,7 @@ int OpenclDevice::initOpenclRunEnv( int argc )
if ( !isInited )
{
registOpenclKernel();
- //initialize devices, context, comand_queue
+ //initialize devices, context, command_queue
int status = initOpenclRunEnv( &gpuEnv );
if ( status )
{
diff --git a/vcl/source/gdi/pdfwriter_impl.cxx b/vcl/source/gdi/pdfwriter_impl.cxx
index 8259cbf..f7a73ea 100644
--- a/vcl/source/gdi/pdfwriter_impl.cxx
+++ b/vcl/source/gdi/pdfwriter_impl.cxx
@@ -1908,7 +1908,7 @@ void PDFWriterImpl::computeDocumentIdentifier( std::vector< sal_uInt8 >& o_rIden
// according to ISO 19005-1:2005 6.7.3 the date is corrected for
// local time zone offset UTC only, whereas Acrobat 8 seems
// to use the localtime notation only
- // according to a raccomandation in XMP Specification (Jan 2004, page 75)
+ // according to a recommendation in XMP Specification (Jan 2004, page 75)
// the Acrobat way seems the right approach
aCreationMetaDateString.append( (sal_Char)('0' + ((aDT.Year/1000)%10)) );
aCreationMetaDateString.append( (sal_Char)('0' + ((aDT.Year/100)%10)) );
More information about the Libreoffice-commits
mailing list