summaryrefslogtreecommitdiffstats
path: root/reportdesign
diff options
context:
space:
mode:
authorGuillaume Poussel <gpoussel@gmail.com>2011-02-07 20:20:28 +0100
committerCédric Bosdonnat <cedricbosdo@openoffice.org>2011-02-08 18:45:09 +0100
commitc93d29181a182b889ca727553ba07e25b55e177f (patch)
treea04b2f6bee2bb17601b642d994c3f19247ed08af /reportdesign
parentAdapt to move of prewin.h and postwin.h (diff)
downloadcore-c93d29181a182b889ca727553ba07e25b55e177f.tar.gz
core-c93d29181a182b889ca727553ba07e25b55e177f.zip
Clean-up bogus comments in base.
Diffstat (limited to 'reportdesign')
-rw-r--r--reportdesign/source/core/api/ReportComponent.cxx2
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();