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:
Lars Gullik Bjønnes 2004-04-03 08:37:12 +00:00
parent e4025acc32
commit 68b7ef25fb
96 changed files with 267 additions and 283 deletions

View File

@ -304,4 +304,3 @@ bool operator==(ParagraphParameeters const & ps1,
&& ps1.leftindent == ps2.leftindent;
}
*/

View File

@ -449,4 +449,3 @@ std::ostream & operator<<(std::ostream & os, StableDocIterator const & dit)
os << " " << dit.data_[i] << "\n";
return os;
}

View File

@ -25,4 +25,3 @@ void addDefaultTags(Glib::RefPtr<Gtk::TextBuffer> & buf) {
buf->get_tag_table()->add(boldTag);
}

View File

@ -56,4 +56,3 @@ void QVSpaceDialog::enableCustom(int)
valueLE->setEnabled(enable);
unitCO->setEnabled(enable);
}

View File

@ -285,4 +285,3 @@ ButtonPolicy::SMInput FormBox::input(FL_OBJECT * ob, long)
return ButtonPolicy::SMI_VALID;
}

View File

@ -290,4 +290,3 @@ void InsetBibtex::validate(LaTeXFeatures & features) const
if (features.bufferParams().use_bibtopic)
features.require("bibtopic");
}

View File

@ -1801,4 +1801,3 @@ string const InsetTabularMailer::params2string(InsetTabular const & inset)
data << "\\end_inset\n";
return data.str();
}

View File

@ -367,5 +367,3 @@ bool findNextChange(BufferView * bv)
} // find namespace
} // lyx namespace

View File

@ -320,4 +320,3 @@ LyXLex & LyXLex::operator>>(bool & s)
}
return *this;
}

View File

@ -124,4 +124,3 @@ void Row::dump(const char * s) const
<< " top_of_text: " << top_of_text_
<< " y_offset: " << y_offset_ << std::endl;
}

View File

@ -272,4 +272,3 @@ void docbookParagraphs(Buffer const & buf,
os << endl;
}
}

View File

@ -160,5 +160,3 @@ void linuxdocParagraphs(Buffer const & buf,
for (int i = depth; i >= 0; --i)
sgml::closeTag(os, depth, false, environment_stack[i]);
}

View File

@ -1881,5 +1881,3 @@ unsigned char Paragraph::transformChar(unsigned char c, pos_type pos) const
return Encodings::TransformChar(c, Encodings::FORM_ISOLATED);
}
}