Kaydet (Commit) acf9b409 authored tarafından Takeshi Abe's avatar Takeshi Abe

sal_Bool to bool

Change-Id: If2f09533666a6090d4860e79b33a05d12e058940
üst e452abdd
...@@ -107,7 +107,7 @@ private: ...@@ -107,7 +107,7 @@ private:
OUString maFieldString; OUString maFieldString;
OUString maLiteralMask; OUString maLiteralMask;
sal_uInt16 mnFormatFlags; sal_uInt16 mnFormatFlags;
sal_Bool mbSameMask; bool mbSameMask;
sal_Bool mbInPattKeyInput; sal_Bool mbInPattKeyInput;
protected: protected:
...@@ -115,7 +115,7 @@ protected: ...@@ -115,7 +115,7 @@ protected:
SAL_DLLPRIVATE void ImplSetMask(const OString& rEditMask, SAL_DLLPRIVATE void ImplSetMask(const OString& rEditMask,
const OUString& rLiteralMask); const OUString& rLiteralMask);
SAL_DLLPRIVATE sal_Bool ImplIsSameMask() const { return mbSameMask; } SAL_DLLPRIVATE bool ImplIsSameMask() const { return mbSameMask; }
SAL_DLLPRIVATE sal_Bool& ImplGetInPattKeyInput() { return mbInPattKeyInput; } SAL_DLLPRIVATE sal_Bool& ImplGetInPattKeyInput() { return mbInPattKeyInput; }
public: public:
......
This diff is collapsed.
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