Kaydet (Commit) 39566f99 authored tarafından Miklos Vajna's avatar Miklos Vajna

SwFntObj::GetTextSize: clean up ascii-art

Change-Id: I39a2d3128e5b8f09f1cac895205dea683a4abd17
üst d48faab3
...@@ -113,6 +113,7 @@ public: ...@@ -113,6 +113,7 @@ public:
inline sal_Bool IsSymbol() const { return bSymbol; } inline sal_Bool IsSymbol() const { return bSymbol; }
void DrawText( SwDrawTextInfo &rInf ); void DrawText( SwDrawTextInfo &rInf );
/// determine the TextSize (of the printer)
Size GetTextSize( SwDrawTextInfo &rInf ); Size GetTextSize( SwDrawTextInfo &rInf );
xub_StrLen GetCrsrOfst( SwDrawTextInfo &rInf ); xub_StrLen GetCrsrOfst( SwDrawTextInfo &rInf );
......
...@@ -1766,16 +1766,6 @@ void SwFntObj::DrawText( SwDrawTextInfo &rInf ) ...@@ -1766,16 +1766,6 @@ void SwFntObj::DrawText( SwDrawTextInfo &rInf )
} }
} }
/*************************************************************************
*
* Size SwFntObj::GetTextSize( const OutputDevice *pOut, const String &rTxt,
* const sal_uInt16 nIdx, const sal_uInt16 nLen, const short nKern = 0 );
*
* determine the TextSize (of the printer)
*
*************************************************************************/
Size SwFntObj::GetTextSize( SwDrawTextInfo& rInf ) Size SwFntObj::GetTextSize( SwDrawTextInfo& rInf )
{ {
Size aTxtSize; Size aTxtSize;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment