Kaydet (Commit) 2928c88f authored tarafından Noel Grandin's avatar Noel Grandin

sal_Bool->bool

Change-Id: I4f9045f0ea41afd140621aa438b1d08a3408bcdb
üst 335b9658
......@@ -31,7 +31,7 @@ public:
// values must correspond with integer values stored in the configuration
enum KeyBindingType { KEY_DEFAULT = 0, KEY_OOO_LEGACY = 1 };
static sal_Bool IsMetricSystem();
static bool IsMetricSystem();
};
......@@ -53,7 +53,7 @@ public:
com::sun::star::uno::Sequence< com::sun::star::uno::Any>
GetProperties(const com::sun::star::uno::Sequence< OUString >& rNames)
{ return ConfigItem::GetProperties( rNames ); }
sal_Bool PutProperties( const com::sun::star::uno::Sequence< OUString >& rNames,
bool PutProperties( const com::sun::star::uno::Sequence< OUString >& rNames,
const com::sun::star::uno::Sequence< com::sun::star::uno::Any>& rValues)
{ return ConfigItem::PutProperties( rNames, rValues ); }
......
......@@ -23,7 +23,7 @@
#include "global.hxx"
#include <unotools/syslocale.hxx>
sal_Bool ScOptionsUtil::IsMetricSystem()
bool ScOptionsUtil::IsMetricSystem()
{
//! which language should be used here - system language or installed office language?
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment