diff options
Diffstat (limited to 'svx/inc/srchdlg.hxx')
-rw-r--r-- | svx/inc/srchdlg.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/inc/srchdlg.hxx b/svx/inc/srchdlg.hxx index 3a807a694db6..e6d1ef570ff2 100644 --- a/svx/inc/srchdlg.hxx +++ b/svx/inc/srchdlg.hxx @@ -220,9 +220,9 @@ private: BOOL bSearch; BOOL bFormat; USHORT nOptions; - FASTBOOL bSet; - FASTBOOL bReadOnly; - FASTBOOL bConstruct; + bool bSet; + bool bReadOnly; + bool bConstruct; ULONG nModifyFlag; String aStylesStr; String aLayoutStr; |