Kaydet (Commit) 2a42d5ec authored tarafından Alexander Wilms's avatar Alexander Wilms Kaydeden (comit) Caolán McNamara

Remove visual noise from i18npool

Change-Id: I1cd4254713ce9c1bc7c232414c24e926f1f8a653
Reviewed-on: https://gerrit.libreoffice.org/8269Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst 3a35e286
......@@ -36,9 +36,9 @@
namespace com { namespace sun { namespace star { namespace i18n {
// ----------------------------------------------------
// class BreakIterator
// ----------------------------------------------------
class BreakIteratorImpl : public cppu::WeakImplHelper2
<
XBreakIterator,
......
......@@ -23,9 +23,9 @@
#include <xdictionary.hxx>
namespace com { namespace sun { namespace star { namespace i18n {
// ----------------------------------------------------
// class BreakIterator_CJK
// ----------------------------------------------------
class BreakIterator_CJK : public BreakIterator_Unicode
{
public:
......
......@@ -24,9 +24,9 @@
namespace com { namespace sun { namespace star { namespace i18n {
// ----------------------------------------------------
// class BreakIterator_CTL
// ----------------------------------------------------
class BreakIterator_CTL : public BreakIterator_Unicode
{
public:
......
......@@ -22,9 +22,9 @@
namespace com { namespace sun { namespace star { namespace i18n {
// ----------------------------------------------------
// class BreakIterator_th
// ----------------------------------------------------
class BreakIterator_th : public BreakIterator_CTL
{
public:
......
......@@ -30,9 +30,9 @@ namespace com { namespace sun { namespace star { namespace i18n {
#define LOAD_SENTENCE_BREAKITERATOR 2
#define LOAD_LINE_BREAKITERATOR 3
// ----------------------------------------------------
// class BreakIterator_Unicode
// ----------------------------------------------------
class BreakIterator_Unicode : public BreakIteratorImpl
{
public:
......
......@@ -28,9 +28,9 @@
#include <com/sun/star/uno/XComponentContext.hpp>
#include <vector>
// ----------------------------------------------------
// class CalendarImpl
// ----------------------------------------------------
namespace com { namespace sun { namespace star { namespace i18n {
......
......@@ -24,9 +24,9 @@
#include <unicode/calendar.h>
// ----------------------------------------------------
// class Calendar_gregorian
// ----------------------------------------------------
namespace com { namespace sun { namespace star { namespace i18n {
......@@ -128,9 +128,9 @@ private:
bool getCombinedOffset( sal_Int32 & o_nOffset, sal_Int16 nParentFieldIndex, sal_Int16 nChildFieldIndex ) const;
};
// ----------------------------------------------------
// class Calendar_hanja
// ----------------------------------------------------
class Calendar_hanja : public Calendar_gregorian
{
public:
......@@ -140,9 +140,9 @@ public:
virtual OUString SAL_CALL getDisplayName(sal_Int16 nCalendarDisplayIndex, sal_Int16 nIdx, sal_Int16 nNameType) throw(com::sun::star::uno::RuntimeException);
};
// ----------------------------------------------------
// class Calendar_gengou
// ----------------------------------------------------
class Calendar_gengou : public Calendar_gregorian
{
public:
......@@ -150,9 +150,9 @@ public:
Calendar_gengou();
};
// ----------------------------------------------------
// class Calendar_ROC
// ----------------------------------------------------
class Calendar_ROC : public Calendar_gregorian
{
public:
......@@ -160,9 +160,9 @@ public:
Calendar_ROC();
};
// ----------------------------------------------------
// class Calendar_buddhist
// ----------------------------------------------------
class Calendar_buddhist : public Calendar_gregorian
{
public:
......
......@@ -22,9 +22,9 @@
#include "calendar_gregorian.hxx"
// ----------------------------------------------------
// class Calendar_hijri
// ----------------------------------------------------
namespace com { namespace sun { namespace star { namespace i18n {
......
......@@ -21,9 +21,9 @@
#include "calendar_gregorian.hxx"
// ----------------------------------------------------
// class Calendar_jewish
// ----------------------------------------------------
namespace com { namespace sun { namespace star { namespace i18n {
......
......@@ -26,9 +26,9 @@
namespace com { namespace sun { namespace star { namespace i18n {
// ----------------------------------------------------
// class IndexEntrySupplier
// ----------------------------------------------------
class IndexEntrySupplier : public cppu::WeakImplHelper2
<
com::sun::star::i18n::XExtendedIndexEntrySupplier,
......
......@@ -25,9 +25,9 @@
namespace com { namespace sun { namespace star { namespace i18n {
// ----------------------------------------------------
// class IndexEntrySupplier_asian
// ----------------------------------------------------
class IndexEntrySupplier_asian : public IndexEntrySupplier_Common {
public:
......
......@@ -27,9 +27,9 @@
namespace com { namespace sun { namespace star { namespace i18n {
// ----------------------------------------------------
// class IndexEntrySupplier_Common
// ----------------------------------------------------
class IndexEntrySupplier_Common : public cppu::WeakImplHelper2
<
......
......@@ -25,9 +25,9 @@ namespace com { namespace sun { namespace star { namespace i18n {
class Index;
// ----------------------------------------------------
// class IndexEntrySupplier_Unicode
// ----------------------------------------------------
class IndexEntrySupplier_Unicode : public IndexEntrySupplier_Common {
public:
IndexEntrySupplier_Unicode( const com::sun::star::uno::Reference < com::sun::star::uno::XComponentContext >& rxContext );
......
......@@ -24,9 +24,9 @@
namespace com { namespace sun { namespace star { namespace i18n {
// ----------------------------------------------------
// class IndexEntrySupplier_ja_phonetic
// ----------------------------------------------------
class IndexEntrySupplier_ja_phonetic : public IndexEntrySupplier_Common {
public:
......
......@@ -29,9 +29,9 @@
namespace com { namespace sun { namespace star { namespace i18n {
// ----------------------------------------------------
// class InputSequenceCheckerImpl
// ----------------------------------------------------
class InputSequenceCheckerImpl : public cppu::WeakImplHelper2
<
com::sun::star::i18n::XExtendedInputSequenceChecker,
......
......@@ -26,9 +26,9 @@ namespace sun {
namespace star {
namespace i18n {
// ----------------------------------------------------
// class InputSequenceChecker_hi
// ----------------------------------------------------
class InputSequenceChecker_hi : public InputSequenceCheckerImpl
{
public:
......
......@@ -23,9 +23,9 @@
namespace com { namespace sun { namespace star { namespace i18n {
// ----------------------------------------------------
// class InputSequenceChecker_th
// ----------------------------------------------------
class InputSequenceChecker_th : public InputSequenceCheckerImpl
{
public:
......
......@@ -44,12 +44,12 @@
#include <memory>
#include <osl/module.hxx>
//
#include <defaultnumberingprovider.hxx>
#include <com/sun/star/style/NumberingType.hpp>
#include <com/sun/star/beans/PropertyValue.hpp>
#include <com/sun/star/text/HoriOrientation.hpp>
//
#include <com/sun/star/uno/Reference.hxx>
#include <com/sun/star/container/XIndexAccess.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
......
......@@ -30,9 +30,9 @@
namespace com { namespace sun { namespace star { namespace i18n {
// ----------------------------------------------------
// class TextConversion
// ----------------------------------------------------
class TextConversion: public cppu::WeakImplHelper2
<
com::sun::star::i18n::XExtendedTextConversion,
......@@ -97,9 +97,9 @@ typedef struct {
sal_Int16 count;
} Hangul_Index;
// ----------------------------------------------------
// class TextConversion_ko
// ----------------------------------------------------
class TextConversion_ko : public TextConversion
{
public:
......@@ -146,9 +146,9 @@ private :
getCharConversions(const OUString& aText, sal_Int32 nStartPos, sal_Int32 nLength, sal_Bool toHanja);
};
// ----------------------------------------------------
// class TextConversion_zh
// ----------------------------------------------------
// for SChines/TChinese word conversion
typedef struct {
......
......@@ -27,9 +27,9 @@
namespace com { namespace sun { namespace star { namespace i18n {
// ----------------------------------------------------
// class TextConversion
// ----------------------------------------------------
class TextConversionImpl : public cppu::WeakImplHelper2
<
com::sun::star::i18n::XExtendedTextConversion,
......
......@@ -24,9 +24,9 @@
#include <com/sun/star/i18n/XScriptTypeDetector.hpp>
#include <cppuhelper/implbase2.hxx>
// ----------------------------------------------------
// class UnoScriptTypeDetector
// ----------------------------------------------------
class UnoScriptTypeDetector : public cppu::WeakImplHelper2
<
::com::sun::star::i18n::XScriptTypeDetector,
......
......@@ -474,10 +474,10 @@ static const UBlock2Script scriptList[] =
#define scriptListCount SAL_N_ELEMENTS(scriptList)
//always sets rScriptType
//
//returns true for characters historically explicitly assigned to
//latin/weak/asian
//
//returns false for characters that historically implicitly assigned to
//weak as unknown
bool getCompatibilityScriptClassByBlock(sal_uInt32 currentChar, sal_Int16 &rScriptType)
......
......@@ -28,7 +28,7 @@ using namespace ::rtl;
namespace com { namespace sun { namespace star { namespace i18n {
// ----------------------------------------------------
// class Breakiterator_th
// ----------------------------------------------------;
BreakIterator_th::BreakIterator_th()
......
......@@ -19,8 +19,8 @@
// xdictionary.cpp: implementation of the xdictionary class.
//
//////////////////////////////////////////////////////////////////////
#include <rtl/ustrbuf.hxx>
......@@ -31,9 +31,9 @@
#include <string.h>
#include <breakiteratorImpl.hxx>
//////////////////////////////////////////////////////////////////////
// Construction/Destruction
//////////////////////////////////////////////////////////////////////
namespace com { namespace sun { namespace star { namespace i18n {
......
......@@ -494,7 +494,7 @@ void Calendar_gregorian::setValue() throw(RuntimeException)
{
// Correct DST glitch, see also localtime/gmtime conversion pitfalls at
// http://www.erack.de/download/timetest.c
//
// #i24082# in order to make the DST correction work in all
// circumstances, the time values have to be always resubmitted,
// regardless whether specified by the caller or not. It is not
......
......@@ -103,13 +103,13 @@ void Calendar_hijri::mapFromGregorian() throw(RuntimeException)
fieldValue[CalendarFieldIndex::ERA] = (sal_Int16) year < 1 ? 0 : 1;
}
//
// This function returns the Julian date/time of the Nth new moon since
// January 1900. The synodic month is passed as parameter.
//
// Adapted from "Astronomical Formulae for Calculators" by
// Jean Meeus, Third Edition, Willmann-Bell, 1985.
//
double
Calendar_hijri::NewMoon(sal_Int32 n)
{
......
......@@ -30,7 +30,7 @@ using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::lang;
namespace com { namespace sun { namespace star { namespace i18n {
// ----------------------------------------------------
// class cclass_Unicode
// ----------------------------------------------------;
......
......@@ -548,7 +548,7 @@ DefaultNumberingProvider::makeNumberingString( const Sequence<beans::PropertyVal
// the Sequence of PropertyValues is expected to have at least 4 elements:
// elt Name Type purpose
//
// 0. "Prefix" OUString
// 1. "NumberingType" sal_Int16 type of formatting from style::NumberingType (roman, arabic, etc)
// 2. "Suffix" OUString
......
......@@ -88,7 +88,7 @@ ignoreIandEfollowedByYa_ja_JP::folding( const OUString& inStr, sal_Int32 startPo
position = startPos;
}
//
sal_Unicode previousChar = *src ++;
sal_Unicode currentChar;
......
......@@ -103,7 +103,7 @@ ignoreIterationMark_ja_JP::folding( const OUString& inStr, sal_Int32 startPos, s
position = startPos;
}
//
sal_Unicode previousChar = *src ++;
sal_Unicode currentChar;
......
......@@ -48,7 +48,7 @@ ignoreKiKuFollowedBySa_ja_JP::folding( const OUString& inStr, sal_Int32 startPos
position = startPos;
}
//
sal_Unicode previousChar = *src ++;
sal_Unicode currentChar;
......
......@@ -311,7 +311,7 @@ ignoreProlongedSoundMark_ja_JP::folding( const OUString& inStr, sal_Int32 startP
position = startPos;
}
//
sal_Unicode previousChar = *src ++;
sal_Unicode currentChar;
......
......@@ -332,7 +332,7 @@ TransliterationImpl::transliterate( const OUString& inStr, sal_Int32 startPos, s
}
//
OUString SAL_CALL
TransliterationImpl::folding( const OUString& inStr, sal_Int32 startPos, sal_Int32 nCount,
Sequence< sal_Int32 >& offset ) throw(RuntimeException)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment