mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +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>
|
||||
|
||||
* lstrings.[Ch] (bformat): add a variant taking two ints.
|
||||
|
@ -12,6 +12,7 @@
|
||||
#ifndef LYX_MANIP_H
|
||||
#define LYX_MANIP_H
|
||||
|
||||
#include "LString.h"
|
||||
#include "support/LOstream.h"
|
||||
|
||||
///
|
||||
|
@ -15,6 +15,8 @@
|
||||
#ifndef TEXTUTILS_H
|
||||
#define TEXTUTILS_H
|
||||
|
||||
#include "paragraph.h"
|
||||
|
||||
/// return true if the char is a word separator
|
||||
inline
|
||||
bool IsSeparatorChar(char c)
|
||||
|
Loading…
Reference in New Issue
Block a user