PDF: code clean up lib/redmine/export/pdf.rb.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6138 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
3a79ab7401
commit
aa973f0af6
|
@ -107,8 +107,8 @@ module Redmine
|
||||||
RDMPdfEncoding::rdm_pdf_iconv(@ic, txt)
|
RDMPdfEncoding::rdm_pdf_iconv(@ic, txt)
|
||||||
end
|
end
|
||||||
|
|
||||||
def RDMCell(w,h=0,txt='',border=0,ln=0,align='',fill=0,link='')
|
def RDMCell(w ,h=0, txt='', border=0, ln=0, align='', fill=0, link='')
|
||||||
Cell(w,h,fix_text_encoding(txt),border,ln,align,fill,link)
|
Cell(w, h, fix_text_encoding(txt), border, ln, align, fill, link)
|
||||||
end
|
end
|
||||||
|
|
||||||
def RDMMultiCell(w, h=0, txt='', border=0, align='', fill=0, ln=1)
|
def RDMMultiCell(w, h=0, txt='', border=0, align='', fill=0, ln=1)
|
||||||
|
|
Loading…
Reference in New Issue