lyx_mirror/src/lyxrow_funcs.h

25 lines
470 B
C
Raw Normal View History

// -*- C++ -*-
/**
* \file lyxrow_funcs.h
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*
* \author Lars Gullik Bj<EFBFBD>nnes
* \author Andr<EFBFBD> P<EFBFBD>nitz
*
* Full author contact details are available in file CREDITS.
*/
#ifndef LYXROW_FUNCS_H
#define LYXROW_FUNCS_H
#include "support/types.h"
class Paragraph;
class Row;
bool hfillExpansion(Paragraph const & par, Row const & row,
lyx::pos_type pos);
#endif