Commit (HEAD): very minor change to fl_BlockLayout.cpp.

From: Robert Wilhelm (robert.wilhelm_at_gmx.net)
Date: Tue Dec 30 2003 - 14:25:17 EST

  • Next message: Marc Maurer: "Commit (STABLE2): Re: patch: Proposed patch for gr_Graphics.cpp"

    Very minor change.
    match return value of fl_BlockLayout::getPosition to declaration.
    CVS:
    ----------------------------------------------------------------------
    CVS: Enter Log. Lines beginning with `CVS:' are removed automatically
    CVS:
    CVS: Committing in .
    CVS:
    CVS: Modified Files:
    CVS: fl_BlockLayout.cpp
    CVS:
    ----------------------------------------------------------------------
    diff -u -r1.574 fl_BlockLayout.cpp
    --- fl_BlockLayout.cpp 28 Dec 2003 08:33:13 -0000 1.574
    +++ fl_BlockLayout.cpp 30 Dec 2003 19:18:08 -0000
    @@ -2273,7 +2273,7 @@
      \return Position of block (or first run in block)
      \fixme Split in two functions if called most often with FALSE
     */
    -UT_uint32 fl_BlockLayout::getPosition(bool bActualBlockPos) const
    +PT_DocPosition fl_BlockLayout::getPosition(bool bActualBlockPos) const
     {
            PT_DocPosition pos = m_pDoc->getStruxPosition(m_sdh);
      



    This archive was generated by hypermail 2.1.4 : Tue Dec 30 2003 - 14:24:04 EST