mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Get rid of LayoutPtr.h.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23524 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
e13cc7e90d
commit
926ad3d183
@ -82,7 +82,6 @@ src_header_files = Split('''
|
|||||||
Language.h
|
Language.h
|
||||||
Layout.h
|
Layout.h
|
||||||
LayoutEnums.h
|
LayoutEnums.h
|
||||||
LayoutPtr.h
|
|
||||||
Length.h
|
Length.h
|
||||||
Lexer.h
|
Lexer.h
|
||||||
LyX.h
|
LyX.h
|
||||||
|
@ -1,25 +0,0 @@
|
|||||||
// -*- C++ -*-
|
|
||||||
/**
|
|
||||||
* \file LayoutPtr.h
|
|
||||||
* This file is part of LyX, the document processor.
|
|
||||||
* Licence details can be found in the file COPYING.
|
|
||||||
*
|
|
||||||
* \author Lars Gullik Bjønnes
|
|
||||||
*
|
|
||||||
* Full author contact details are available in file CREDITS.
|
|
||||||
*/
|
|
||||||
|
|
||||||
#ifndef LAYOUTPTR_H
|
|
||||||
#define LAYOUTPTR_H
|
|
||||||
|
|
||||||
namespace lyx {
|
|
||||||
|
|
||||||
class Layout;
|
|
||||||
|
|
||||||
/// Global typedef
|
|
||||||
typedef Layout const * LayoutPtr;
|
|
||||||
|
|
||||||
|
|
||||||
} // namespace lyx
|
|
||||||
|
|
||||||
#endif
|
|
@ -224,7 +224,6 @@ HEADERFILESCORE = \
|
|||||||
LaTeXFeatures.h \
|
LaTeXFeatures.h \
|
||||||
LaTeX.h \
|
LaTeX.h \
|
||||||
Layout.h \
|
Layout.h \
|
||||||
LayoutPtr.h \
|
|
||||||
LayoutEnums.h \
|
LayoutEnums.h \
|
||||||
Length.h \
|
Length.h \
|
||||||
Lexer.h \
|
Lexer.h \
|
||||||
|
@ -26,6 +26,8 @@ namespace lyx {
|
|||||||
|
|
||||||
namespace support { class FileName; }
|
namespace support { class FileName; }
|
||||||
|
|
||||||
|
typedef Layout const * LayoutPtr;
|
||||||
|
|
||||||
class Context;
|
class Context;
|
||||||
|
|
||||||
/// A trivial subclass, just to give us a public default constructor
|
/// A trivial subclass, just to give us a public default constructor
|
||||||
|
Loading…
Reference in New Issue
Block a user