mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 03:11:59 +00:00
Typo and style.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33717 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
cabde10fa3
commit
ab76cb0bc9
@ -182,7 +182,8 @@ string LyXVC::checkIn()
|
||||
string LyXVC::checkOut()
|
||||
{
|
||||
//RCS allows checkOut only in ReadOnly mode
|
||||
if (vcs->toggleReadOnlyEnabled() && !owner_->isReadonly()) return string();
|
||||
if (vcs->toggleReadOnlyEnabled() && !owner_->isReadonly())
|
||||
return string();
|
||||
|
||||
LYXERR(Debug::LYXVC, "LyXVC: checkOut");
|
||||
return vcs->checkOut();
|
||||
|
@ -163,7 +163,7 @@ bool TocBackend::updateItem(DocIterator const & dit)
|
||||
void TocBackend::update()
|
||||
{
|
||||
tocs_.clear();
|
||||
if (! buffer_->isInternal()) {
|
||||
if (!buffer_->isInternal()) {
|
||||
DocIterator dit;
|
||||
buffer_->inset().addToToc(dit);
|
||||
}
|
||||
|
@ -412,7 +412,7 @@ void CVS::scanMaster()
|
||||
locker_ = "Unlocked";
|
||||
vcstatus = UNLOCKED;
|
||||
} else {
|
||||
// Here we should also to some more checking
|
||||
// Here we should also do some more checking
|
||||
// to see if there are conflicts or not.
|
||||
locker_ = "Locked";
|
||||
vcstatus = LOCKED;
|
||||
|
Loading…
Reference in New Issue
Block a user