summaryrefslogtreecommitdiff
path: root/vcl/source/filter/sgvtext.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/filter/sgvtext.cxx')
-rw-r--r--vcl/source/filter/sgvtext.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/vcl/source/filter/sgvtext.cxx b/vcl/source/filter/sgvtext.cxx
index e942e891bd19..bafcdfa4b442 100644
--- a/vcl/source/filter/sgvtext.cxx
+++ b/vcl/source/filter/sgvtext.cxx
@@ -36,7 +36,6 @@ extern SgfFontLst* pSgfFonts;
#define abs(x) ((x)<0 ? -(x) : (x))
#endif
-
// Limitations: only grey shadows, 2D and with fixed distance.
// Start of AbsBase.Pas
@@ -124,7 +123,6 @@ extern SgfFontLst* pSgfFonts;
#define MinChar 32
#define MaxChar 255
-
#define CharTopToBase 100 /* due to quotes more as 75% */
#define CharTopToBtm 120 /* line height larger as text angle */
// for Avanti-Bold 'ue' actually even 130%
@@ -207,7 +205,6 @@ sal_uInt16 GetTopToBaseLine(sal_uInt16 MaxGrad)
// in spaces, including HardTrenner in minus signs. TextEnde is
// always returned as Char(0).
-
UCHAR ConvertTextChar(UCHAR c)
{
if (c<32) {
@@ -356,7 +353,6 @@ UCHAR ProcessOne(UCHAR* TBuf, sal_uInt16& Index,
return c;
} // end of ProcessOne
-
UCHAR GetTextChar(UCHAR* TBuf, sal_uInt16& Index,
ObjTextType& Atr0, ObjTextType& AktAtr,
sal_uInt16 Rest, bool ScanEsc)
@@ -407,7 +403,6 @@ UCHAR GetTextCharConv(UCHAR* TBuf, sal_uInt16& Index,
return c;
}
-
// Function GetLineFeed()
//
// Required line spacing in SGF-Units. ChrVPos is taken into account.
@@ -1012,7 +1007,6 @@ void ObjTextType::SetFont(sal_uInt32 FontID)
FontHi=sal_uInt16((FontID & 0xFFFF0000)>>16);
}
-
// SGF.Ini lesen
SgfFontOne::SgfFontOne()
{