mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +00:00
ws cleanup
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3802 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
0fde5a4c78
commit
a654de29ea
@ -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>
|
||||
|
@ -312,4 +312,3 @@ void ExternalTemplate::FormatTemplate::readFormat(LyXLex & lex)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -344,4 +344,3 @@ bool operator!=(InsetExternal::Params const & left,
|
||||
{
|
||||
return !(left == right);
|
||||
}
|
||||
|
||||
|
@ -41,6 +41,3 @@ public:
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
|
@ -38,8 +38,3 @@ public:
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -124,4 +124,3 @@ private:
|
||||
string const dispString(Language const *) const;
|
||||
};
|
||||
#endif
|
||||
|
||||
|
@ -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>
|
||||
|
@ -147,5 +147,3 @@ private:
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
@ -39,4 +39,3 @@ char const * StrPool::add(string const & str)
|
||||
}
|
||||
|
||||
//StrPool strPool;
|
||||
|
||||
|
@ -1327,5 +1327,3 @@ void removeAutosaveFile(string const & filename)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
@ -29,4 +29,3 @@ int Path::pop()
|
||||
popped_ = true;
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
@ -259,5 +259,3 @@ template<typename T>
|
||||
#endif // ifndef BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
|
||||
|
||||
#endif // LYX_SMART_PTR_H
|
||||
|
||||
|
||||
|
@ -47,4 +47,3 @@ namespace lyx
|
||||
} // namespace boost
|
||||
|
||||
#endif // BOOST_UTILITY_HPP
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user