diff options
Diffstat (limited to 'formula/source/ui/dlg')
-rw-r--r-- | formula/source/ui/dlg/structpg.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/formula/source/ui/dlg/structpg.hxx b/formula/source/ui/dlg/structpg.hxx index f15d72adb3c1..d14b770c05d7 100644 --- a/formula/source/ui/dlg/structpg.hxx +++ b/formula/source/ui/dlg/structpg.hxx @@ -53,7 +53,7 @@ public: const Image& rEntryImg, SvTreeListEntry* pParent, sal_uLong nPos, - IFormulaToken* pToken = nullptr ); + IFormulaToken* pToken ); void SetActiveFlag(bool bFlag); bool GetActiveFlag() { return bActiveFlag;} |