summaryrefslogtreecommitdiffstats
path: root/sc/inc/optutil.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2010-10-13 12:58:52 -0400
committerKohei Yoshida <kyoshida@novell.com>2010-10-13 12:58:52 -0400
commit5d18a23fa2d75ac67db2fdcc2927f329883c6d65 (patch)
tree8a9d7808afa861988333a6de374f580743294525 /sc/inc/optutil.hxx
parentTook care of loading and saving of the new option value. (diff)
downloadcore-5d18a23fa2d75ac67db2fdcc2927f329883c6d65.tar.gz
core-5d18a23fa2d75ac67db2fdcc2927f329883c6d65.zip
Initial attempt to reset key bindings.
This is not working yet. For some reason only the last key binding gets set, while all the others get ignored...
Diffstat (limited to 'sc/inc/optutil.hxx')
-rw-r--r--sc/inc/optutil.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sc/inc/optutil.hxx b/sc/inc/optutil.hxx
index 83b23a3c9ef9..bbddf9b1199e 100644
--- a/sc/inc/optutil.hxx
+++ b/sc/inc/optutil.hxx
@@ -36,6 +36,9 @@
class ScOptionsUtil
{
public:
+ // values must correspond with integer values stored in the configuration
+ enum KeyBindingType { KEY_DEFAULT = 0, KEY_OOO_LEGACY = 1 };
+
static BOOL IsMetricSystem();
};