summaryrefslogtreecommitdiff
path: root/svx/source/dialog
diff options
context:
space:
mode:
authorJúlio Hoffimann <julio.hoffimann@gmail.com>2011-04-10 22:54:26 -0300
committerMichael Meeks <michael.meeks@novell.com>2011-04-11 10:27:51 +0100
commita42717fef2226ba525a286fc43298b99b43d8857 (patch)
treed800835bb6833a82747d00ab673fea1f03bc4848 /svx/source/dialog
parentbe660c465716533be4adbb579826bf28978cc91f (diff)
not useful dates in source code removed
Diffstat (limited to 'svx/source/dialog')
-rw-r--r--svx/source/dialog/fntctrl.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/svx/source/dialog/fntctrl.cxx b/svx/source/dialog/fntctrl.cxx
index 14eb6dd78272..4ced517895c9 100644
--- a/svx/source/dialog/fntctrl.cxx
+++ b/svx/source/dialog/fntctrl.cxx
@@ -200,13 +200,13 @@ inline sal_Bool FontPrevWin_Impl::Is100PercentFontWidthValid() const
// class FontPrevWin_Impl -----------------------------------------------
-/*-----------------19.7.2001 08:44------------------
+/*
* void FontPrevWin_Impl::_CheckScript()
* evalutates the scripttypes of the actual string.
* Afterwards the positions of script change are notified in aScriptChg,
* the scripttypes in aScriptType.
* The aTextWidth array will be filled with zero.
- * --------------------------------------------------*/
+ */
void FontPrevWin_Impl::_CheckScript()
{
@@ -271,7 +271,7 @@ void FontPrevWin_Impl::_CheckScript()
}
}
-/*-----------------19.7.2001 08:48------------------
+/*
* Size FontPrevWin_Impl::CalcTextSize(..)
* fills the aTextWidth array with the text width of every part
* of the actual string without a script change inside.
@@ -279,7 +279,7 @@ void FontPrevWin_Impl::_CheckScript()
* for Asian parts the aCJKFont.
* The returned size contains the whole string.
* The member nAscent is calculated to the maximal ascent of all used fonts.
- * --------------------------------------------------*/
+ */
Size FontPrevWin_Impl::CalcTextSize( OutputDevice* pWin, OutputDevice* _pPrinter,
SvxFont &rFont )
@@ -352,12 +352,12 @@ Size FontPrevWin_Impl::CalcTextSize( OutputDevice* pWin, OutputDevice* _pPrinter
return aTxtSize;
}
-/*-----------------19.7.2001 08:54------------------
+/*
* void FontPrevWin_Impl::DrawPrev(..)
* calls SvxFont::DrawPrev(..) for every part of the string without a script
* change inside, for Asian parts the aCJKFont will be used, otherwise the
* given rFont.
- * --------------------------------------------------*/
+ */
void FontPrevWin_Impl::DrawPrev( OutputDevice* pWin, Printer* _pPrinter,
Point &rPt, SvxFont &rFont )