summaryrefslogtreecommitdiff
path: root/sc/inc/optutil.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/optutil.hxx')
-rw-r--r--sc/inc/optutil.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/optutil.hxx b/sc/inc/optutil.hxx
index 126e8839a1da..68a187a97bc6 100644
--- a/sc/inc/optutil.hxx
+++ b/sc/inc/optutil.hxx
@@ -40,7 +40,7 @@ public:
// values must correspond with integer values stored in the configuration
enum KeyBindingType { KEY_DEFAULT = 0, KEY_OOO_LEGACY = 1 };
- static BOOL IsMetricSystem();
+ static sal_Bool IsMetricSystem();
};