editeng/source/editeng/impedit4.cxx | 2 +- hwpfilter/source/drawdef.h | 6 +++--- hwpfilter/source/hiodev.h | 6 +++--- hwpfilter/source/hpara.h | 12 ++++++------ hwpfilter/source/hwpfile.h | 6 +++--- hwpfilter/source/hwplib.h | 6 +++--- sal/workben/clipboardwben/testcopy/StdAfx.h | 10 +++++----- sal/workben/testpip2.cxx | 4 ++-- svgio/source/svgreader/svgclippathnode.cxx | 2 +- svgio/source/svgreader/svgmasknode.cxx | 2 +- 10 files changed, 28 insertions(+), 28 deletions(-)
New commits: commit 0db1e713bde4b16604c2f564fdc785ba0b467242 Author: Julien Nabet <[email protected]> Date: Sun Apr 20 09:59:32 2014 +0200 cpplint: [readability/utf8] Line contains invalid UTF-8 Change-Id: I8052539d86fbda5631b31f3163b1c51666153c8c diff --git a/editeng/source/editeng/impedit4.cxx b/editeng/source/editeng/impedit4.cxx index 138c888..a7c0622 100644 --- a/editeng/source/editeng/impedit4.cxx +++ b/editeng/source/editeng/impedit4.cxx @@ -2747,7 +2747,7 @@ EditSelection ImpEditEngine::TransliterateText( const EditSelection& rSelection, const sal_Int16 nWordType = i18n::WordType::ANYWORD_IGNOREWHITESPACES; //! In order to have less trouble with changing text size, e.g. because - //! of ligatures or � (German small sz) being resolved, we need to process + //! of ligatures or German small sz being resolved, we need to process //! the text replacements from end to start. //! This way the offsets for the yet to be changed words will be //! left unchanged by the already replaced text. diff --git a/hwpfilter/source/drawdef.h b/hwpfilter/source/drawdef.h index 6169892..6cb38fe 100644 --- a/hwpfilter/source/drawdef.h +++ b/hwpfilter/source/drawdef.h @@ -127,9 +127,9 @@ struct RotationProperty */ struct HWPDOProperty { - int line_pstyle; /* ¼± Áß°£ ¸ð¾ç */ - int line_hstyle; /* ³¡ È»ìÇ¥ ¸ð¾ç */ - int line_tstyle; /* ½ÃÀÛ ¸ð¾ç */ + int line_pstyle; /* ì ì¤ê° 모ì */ + int line_hstyle; /* ë íì´í 모ì */ + int line_tstyle; /* ìì 모ì */ DWORD line_color; hunit line_width; DWORD fill_color; diff --git a/hwpfilter/source/hiodev.h b/hwpfilter/source/hiodev.h index f5ccad7..bc8a82b 100644 --- a/hwpfilter/source/hiodev.h +++ b/hwpfilter/source/hiodev.h @@ -64,7 +64,7 @@ class DLLEXPORT HIODev struct gz_stream; -/* ÆÄÀÏ ÀÔÃâ·Â ÀåÄ¡ */ +/* íì¼ ì ì¶ë ¥ ì¥ì¹ */ /** * This controls the HStream given by constructor @@ -73,7 +73,7 @@ struct gz_stream; class HStreamIODev : public HIODev { private: -/* zlibÀ¸·Î ¾ÐÃàÀ» Ç®±â À§ÇÑ ÀÚ·á ±¸Á¶ */ +/* zlibì¼ë¡ ìì¶ì í기 ìí ìë£ êµ¬ì¡° */ gz_stream *_gzfp; HStream& _stream; public: @@ -129,7 +129,7 @@ class HStreamIODev : public HIODev virtual void init() SAL_OVERRIDE; }; -/* ¸Þ¸ð¸® ÀÔÃâ·Â ÀåÄ¡ */ +/* ë©ëª¨ë¦¬ ì ì¶ë ¥ ì¥ì¹ */ /** * The HMemIODev class controls the Input/Output device. * @short Memory IO device diff --git a/hwpfilter/source/hpara.h b/hwpfilter/source/hpara.h index a2bae58..c49c8b7 100644 --- a/hwpfilter/source/hpara.h +++ b/hwpfilter/source/hpara.h @@ -53,7 +53,7 @@ class HWPPara; struct LineInfo { -/* ½ÃÀÛÇÏ´Â ±ÛÀÚÀÇ À§Ä¡ : ÄÜÆ®·ÑÀº ¿©·¯ ±æÀ̸¦ °¡Áø´Ù */ +/* ììíë ê¸ìì ìì¹ : ì½í¸ë¡¤ì ì¬ë¬ 길ì´ë¥¼ ê°ì§ë¤ */ /** * Starting character position */ @@ -84,7 +84,7 @@ class DLLEXPORT HWPPara /** * Zero is for the new paragraph style. */ - unsigned char reuse_shape; /* 0ÀÌ¸é »õ¸ð¾ç */ + unsigned char reuse_shape; /* 0ì´ë©´ ì모ì */ unsigned short nch; unsigned short nline; @@ -95,15 +95,15 @@ class DLLEXPORT HWPPara /** * If the value is 0, all character of paragraph have same style given cshape */ - unsigned char contain_cshape; /* 0ÀÌ¸é ¸ðµç ±ÛÀÚ°¡ ´ëÇ¥ ±ÛÀÚ ¸ð¾ç */ + unsigned char contain_cshape; /* 0ì´ë©´ 모ë ê¸ìê° ëí ê¸ì 모ì */ unsigned char etcflag; /** * Checks the special characters in the paragraph */ unsigned long ctrlflag; unsigned char pstyno; - CharShape cshape; /* ±ÛÀÚ°¡ ¸ðµÎ °°Àº ¸ð¾çÀ϶§ */ - ParaShape pshape; /* reuse flag°¡ 0À̸é */ + CharShape cshape; /* ê¸ìê° ëª¨ë ê°ì 모ìì¼ë */ + ParaShape pshape; /* reuse flagê° 0ì´ë©´ */ int pno; /* run-time only */ LineInfo *linfo; @@ -122,7 +122,7 @@ class DLLEXPORT HWPPara void SetNext(HWPPara *n) { _next = n; }; -/* layoutÀ» À§ÇÑ ÇÔ¼ö */ +/* layoutì ìí í¨ì */ /** * Returns the character sytle of paragraph. */ diff --git a/hwpfilter/source/hwpfile.h b/hwpfilter/source/hwpfile.h index a50ad58..41e50b7 100644 --- a/hwpfilter/source/hwpfile.h +++ b/hwpfilter/source/hwpfile.h @@ -187,7 +187,7 @@ class DLLEXPORT HWPFile * Reads paragraph list of hwp file from HIODev */ bool ParaListRead(); -/* ±×¸² µîÀÇ Ãß°¡ Á¤º¸¸¦ Àд´Ù. */ +/* 그림 ë±ì ì¶ê° ì 보를 ì½ëë¤. */ /** * Reads additional information like embeded image of hwp file from HIODev */ @@ -266,7 +266,7 @@ class DLLEXPORT HWPFile OlePicture *oledata; private: -/* hwp ÆÄÀÏ À̸§ */ +/* hwp íì¼ ì´ë¦ */ int m_nCurrentPage; int m_nMaxSettedPage; HIODev *hiodev; @@ -283,7 +283,7 @@ class DLLEXPORT HWPFile std::list<EmPicture*> emblist; std::list<HyperText*> hyperlist; int currenthyper; - std::list<ParaShape*> pslist; /* ½ºÅ¸¿ÀÇǽºÀÇ ±¸Á¶»ó ÇÊ¿ä */ + std::list<ParaShape*> pslist; /* ì¤íì¤í¼ì¤ì 구조ì íì */ std::list<CharShape*> cslist; std::list<FBoxStyle*> fbslist; std::list<DateCode*> datecodes; diff --git a/hwpfilter/source/hwplib.h b/hwpfilter/source/hwplib.h index 25691b9..efa5b66 100644 --- a/hwpfilter/source/hwplib.h +++ b/hwpfilter/source/hwplib.h @@ -23,7 +23,7 @@ #include <string> -/* hwp96ºÎÅÍ hunit°¡ 4byte°¡ µÇ¾ú´Ù. */ +/* hwp96ë¶í° hunitê° 4byteê° ëìë¤. */ /** * size of hunit is 4 since hwp96 version */ @@ -124,11 +124,11 @@ typedef struct #define ONE_MILI (71) #define ONE_DOT (19) -/* HWP 3.0 ¹®¼ Á¤º¸ */ +/* HWP 3.0 문ì ì ë³´ */ #define NLanguage 7 -/* Á¦¾î ¹®ÀÚ */ +/* ì ì´ ë¬¸ì */ /** * Control character */ diff --git a/sal/workben/clipboardwben/testcopy/StdAfx.h b/sal/workben/clipboardwben/testcopy/StdAfx.h index 25b59fe..10768f6 100644 --- a/sal/workben/clipboardwben/testcopy/StdAfx.h +++ b/sal/workben/clipboardwben/testcopy/StdAfx.h @@ -1,7 +1,7 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ -// stdafx.h : Include-Datei für Standard-System-Include-Dateien, -// oder projektspezifische Include-Dateien, die häufig benutzt, aber -// in unregelmäßigen Abständen geändert werden. +// stdafx.h : Include-Datei für Standard-System-Include-Dateien, +// oder projektspezifische Include-Dateien, die häufig benutzt, aber +// in unregelmässigen Abständen geandert werden. #if !defined(AFX_STDAFX_H__A9DB83DB_A9FD_11D0_BFD1_444553540000__INCLUDED_) #define AFX_STDAFX_H__A9DB83DB_A9FD_11D0_BFD1_444553540000__INCLUDED_ @@ -23,10 +23,10 @@ // Lokale Header-Dateien -// ZU ERLEDIGEN: Verweisen Sie hier auf zusätzliche Header-Dateien, die Ihr Programm benötigt +// ZU ERLEDIGEN: Verweisen Sie hier auf zusätzliche Header-Dateien, die Ihr Programm benötigt //{{AFX_INSERT_LOCATION}} -// Microsoft Visual C++ fügt zusätzliche Deklarationen unmittelbar vor der vorherigen Zeile ein. +// Microsoft Visual C++ fügt zusätzliche Deklarationen unmittelbar vor der vorherigen Zeile ein. #endif // !defined(AFX_STDAFX_H__A9DB83DB_A9FD_11D0_BFD1_444553540000__INCLUDED_) diff --git a/sal/workben/testpip2.cxx b/sal/workben/testpip2.cxx index e16d3b0..ef56786 100644 --- a/sal/workben/testpip2.cxx +++ b/sal/workben/testpip2.cxx @@ -22,7 +22,7 @@ #include <osl/pipe.h> -// eindeutiger Name fr die Pipe +// eindeutiger Name für die Pipe const char pszPipeName[] = "TestPipe"; oslPipe Pipe; @@ -62,7 +62,7 @@ int main (void) printf( "TestPipe Client: data received: %s.\n", szBuffer ); - // Sende die Daten wieder zurck. + // Sende die Daten wieder zurück. nChars = osl_sendPipe( Pipe, szBuffer, nChars ); if( nChars < 0 ) diff --git a/svgio/source/svgreader/svgclippathnode.cxx b/svgio/source/svgreader/svgclippathnode.cxx index 85a4071..f364fd9 100644 --- a/svgio/source/svgreader/svgclippathnode.cxx +++ b/svgio/source/svgreader/svgclippathnode.cxx @@ -248,7 +248,7 @@ namespace svgio else { // An empty clipping path will completely clip away the element that had - // the clip-path property applied. (Svg spec) + // the clip-path property applied. (Svg spec) rContent.realloc(0); } } diff --git a/svgio/source/svgreader/svgmasknode.cxx b/svgio/source/svgreader/svgmasknode.cxx index 2751a16..bcdfca5 100644 --- a/svgio/source/svgreader/svgmasknode.cxx +++ b/svgio/source/svgreader/svgmasknode.cxx @@ -298,7 +298,7 @@ namespace svgio else { // An empty clipping path will completely clip away the element that had - // the clip-path property applied. (Svg spec) + // the clip-path property applied. (Svg spec) rTarget.realloc(0); } }
_______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
