summaryrefslogtreecommitdiff
path: root/formula/source/ui/dlg/structpg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'formula/source/ui/dlg/structpg.hxx')
-rw-r--r--formula/source/ui/dlg/structpg.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/formula/source/ui/dlg/structpg.hxx b/formula/source/ui/dlg/structpg.hxx
index 147513a10a39..85829ae00e4c 100644
--- a/formula/source/ui/dlg/structpg.hxx
+++ b/formula/source/ui/dlg/structpg.hxx
@@ -41,7 +41,7 @@ class StructListBox : public SvTreeListBox
{
private:
- sal_Bool bActiveFlag;
+ bool bActiveFlag;
protected:
virtual void MouseButtonDown( const MouseEvent& rMEvt ) SAL_OVERRIDE;
@@ -58,8 +58,8 @@ public:
sal_uLong nPos = TREELIST_APPEND,
IFormulaToken* pToken = NULL );
- void SetActiveFlag(sal_Bool bFlag=sal_True);
- sal_Bool GetActiveFlag();
+ void SetActiveFlag(bool bFlag=true);
+ bool GetActiveFlag();
void GetFocus() SAL_OVERRIDE;
void LoseFocus() SAL_OVERRIDE;
};