diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-11-17 18:55:44 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-11-17 18:55:44 +0100 |
commit | 03798c0c6ee38878cac855835f1ab5ce8f4795f4 (patch) | |
tree | b9a6b9359d5880f9d3f45871341ce711b34ddd5e /svtools/inc | |
parent | 73e36094b20f9bd0e0d88a1d567cc74800365e98 (diff) |
fix error introduced by previous commit
Diffstat (limited to 'svtools/inc')
-rw-r--r-- | svtools/inc/svtools/ctrlbox.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/inc/svtools/ctrlbox.hxx b/svtools/inc/svtools/ctrlbox.hxx index 9f0f9f2de2e3..a160e115163a 100644 --- a/svtools/inc/svtools/ctrlbox.hxx +++ b/svtools/inc/svtools/ctrlbox.hxx @@ -85,7 +85,7 @@ units and window size need to be set. Supported units are typographic point All scalar numbers in 1/100 of the corresponding unit. Line1 is the outer, Line2 the inner line, Distance is the distance between -these two lines. If Line2 == 2, only Line1 will be shown. Defaults for +these two lines. If Line2 == 0, only Line1 will be shown. Defaults for source and target unit are FUNIT_POINT. SetColor() sets the line color. |