ws cleanup

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3802 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Lars Gullik Bjønnes 2002-03-21 17:09:55 +00:00
parent 0fde5a4c78
commit a654de29ea
117 changed files with 1446 additions and 1462 deletions

View File

@ -1,5 +1,7 @@
2002-03-21 Lars Gullik Bjønnes <larsbj@birdstep.com>
* all files: ws cleanup
* Makefile.am: remove ld -r stuff
2002-03-21 Juergen Vigna <jug@sad.it>

View File

@ -312,4 +312,3 @@ void ExternalTemplate::FormatTemplate::readFormat(LyXLex & lex)
}
}
}

View File

@ -344,4 +344,3 @@ bool operator!=(InsetExternal::Params const & left,
{
return !(left == right);
}

View File

@ -41,6 +41,3 @@ public:
};
#endif

View File

@ -38,8 +38,3 @@ public:
};
#endif

View File

@ -124,4 +124,3 @@ private:
string const dispString(Language const *) const;
};
#endif

View File

@ -1,5 +1,7 @@
2002-03-21 Lars Gullik Bjønnes <larsbj@birdstep.com>
* most files: ws cleanup
* Makefile.am: remove ld -r stuff
2002-03-20 Lars Gullik Bjønnes <larsbj@birdstep.com>

View File

@ -147,5 +147,3 @@ private:
};
#endif

View File

@ -39,4 +39,3 @@ char const * StrPool::add(string const & str)
}
//StrPool strPool;

View File

@ -1327,5 +1327,3 @@ void removeAutosaveFile(string const & filename)
}
}
}

View File

@ -29,4 +29,3 @@ int Path::pop()
popped_ = true;
return 0;
}

View File

@ -259,5 +259,3 @@ template<typename T>
#endif // ifndef BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
#endif // LYX_SMART_PTR_H

View File

@ -47,4 +47,3 @@ namespace lyx
} // namespace boost
#endif // BOOST_UTILITY_HPP