mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Add FIXMEs wrt unicode.
http://thread.gmane.org/gmane.editors.lyx.devel/106763/focus=106769 git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24948 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
5b99af2237
commit
db578f0b98
@ -20,6 +20,10 @@ namespace lyx {
|
||||
|
||||
class Lexer;
|
||||
|
||||
// FIXME UNICODE
|
||||
// Write functions need to use odostream instead of ostream before
|
||||
// we can use docstring instead of string.
|
||||
|
||||
/// Options for PDF generation
|
||||
class PDFOptions {
|
||||
public:
|
||||
|
@ -83,7 +83,8 @@ public:
|
||||
// to display or not.
|
||||
graphics::Params as_grfxParams() const;
|
||||
|
||||
// Identification of the graphics template. No template equals empty string.
|
||||
// FIXME UNICODE. Write functions need to use odostream instead of ostream firstly.
|
||||
/// Identification of the graphics template. No template equals empty string.
|
||||
std::string groupId;
|
||||
private:
|
||||
/// Initialize the object to a default status.
|
||||
|
Loading…
Reference in New Issue
Block a user