~ubuntu-branches/ubuntu/wily/libwpd/wily-proposed

« back to all changes in this revision

Viewing changes to src/lib/WP5StylesListener.cpp

  • Committer: Package Import Robot
  • Author(s): Rene Engelhard
  • Date: 2013-05-14 11:01:45 UTC
  • mfrom: (1.5.4)
  • Revision ID: package-import@ubuntu.com-20130514110145-8g97krfs7eoqyuwl
Tags: 0.9.8-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
        {
71
71
        case WPX_PAGE_BREAK:
72
72
        case WPX_SOFT_PAGE_BREAK:
 
73
        {
73
74
                if ((m_pageList.size() > 0) && (m_currentPage==m_pageList.back())
74
75
                        && (m_pageListHardPageMark != m_pageList.end()))
75
76
                {
99
100
                }
100
101
                m_nextPage = WPXPageSpan();
101
102
                m_currentPageHasContent = false;
102
 
                break;
 
103
        }
 
104
        break;
103
105
        default:
104
106
                break;
105
107
        }