summaryrefslogtreecommitdiff
path: root/svx/source/dialog/paraprev.cxx
diff options
context:
space:
mode:
authorAlbert Thuswaldner <albert.thuswaldner@gmail.com>2011-02-21 23:29:31 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-02-21 23:29:31 +0100
commit43fdbd39de2089c42d6538964b87f05a3407f929 (patch)
tree02eb64be08f49581b662bef4d1b00ba279850e15 /svx/source/dialog/paraprev.cxx
parent3b29a82367b8733e02aa8882912d3def85b8ecea (diff)
Remove dead code and translate German comments
Diffstat (limited to 'svx/source/dialog/paraprev.cxx')
-rw-r--r--svx/source/dialog/paraprev.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/dialog/paraprev.cxx b/svx/source/dialog/paraprev.cxx
index 73f9a5c4ff39..88a8f6caedc7 100644
--- a/svx/source/dialog/paraprev.cxx
+++ b/svx/source/dialog/paraprev.cxx
@@ -54,7 +54,7 @@ SvxParaPrevWindow::SvxParaPrevWindow( Window* pParent, const ResId& rId ) :
nLineVal ( 0 )
{
- // defaultmaessing in Twips rechnen
+ // Count in Twips by default
SetMapMode( MapMode( MAP_TWIP ) );
aWinSize = GetOutputSizePixel();
aWinSize = PixelToLogic( aWinSize );
@@ -220,7 +220,7 @@ void SvxParaPrevWindow::DrawParagraph( BOOL bAll )
}
aPnt.Y() += nH;
- // wieder zuruecksetzen, fuer jede Linie neu berechnen
+ // Reset, recalculate for each line
aPnt.X() = DEF_MARGIN / 2;
aSiz = aLineSiz;
}