lyx_mirror/src/insets/insetloa.C
Allan Rae 457e414feb included sgi-stl-32-merge
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@373 a592a061-630c-0410-9148-cb99ea01b6c8
1999-12-13 07:33:00 +00:00

31 lines
679 B
C

// -*- C++ -*-
/* This file is part of*
* ======================================================
*
* LyX, The Document Processor
*
* Copyright (C) 1995 Matthias Ettrich
* Copyright (C) 1996-1999 The LyX Team.
*
* ====================================================== */
// Created by Bernhard 970908
#include <config.h>
#ifdef __GNUG__
#pragma implementation "insetloa.h"
#pragma implementation "insetlof.h"
#pragma implementation "insetlot.h"
#endif
#include "insetloa.h"
#include "insetlof.h"
#include "insetlot.h"
#include "LaTeXFeatures.h"
void InsetLOA::Validate(LaTeXFeatures & features) const
{
features.algorithm = true;
}