summaryrefslogtreecommitdiffstats
path: root/cui/source/inc/cuifmsearch.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-02-21 12:53:51 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-02-21 12:53:51 +0100
commite8f8f24c8415898c787bbfb629247ed62e73a2b9 (patch)
treedae18a3acbf29c192118e7c003f80df8da8e21ae /cui/source/inc/cuifmsearch.hxx
parentDon't unnecessarily(?) drop compiler flags when rewriting (diff)
downloadcore-e8f8f24c8415898c787bbfb629247ed62e73a2b9.tar.gz
core-e8f8f24c8415898c787bbfb629247ed62e73a2b9.zip
vcl: sal_Bool -> bool
Change-Id: I2a3e3d3e3266ea0f0fafdd91362076a4aa160f0e
Diffstat (limited to 'cui/source/inc/cuifmsearch.hxx')
-rw-r--r--cui/source/inc/cuifmsearch.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/inc/cuifmsearch.hxx b/cui/source/inc/cuifmsearch.hxx
index f2cc52e9db3e..4688403c92db 100644
--- a/cui/source/inc/cuifmsearch.hxx
+++ b/cui/source/inc/cuifmsearch.hxx
@@ -137,7 +137,7 @@ public:
inline void SetActiveField(const OUString& strField);
protected:
- virtual sal_Bool Close();
+ virtual bool Close();
void Init(const OUString& strVisibleFields, const OUString& strInitialText);
// only to be used out of the constructors