mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-23 02:14:50 +00:00
remove isMetaInset again that slipped in as result of a merging conflict
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3081 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
cd6e293ed7
commit
a2f11c1208
@ -103,8 +103,8 @@ public:
|
|||||||
Language const * from, Language const * to);
|
Language const * from, Language const * to);
|
||||||
///
|
///
|
||||||
bool isMultiLingual(BufferParams const &);
|
bool isMultiLingual(BufferParams const &);
|
||||||
///
|
|
||||||
|
|
||||||
|
///
|
||||||
string const asString(Buffer const *, bool label);
|
string const asString(Buffer const *, bool label);
|
||||||
///
|
///
|
||||||
string const asString(Buffer const *, pos_type beg, pos_type end,
|
string const asString(Buffer const *, pos_type beg, pos_type end,
|
||||||
@ -411,9 +411,4 @@ private:
|
|||||||
Pimpl * pimpl_;
|
Pimpl * pimpl_;
|
||||||
};
|
};
|
||||||
|
|
||||||
inline bool isMetaInset(Paragraph const * par, Paragraph::pos_type const pos)
|
|
||||||
{
|
|
||||||
return par->getChar(pos) == Paragraph::META_INSET;
|
|
||||||
}
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user