correct place the bracket out of the #ifdef

svn path=/trunk/KDE/kdegraphics/okular/; revision=855781
remotes/origin/old/work/tiff-improvements
Pino Toscano 18 years ago
parent cfb62ab4d5
commit 355eef2da6
  1. 2
      core/textdocumentgenerator.cpp

@ -476,8 +476,8 @@ bool TextDocumentGenerator::exportTo( const QString &fileName, const Okular::Exp
QTextDocumentWriter odfWriter( fileName, "html" );
return odfWriter.write( d->mDocument );
}
#endif
}
return false;
}

Loading…
Cancel
Save