summaryrefslogtreecommitdiffstats
path: root/include/tools
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-07-08 16:27:04 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-07-08 18:40:11 +0100
commitd0e65716347377628635c053ccb425d6284e3533 (patch)
tree02b9e186282577a295a9fefaa35dd1fdb8ea1f82 /include/tools
parentThis shows where the instpiration comes from (diff)
downloadcore-d0e65716347377628635c053ccb425d6284e3533.tar.gz
core-d0e65716347377628635c053ccb425d6284e3533.zip
add degrees and pixels as known spin field units
Change-Id: I5937843a5c5485f469ef1fb6b5844aa15c33a14d
Diffstat (limited to 'include/tools')
-rw-r--r--include/tools/fldunit.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tools/fldunit.hxx b/include/tools/fldunit.hxx
index 2b4a9158dfec..df2b84a76fe4 100644
--- a/include/tools/fldunit.hxx
+++ b/include/tools/fldunit.hxx
@@ -22,7 +22,7 @@
enum FieldUnit { FUNIT_NONE, FUNIT_MM, FUNIT_CM, FUNIT_M, FUNIT_KM,
FUNIT_TWIP, FUNIT_POINT, FUNIT_PICA,
FUNIT_INCH, FUNIT_FOOT, FUNIT_MILE, FUNIT_CHAR, FUNIT_LINE, FUNIT_CUSTOM,
- FUNIT_PERCENT, FUNIT_100TH_MM };
+ FUNIT_PERCENT, FUNIT_100TH_MM, FUNIT_PIXEL, FUNIT_DEGREE };
#endif