]> git.lyx.org Git - lyx.git/blob - src/lengthcommon.h
Use paragraph iterators in CutAndPaste::SwitchLayoutsBetweenClasses
[lyx.git] / src / lengthcommon.h
1 // -*- C++ -*-
2
3 #ifndef LENGHT_COMMON_H
4 #define LENGHT_COMMON_H
5
6 #include "LString.h"
7 #include "lyxlength.h"
8
9 extern int const num_units;
10
11 // I am not sure if "mu" should be possible to select (Lgb)
12 extern char const *unit_name[];
13
14 LyXLength::UNIT unitFromString(string const & data);
15
16 #endif