~ubuntu-branches/ubuntu/raring/calligra/raring-proposed

« back to all changes in this revision

Viewing changes to plugins/textshape/dialogs/ParagraphGeneral.cpp

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2013-01-15 17:26:10 UTC
  • mfrom: (1.1.17)
  • Revision ID: package-import@ubuntu.com-20130115172610-b193s9546hyssmym
Tags: 1:2.5.94-0ubuntu1
New upstream RC release

Show diffs side-by-side

added added

removed removed

Lines of Context:
157
157
void ParagraphGeneral::save(KoParagraphStyle *style)
158
158
{
159
159
    KoParagraphStyle *savingStyle;
 
160
 
160
161
    if (style == 0) {
161
162
        if (m_style == 0)
162
163
            return;