lyx_mirror/src/tex2lyx/lengthcommon.cpp
Bo Peng 04591a6e34 Rename .C ==> .cpp for files in src/tex2lyx, part two
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18023 a592a061-630c-0410-9148-cb99ea01b6c8
2007-04-26 04:53:30 +00:00

14 lines
434 B
C++

// This file is here sine the master lengthcommon.cpp contains gettext
// markers, and also that this file does not always exist (in the linked
// case). So it is possible for po/POTFILES.in to get out of sync.
// The compile will then fail. So to make sure that this file
//(tex2lyx/lengthcommon.cpp) is not present in POTFILES.in we do a
// include trick. (Lgb)
#include "../lengthcommon.cpp"
namespace lyx {
} // namespace lyx