summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorTomaž Vajngerl <quikee@gmail.com>2013-08-30 19:38:53 +0200
committerTomaž Vajngerl <quikee@gmail.com>2013-08-30 19:42:24 +0200
commitfdd102a6daee854d987926bec1af55a17cfc8aee (patch)
treec47bea130382e94868bb48176c8bd4850f6dca8e /svtools
parentf8307e5ae11e8235fa1fb88ed52625bf9c650dc2 (diff)
fdo#68689 Sub-divide ruler ticks into 1/8 insted of 1/10 for inch
Change-Id: Ied2a6982d5564228b0ce7fecb89723f3742b6d0d
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/control/ruler.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/control/ruler.cxx b/svtools/source/control/ruler.cxx
index f9eea513b566..a75571a86267 100644
--- a/svtools/source/control/ruler.cxx
+++ b/svtools/source/control/ruler.cxx
@@ -113,7 +113,7 @@ static const RulerUnitData aImplRulerUnitTab[RULER_UNIT_COUNT] =
{ MAP_100TH_MM, 1000, 250, 500, 1000, 1000, 3, " cm" }, // CM
{ MAP_MM, 1000, 250, 500, 1000, 10000, 4, " m" }, // M
{ MAP_CM, 100000, 25000, 50000, 100000, 100000, 6, " km" }, // KM
-{ MAP_100TH_INCH, 100, 10, 50, 100, 2540, 3, "\"" }, // INCH
+{ MAP_1000TH_INCH, 1000, 125, 500, 1000, 25400, 3, "\"" }, // INCH
{ MAP_100TH_INCH, 1200, 120, 600, 1200, 30480, 3, "'" }, // FOOT
{ MAP_10TH_INCH, 633600, 63360, 316800, 633600, 1609344, 4, " miles" }, // MILE
{ MAP_POINT, 1, 12, 12, 36, 353, 2, " pt" }, // POINT