diff options
Diffstat (limited to 'i18npool/inc')
-rw-r--r-- | i18npool/inc/breakiteratorImpl.hxx | 1 | ||||
-rw-r--r-- | i18npool/inc/breakiterator_cjk.hxx | 1 | ||||
-rw-r--r-- | i18npool/inc/breakiterator_th.hxx | 1 | ||||
-rw-r--r-- | i18npool/inc/breakiterator_unicode.hxx | 1 | ||||
-rw-r--r-- | i18npool/inc/calendarImpl.hxx | 1 | ||||
-rw-r--r-- | i18npool/inc/calendar_gregorian.hxx | 6 | ||||
-rw-r--r-- | i18npool/inc/calendar_hijri.hxx | 1 | ||||
-rw-r--r-- | i18npool/inc/calendar_jewish.hxx | 1 | ||||
-rw-r--r-- | i18npool/inc/indexentrysupplier.hxx | 1 | ||||
-rw-r--r-- | i18npool/inc/indexentrysupplier_asian.hxx | 1 | ||||
-rw-r--r-- | i18npool/inc/indexentrysupplier_common.hxx | 1 | ||||
-rw-r--r-- | i18npool/inc/indexentrysupplier_default.hxx | 1 | ||||
-rw-r--r-- | i18npool/inc/indexentrysupplier_ja_phonetic.hxx | 1 | ||||
-rw-r--r-- | i18npool/inc/inputsequencechecker.hxx | 1 | ||||
-rw-r--r-- | i18npool/inc/inputsequencechecker_hi.hxx | 1 | ||||
-rw-r--r-- | i18npool/inc/inputsequencechecker_th.hxx | 1 | ||||
-rw-r--r-- | i18npool/inc/textconversion.hxx | 3 | ||||
-rw-r--r-- | i18npool/inc/textconversionImpl.hxx | 1 | ||||
-rw-r--r-- | i18npool/inc/unoscripttypedetector.hxx | 1 |
19 files changed, 0 insertions, 26 deletions
diff --git a/i18npool/inc/breakiteratorImpl.hxx b/i18npool/inc/breakiteratorImpl.hxx index 38fa40fe80b4..cc5bd31a28ec 100644 --- a/i18npool/inc/breakiteratorImpl.hxx +++ b/i18npool/inc/breakiteratorImpl.hxx @@ -30,7 +30,6 @@ namespace com::sun::star::uno { class XComponentContext; } namespace i18npool { -// class BreakIterator class BreakIteratorImpl : public cppu::WeakImplHelper < diff --git a/i18npool/inc/breakiterator_cjk.hxx b/i18npool/inc/breakiterator_cjk.hxx index 5e82f33c2666..a088bd3d94c7 100644 --- a/i18npool/inc/breakiterator_cjk.hxx +++ b/i18npool/inc/breakiterator_cjk.hxx @@ -26,7 +26,6 @@ namespace i18npool { -// class BreakIterator_CJK class BreakIterator_CJK : public BreakIterator_Unicode { diff --git a/i18npool/inc/breakiterator_th.hxx b/i18npool/inc/breakiterator_th.hxx index 16d6cfd15e14..347eb68b1138 100644 --- a/i18npool/inc/breakiterator_th.hxx +++ b/i18npool/inc/breakiterator_th.hxx @@ -24,7 +24,6 @@ namespace i18npool { -// class BreakIterator_th class BreakIterator_th : public BreakIterator_Unicode { diff --git a/i18npool/inc/breakiterator_unicode.hxx b/i18npool/inc/breakiterator_unicode.hxx index 41831c676f28..b0e0850f09bc 100644 --- a/i18npool/inc/breakiterator_unicode.hxx +++ b/i18npool/inc/breakiterator_unicode.hxx @@ -34,7 +34,6 @@ namespace i18npool { #define LOAD_LINE_BREAKITERATOR 3 -// class BreakIterator_Unicode class BreakIterator_Unicode : public BreakIteratorImpl { diff --git a/i18npool/inc/calendarImpl.hxx b/i18npool/inc/calendarImpl.hxx index 299bfe79bae2..f8c9333ed153 100644 --- a/i18npool/inc/calendarImpl.hxx +++ b/i18npool/inc/calendarImpl.hxx @@ -26,7 +26,6 @@ namespace com::sun::star::uno { class XComponentContext; } -// class CalendarImpl namespace i18npool { diff --git a/i18npool/inc/calendar_gregorian.hxx b/i18npool/inc/calendar_gregorian.hxx index aa9a02965d79..c0541d7443b0 100644 --- a/i18npool/inc/calendar_gregorian.hxx +++ b/i18npool/inc/calendar_gregorian.hxx @@ -30,7 +30,6 @@ namespace i18npool { class NativeNumberSupplierService; } -// class Calendar_gregorian namespace i18npool { @@ -146,7 +145,6 @@ private: }; -// class Calendar_hanja class Calendar_hanja : public Calendar_gregorian { @@ -158,7 +156,6 @@ public: }; -// class Calendar_gengou class Calendar_gengou : public Calendar_gregorian { @@ -168,7 +165,6 @@ public: }; -// class Calendar_ROC class Calendar_ROC : public Calendar_gregorian { @@ -178,7 +174,6 @@ public: }; -// class Calendar_dangi class Calendar_dangi : public Calendar_gregorian { @@ -188,7 +183,6 @@ public: }; -// class Calendar_buddhist class Calendar_buddhist : public Calendar_gregorian { diff --git a/i18npool/inc/calendar_hijri.hxx b/i18npool/inc/calendar_hijri.hxx index 240cc7b20095..3889a9bb3e28 100644 --- a/i18npool/inc/calendar_hijri.hxx +++ b/i18npool/inc/calendar_hijri.hxx @@ -22,7 +22,6 @@ #include "calendar_gregorian.hxx" -// class Calendar_hijri namespace i18npool { diff --git a/i18npool/inc/calendar_jewish.hxx b/i18npool/inc/calendar_jewish.hxx index 91343e3ebb57..f500fa6f05e2 100644 --- a/i18npool/inc/calendar_jewish.hxx +++ b/i18npool/inc/calendar_jewish.hxx @@ -22,7 +22,6 @@ #include "calendar_gregorian.hxx" -// class Calendar_jewish namespace i18npool { diff --git a/i18npool/inc/indexentrysupplier.hxx b/i18npool/inc/indexentrysupplier.hxx index 5b711ea7684d..6a441f3f91e2 100644 --- a/i18npool/inc/indexentrysupplier.hxx +++ b/i18npool/inc/indexentrysupplier.hxx @@ -28,7 +28,6 @@ namespace com::sun::star::uno { class XComponentContext; } namespace i18npool { -// class IndexEntrySupplier class IndexEntrySupplier final : public cppu::WeakImplHelper < diff --git a/i18npool/inc/indexentrysupplier_asian.hxx b/i18npool/inc/indexentrysupplier_asian.hxx index f15e4711a37a..357a340caaf1 100644 --- a/i18npool/inc/indexentrysupplier_asian.hxx +++ b/i18npool/inc/indexentrysupplier_asian.hxx @@ -26,7 +26,6 @@ namespace i18npool { -// class IndexEntrySupplier_asian class IndexEntrySupplier_asian : public IndexEntrySupplier_Common { diff --git a/i18npool/inc/indexentrysupplier_common.hxx b/i18npool/inc/indexentrysupplier_common.hxx index 6870856741a9..a6cfcb3b7964 100644 --- a/i18npool/inc/indexentrysupplier_common.hxx +++ b/i18npool/inc/indexentrysupplier_common.hxx @@ -31,7 +31,6 @@ namespace i18npool { class CollatorImpl; } namespace i18npool { -// class IndexEntrySupplier_Common class IndexEntrySupplier_Common : public cppu::WeakImplHelper diff --git a/i18npool/inc/indexentrysupplier_default.hxx b/i18npool/inc/indexentrysupplier_default.hxx index 2c7925fc7edd..5f93e8e20698 100644 --- a/i18npool/inc/indexentrysupplier_default.hxx +++ b/i18npool/inc/indexentrysupplier_default.hxx @@ -28,7 +28,6 @@ namespace i18npool { class Index; -// class IndexEntrySupplier_Unicode class IndexEntrySupplier_Unicode : public IndexEntrySupplier_Common { public: diff --git a/i18npool/inc/indexentrysupplier_ja_phonetic.hxx b/i18npool/inc/indexentrysupplier_ja_phonetic.hxx index 7635cb143f7d..8b65843d0225 100644 --- a/i18npool/inc/indexentrysupplier_ja_phonetic.hxx +++ b/i18npool/inc/indexentrysupplier_ja_phonetic.hxx @@ -25,7 +25,6 @@ namespace i18npool { -// class IndexEntrySupplier_ja_phonetic class IndexEntrySupplier_ja_phonetic : public IndexEntrySupplier_Common { diff --git a/i18npool/inc/inputsequencechecker.hxx b/i18npool/inc/inputsequencechecker.hxx index 1c5f2fbf2c94..bbd76025d30c 100644 --- a/i18npool/inc/inputsequencechecker.hxx +++ b/i18npool/inc/inputsequencechecker.hxx @@ -31,7 +31,6 @@ namespace com::sun::star::uno { class XComponentContext; } namespace i18npool { -// class InputSequenceCheckerImpl class InputSequenceCheckerImpl : public cppu::WeakImplHelper < diff --git a/i18npool/inc/inputsequencechecker_hi.hxx b/i18npool/inc/inputsequencechecker_hi.hxx index b0cbe5052505..b7253e49ddda 100644 --- a/i18npool/inc/inputsequencechecker_hi.hxx +++ b/i18npool/inc/inputsequencechecker_hi.hxx @@ -24,7 +24,6 @@ namespace i18npool { -// class InputSequenceChecker_hi class InputSequenceChecker_hi : public InputSequenceCheckerImpl { diff --git a/i18npool/inc/inputsequencechecker_th.hxx b/i18npool/inc/inputsequencechecker_th.hxx index 8f7f1eb56541..aff2c248ca78 100644 --- a/i18npool/inc/inputsequencechecker_th.hxx +++ b/i18npool/inc/inputsequencechecker_th.hxx @@ -24,7 +24,6 @@ namespace i18npool { -// class InputSequenceChecker_th class InputSequenceChecker_th : public InputSequenceCheckerImpl { diff --git a/i18npool/inc/textconversion.hxx b/i18npool/inc/textconversion.hxx index cff2723615ba..b3096ecf86f2 100644 --- a/i18npool/inc/textconversion.hxx +++ b/i18npool/inc/textconversion.hxx @@ -31,7 +31,6 @@ namespace com::sun::star::uno { class XComponentContext; } namespace i18npool { -// class TextConversionService class TextConversionService: public cppu::WeakImplHelper < @@ -83,7 +82,6 @@ typedef struct { } Hangul_Index; -// class TextConversion_ko class TextConversion_ko : public TextConversionService { @@ -120,7 +118,6 @@ private: }; -// class TextConversion_zh // for SChines/TChinese word conversion diff --git a/i18npool/inc/textconversionImpl.hxx b/i18npool/inc/textconversionImpl.hxx index 9cd87e8d611c..fd9ab9cf2177 100644 --- a/i18npool/inc/textconversionImpl.hxx +++ b/i18npool/inc/textconversionImpl.hxx @@ -28,7 +28,6 @@ namespace com::sun::star::uno { class XComponentContext; } namespace i18npool { -// class TextConversion class TextConversionImpl : public cppu::WeakImplHelper < diff --git a/i18npool/inc/unoscripttypedetector.hxx b/i18npool/inc/unoscripttypedetector.hxx index 099552fcf09d..bf4ae87f6f14 100644 --- a/i18npool/inc/unoscripttypedetector.hxx +++ b/i18npool/inc/unoscripttypedetector.hxx @@ -25,7 +25,6 @@ #include <cppuhelper/implbase.hxx> -// class UnoScriptTypeDetector class UnoScriptTypeDetector : public cppu::WeakImplHelper < |