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.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/formula/source/ui/dlg/structpg.hxx b/formula/source/ui/dlg/structpg.hxx
index 85829ae00e4c..f5086983fd34 100644
--- a/formula/source/ui/dlg/structpg.hxx
+++ b/formula/source/ui/dlg/structpg.hxx
@@ -59,7 +59,7 @@ public:
IFormulaToken* pToken = NULL );
void SetActiveFlag(bool bFlag=true);
- bool GetActiveFlag();
+ bool GetActiveFlag() { return bActiveFlag;}
void GetFocus() SAL_OVERRIDE;
void LoseFocus() SAL_OVERRIDE;
};