mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-11 11:08:41 +00:00
performance fix.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16597 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
9844a3520f
commit
cf30cf83c6
@ -125,10 +125,14 @@ public:
|
||||
///
|
||||
void boundary(bool b) { boundary_ = b; }
|
||||
|
||||
/// are we in mathed?
|
||||
bool inMathed() const;
|
||||
/// are we in texted?
|
||||
bool inTexted() const;
|
||||
/// are we in mathed?.
|
||||
/// inlined out because of profiling results under linux when
|
||||
/// opening a document.
|
||||
inline bool inMathed() const;
|
||||
/// are we in texted?.
|
||||
/// inlined out because of profiling results under linux when
|
||||
/// opening a document.
|
||||
inline bool inTexted() const;
|
||||
|
||||
//
|
||||
// math-specific part
|
||||
|
Loading…
Reference in New Issue
Block a user