mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-13 06:20:28 +00:00
Consistent headers in support.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7682 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
97035ea00a
commit
68a06b9c46
@ -1,3 +1,9 @@
|
|||||||
|
2003-09-05 Angus Leeming <leeming@lyx.org>
|
||||||
|
|
||||||
|
* lyxmanip.h:
|
||||||
|
* textutils.h:
|
||||||
|
ensure that the header file can be compiled stand-alone.
|
||||||
|
|
||||||
2003-09-04 Lars Gullik Bjønnes <larsbj@lyx.org>
|
2003-09-04 Lars Gullik Bjønnes <larsbj@lyx.org>
|
||||||
|
|
||||||
* lstrings.[Ch] (bformat): add a variant taking two ints.
|
* lstrings.[Ch] (bformat): add a variant taking two ints.
|
||||||
|
@ -12,6 +12,7 @@
|
|||||||
#ifndef LYX_MANIP_H
|
#ifndef LYX_MANIP_H
|
||||||
#define LYX_MANIP_H
|
#define LYX_MANIP_H
|
||||||
|
|
||||||
|
#include "LString.h"
|
||||||
#include "support/LOstream.h"
|
#include "support/LOstream.h"
|
||||||
|
|
||||||
///
|
///
|
||||||
|
@ -15,6 +15,8 @@
|
|||||||
#ifndef TEXTUTILS_H
|
#ifndef TEXTUTILS_H
|
||||||
#define TEXTUTILS_H
|
#define TEXTUTILS_H
|
||||||
|
|
||||||
|
#include "paragraph.h"
|
||||||
|
|
||||||
/// return true if the char is a word separator
|
/// return true if the char is a word separator
|
||||||
inline
|
inline
|
||||||
bool IsSeparatorChar(char c)
|
bool IsSeparatorChar(char c)
|
||||||
|
Loading…
Reference in New Issue
Block a user