Biblio.{h,cpp} --> BiblioInfo.{h,cpp}

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19660 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2007-08-20 17:04:36 +00:00
parent 7a870a41d1
commit cd772c60a5
14 changed files with 17 additions and 17 deletions

View File

@ -12,7 +12,7 @@ INC += boost
HPP += ASpell_local.h
HPP += Author.h
HPP += Biblio.h
HPP += BiblioInfo.h
HPP += Bidi.h
HPP += Box.h
HPP += BranchList.h
@ -122,7 +122,7 @@ HPP += version.h
#CPP += ASpell.cpp
CPP += Author.cpp
CPP += Biblio.cpp
CPP += BiblioInfo.cpp
CPP += Bidi.cpp
CPP += Box.cpp
CPP += BranchList.cpp

View File

@ -33,7 +33,7 @@ TOP_extra_files = Split('''
src_header_files = Split('''
ASpell_local.h
Author.h
Biblio.h
BiblioInfo.h
Bidi.h
Box.h
BranchList.h
@ -144,7 +144,7 @@ src_header_files = Split('''
src_pre_files = Split('''
Author.cpp
Biblio.cpp
BiblioInfo.cpp
Bidi.cpp
BranchList.cpp
Buffer.cpp

View File

@ -12,7 +12,7 @@
#include <config.h>
#include "Biblio.h"
#include "BiblioInfo.h"
#include "Buffer.h"
#include "BufferParams.h"
#include "buffer_funcs.h"

View File

@ -1,6 +1,6 @@
// -*- C++ -*-
/**
* \file Biblio.h
* \file BiblioInfo.h
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*

View File

@ -13,7 +13,7 @@
#include "Buffer.h"
#include "Author.h"
#include "Biblio.h"
#include "BiblioInfo.h"
#include "BranchList.h"
#include "buffer_funcs.h"
#include "BufferList.h"

View File

@ -15,7 +15,7 @@
#ifndef BUFFERPARAMS_H
#define BUFFERPARAMS_H
#include "Biblio.h"
#include "BiblioInfo.h"
#include "TextClass.h"
#include "paper.h"

View File

@ -78,8 +78,8 @@ endif
liblyxcore_la_SOURCES = \
Author.cpp \
Author.h \
Biblio.h \
Biblio.cpp \
BiblioInfo.h \
BiblioInfo.cpp \
Bidi.cpp \
Bidi.h \
boost.cpp \

View File

@ -13,7 +13,7 @@
#ifndef CONTROLCITATION_H
#define CONTROLCITATION_H
#include "Biblio.h"
#include "BiblioInfo.h"
#include "ControlCommand.h"
namespace lyx {

View File

@ -15,7 +15,7 @@
#ifndef INSETBASE_H
#define INSETBASE_H
#include "Biblio.h"
//#include "BiblioInfo.h"
#include "Changes.h"
#include "Dimension.h"
@ -26,6 +26,7 @@
namespace lyx {
class BiblioInfo;
class Buffer;
class BufferParams;
class BufferView;

View File

@ -14,7 +14,7 @@
#include "InsetCommand.h"
#include "Biblio.h"
#include "BiblioInfo.h"
namespace lyx {

View File

@ -14,7 +14,7 @@
#include <map>
#include "InsetCommand.h"
#include "Biblio.h"
#include "BiblioInfo.h"
#include "support/FileName.h"

View File

@ -13,7 +13,6 @@
#include "InsetCitation.h"
#include "Biblio.h"
#include "Buffer.h"
#include "BufferParams.h"
#include "debug.h"

View File

@ -16,7 +16,7 @@
#include "InsetCommand.h"
#include "Biblio.h"
#include "BiblioInfo.h"
namespace lyx {

View File

@ -12,7 +12,7 @@
#ifndef INSET_INCLUDE_H
#define INSET_INCLUDE_H
#include "Biblio.h"
#include "BiblioInfo.h"
#include "Inset.h"
#include "InsetCommandParams.h"
#include "RenderButton.h"