Consider the case where there is not any layout name.
[lyx.git] / src / lyxrow_funcs.h
blob2eee7cf2821be054b002d203c91ef592bbf5c8b3
1 // -*- C++ -*-
2 /**
3 * \file lyxrow_funcs.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
8 * \author André Pönitz
10 * Full author contact details are available in file CREDITS.
13 #ifndef LYXROW_FUNCS_H
14 #define LYXROW_FUNCS_H
16 #include "support/types.h"
18 class Paragraph;
19 class Row;
21 bool hfillExpansion(Paragraph const & par, Row const & row,
22 lyx::pos_type pos);
24 #endif