Enable compilation with lyxstring again.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4198 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jürgen Vigna 2002-05-24 10:39:34 +00:00
parent b7a265b19e
commit 20d61473cc
13 changed files with 36 additions and 16 deletions

View File

@ -30,6 +30,7 @@ src/frontends/controllers/ControlThesaurus.C
src/frontends/controllers/ControlVCLog.C
src/frontends/controllers/frnt_lang.C
src/frontends/controllers/helper_funcs.C
src/frontends/LyXView.C
src/frontends/qt2/Alert_pimpl.C
src/frontends/qt2/FileDialog.C
src/frontends/qt2/lengthcombo.C
@ -189,7 +190,6 @@ src/lyx_main.C
src/lyxrc.C
src/lyxtextclasslist.C
src/lyxvc.C
src/LyXView.C
src/mathed/formulabase.C
src/mathed/formula.C
src/mathed/formulamacro.C

View File

@ -3,6 +3,8 @@
* undo_funcs.C (textHandleUndo): fix the cursor selection after
setting the undo_cursor.
* ParagraphParameters.h: include local includes first.
2002-05-23 John Levon <moz@compsoc.man.ac.uk>
* BufferView_pimpl.C:

View File

@ -7,8 +7,8 @@
#pragma interface
#endif
#include "ShareContainer.h"
#include "LString.h"
#include "ShareContainer.h"
#include "layout.h"
// Not yet... lyx 1.3.x or so

View File

@ -1,3 +1,8 @@
2002-05-24 Juergen Vigna <jug@sad.it>
* FormMathsBitmap.C: include local includes first (selfcontainment)
* FormMathsBitmap.h: include LString.h first.
2002-05-23 John Levon <moz@compsoc.man.ac.uk>
* XFormsView.C:

View File

@ -9,17 +9,12 @@
*/
#include <config.h>
#include <algorithm>
#include <iomanip>
#include XPM_H_LOCATION
#ifdef __GNUG__
#pragma implementation
#endif
#include "FormMathsBitmap.h"
#include "Dialogs.h"
#include "frontends/LyXView.h"
#include "bmtable.h"
@ -28,6 +23,11 @@
#include "gettext.h"
#include "support/LAssert.h"
#include XPM_H_LOCATION
#include <algorithm>
#include <iomanip>
using std::vector;
using std::endl;
using std::setw;

View File

@ -12,6 +12,9 @@
#ifndef FORM_MATHSBITMAP_H
#define FORM_MATHSBITMAP_H
#include "LString.h"
#include "FormMathsPanel.h"
#include <vector>
#include "support/smart_ptr.h"
@ -19,9 +22,6 @@
#pragma interface
#endif
#include "LString.h"
#include "FormMathsPanel.h"
/**
* This class provides an XForms implementation of a maths bitmap form.
*/

View File

@ -1,3 +1,8 @@
2002-05-24 Juergen Vigna <jug@sad.it>
* GraphicsCache.h:
* GraphicsImage.h: include LString.h first.
2002-05-22 Lars Gullik Bjønnes <larsbj@birdstep.com>
* GraphicsCacheItem.h: use more specific smart_ptr header.

View File

@ -21,10 +21,10 @@
#pragma interface
#endif
#include "LString.h"
#include "GraphicsTypes.h"
#include <map>
#include <vector>
#include "LString.h"
#include <boost/utility.hpp>
class InsetGraphics;

View File

@ -22,8 +22,8 @@
#ifndef GRAPHICSIMAGE_H
#define GRAPHICSIMAGE_H
#include "GraphicsTypes.h"
#include "LString.h"
#include "GraphicsTypes.h"
#include <boost/shared_ptr.hpp>

View File

@ -1,3 +1,7 @@
2002-05-24 Juergen Vigna <jug@sad.it>
* insetgraphics.h: include inset.h first (for LString.h)
2002-05-23 John Levon <moz@compsoc.man.ac.uk>
* insettext.C: screen moved

View File

@ -19,8 +19,8 @@
#pragma interface
#endif
#include "graphics/GraphicsTypes.h"
#include "insets/inset.h"
#include "graphics/GraphicsTypes.h"
#include "insets/insetgraphicsParams.h"
// We need a signal here to hide an active dialog when we are deleted.
#include "sigc++/signal_system.h"

View File

@ -1,3 +1,7 @@
2002-05-24 Juergen Vigna <jug@sad.it>
* lyxsum.C: include local includes first (self containment)
2002-05-22 Lars Gullik Bjønnes <larsbj@birdstep.com>
* forkedcall.h: use more specific smart_ptr header.

View File

@ -10,12 +10,12 @@
#include <config.h>
#include <algorithm>
#include <boost/crc.hpp>
#include "support/lyxlib.h"
#include "debug.h"
#include <algorithm>
#include <boost/crc.hpp>
using std::endl;
// Various implementations of lyx::sum(), depending on what methods