correct place the bracket out of the #ifdef

svn path=/trunk/KDE/kdegraphics/okular/; revision=855781
This commit is contained in:
Pino Toscano 2008-09-01 12:51:30 +00:00
parent cfb62ab4d5
commit 355eef2da6

View file

@ -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;
}