summaryrefslogtreecommitdiff
path: root/reportdesign
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-02-18 12:27:00 +0200
committerNoel Grandin <noel@peralex.com>2014-02-19 13:04:57 +0200
commitae2f7da4f958da474da7a10edbce71e26400a891 (patch)
treed26a3a452a234b0ca93a257a1ed211b33e736d18 /reportdesign
parent4003da2f87bfbd2b91385a24538b9ddbf4e93259 (diff)
sal_Bool->bool
Change-Id: Id5cbf2c94e3d3ff27cdb8998e2b7b3b712b537ec
Diffstat (limited to 'reportdesign')
-rw-r--r--reportdesign/source/ui/dlg/Formula.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/reportdesign/source/ui/dlg/Formula.cxx b/reportdesign/source/ui/dlg/Formula.cxx
index f01783e8341a..2b0e4077b51c 100644
--- a/reportdesign/source/ui/dlg/Formula.cxx
+++ b/reportdesign/source/ui/dlg/Formula.cxx
@@ -231,7 +231,7 @@ IMPL_LINK( FormulaDialog, OnClickHdl, OAddFieldWindow* ,_pAddFieldDlg)
}
m_pEdit = NULL;
_pAddFieldDlg->Hide();
- RefInputDoneAfter( sal_True );
+ RefInputDoneAfter( true );
return 0L;
}