mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 21:21:32 +00:00
simple ws changes only
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8594 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
e4025acc32
commit
68b7ef25fb
@ -304,4 +304,3 @@ bool operator==(ParagraphParameeters const & ps1,
|
|||||||
&& ps1.leftindent == ps2.leftindent;
|
&& ps1.leftindent == ps2.leftindent;
|
||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -449,4 +449,3 @@ std::ostream & operator<<(std::ostream & os, StableDocIterator const & dit)
|
|||||||
os << " " << dit.data_[i] << "\n";
|
os << " " << dit.data_[i] << "\n";
|
||||||
return os;
|
return os;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -25,4 +25,3 @@ void addDefaultTags(Glib::RefPtr<Gtk::TextBuffer> & buf) {
|
|||||||
buf->get_tag_table()->add(boldTag);
|
buf->get_tag_table()->add(boldTag);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -56,4 +56,3 @@ void QVSpaceDialog::enableCustom(int)
|
|||||||
valueLE->setEnabled(enable);
|
valueLE->setEnabled(enable);
|
||||||
unitCO->setEnabled(enable);
|
unitCO->setEnabled(enable);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -285,4 +285,3 @@ ButtonPolicy::SMInput FormBox::input(FL_OBJECT * ob, long)
|
|||||||
|
|
||||||
return ButtonPolicy::SMI_VALID;
|
return ButtonPolicy::SMI_VALID;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -290,4 +290,3 @@ void InsetBibtex::validate(LaTeXFeatures & features) const
|
|||||||
if (features.bufferParams().use_bibtopic)
|
if (features.bufferParams().use_bibtopic)
|
||||||
features.require("bibtopic");
|
features.require("bibtopic");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1801,4 +1801,3 @@ string const InsetTabularMailer::params2string(InsetTabular const & inset)
|
|||||||
data << "\\end_inset\n";
|
data << "\\end_inset\n";
|
||||||
return data.str();
|
return data.str();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -367,5 +367,3 @@ bool findNextChange(BufferView * bv)
|
|||||||
|
|
||||||
} // find namespace
|
} // find namespace
|
||||||
} // lyx namespace
|
} // lyx namespace
|
||||||
|
|
||||||
|
|
||||||
|
@ -320,4 +320,3 @@ LyXLex & LyXLex::operator>>(bool & s)
|
|||||||
}
|
}
|
||||||
return *this;
|
return *this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -124,4 +124,3 @@ void Row::dump(const char * s) const
|
|||||||
<< " top_of_text: " << top_of_text_
|
<< " top_of_text: " << top_of_text_
|
||||||
<< " y_offset: " << y_offset_ << std::endl;
|
<< " y_offset: " << y_offset_ << std::endl;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -272,4 +272,3 @@ void docbookParagraphs(Buffer const & buf,
|
|||||||
os << endl;
|
os << endl;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -160,5 +160,3 @@ void linuxdocParagraphs(Buffer const & buf,
|
|||||||
for (int i = depth; i >= 0; --i)
|
for (int i = depth; i >= 0; --i)
|
||||||
sgml::closeTag(os, depth, false, environment_stack[i]);
|
sgml::closeTag(os, depth, false, environment_stack[i]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -1881,5 +1881,3 @@ unsigned char Paragraph::transformChar(unsigned char c, pos_type pos) const
|
|||||||
return Encodings::TransformChar(c, Encodings::FORM_ISOLATED);
|
return Encodings::TransformChar(c, Encodings::FORM_ISOLATED);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user