Consider the case where there is not any layout name.
[lyx.git] / src / output.h
blobbeecef7a3939124662d95b6557a7dfde0de12900
1 // -*- C++ -*-
2 /**
3 * \file output.h
4 * This file is part of LyX, the document processor.
5 * Licence details can be found in the file COPYING.
7 * \author Lars Gullik Bjønnes
9 * Full author contact details are available in file CREDITS.
12 #ifndef OUTPUT_H
13 #define OUTPUT_H
15 #include <iosfwd>
16 #include <string>
18 bool openFileWrite(std::ofstream & ofs, std::string const & fname);
20 #endif