diff options
author | Guillaume Poussel <gpoussel@gmail.com> | 2011-02-07 20:20:28 +0100 |
---|---|---|
committer | Cédric Bosdonnat <cedricbosdo@openoffice.org> | 2011-02-08 18:45:09 +0100 |
commit | c93d29181a182b889ca727553ba07e25b55e177f (patch) | |
tree | a04b2f6bee2bb17601b642d994c3f19247ed08af /reportdesign/source | |
parent | 9a9c4c0159a35ff671af788608a4c04753f66ace (diff) |
Clean-up bogus comments in base.
Diffstat (limited to 'reportdesign/source')
-rw-r--r-- | reportdesign/source/core/api/ReportComponent.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/reportdesign/source/core/api/ReportComponent.cxx b/reportdesign/source/core/api/ReportComponent.cxx index f358c252743f..6854cec6e635 100644 --- a/reportdesign/source/core/api/ReportComponent.cxx +++ b/reportdesign/source/core/api/ReportComponent.cxx @@ -55,7 +55,7 @@ void lcl_getDefaultFonts( Font& rLatinFont, Font& rCJKFont, Font& rCTLFont,Langu { LanguageType eLatin = _eLatin; - // #108374# / #107782#: If the UI language is Korean, the default Latin font has to + // If the UI language is Korean, the default Latin font has to // be queried for Korean, too (the Latin language from the document can't be Korean). // This is the same logic as in SwDocShell::InitNew. LanguageType eUiLanguage = Application::GetSettings().GetUILanguage(); |