summaryrefslogtreecommitdiff
path: root/sw/inc/iodetect.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-04-25 14:00:35 +0200
committerNoel Grandin <noel@peralex.com>2014-04-30 08:44:42 +0200
commit6aa35db39311dcd7965c9c9c21fcf4143a1f9b43 (patch)
tree04320eaf8c7481c1b496460624ee20ec11360ac2 /sw/inc/iodetect.hxx
parent1417061d1b2c110e7e690523a544b58e7ffd05c0 (diff)
sw: sal_Bool->bool
Change-Id: I324a0ffde2ddcca105451c19e7aadcfad15211d8
Diffstat (limited to 'sw/inc/iodetect.hxx')
-rw-r--r--sw/inc/iodetect.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/iodetect.hxx b/sw/inc/iodetect.hxx
index 0be5a59cd24b..e3e33cdf1d39 100644
--- a/sw/inc/iodetect.hxx
+++ b/sw/inc/iodetect.hxx
@@ -101,10 +101,10 @@ public:
/** Detect whether the given file is in the given format.
For now, only our own filters are supported! */
- static sal_Bool IsFileFilter(SfxMedium& rMedium, const OUString& rFmtName);
+ static bool IsFileFilter(SfxMedium& rMedium, const OUString& rFmtName);
- static sal_Bool IsValidStgFilter( SotStorage& , const SfxFilter& );
- static sal_Bool IsValidStgFilter( const com::sun::star::uno::Reference < com::sun::star::embed::XStorage >& rStg, const SfxFilter& rFilter);
+ static bool IsValidStgFilter( SotStorage& , const SfxFilter& );
+ static bool IsValidStgFilter( const com::sun::star::uno::Reference < com::sun::star::embed::XStorage >& rStg, const SfxFilter& rFilter);
SWD_DLLPUBLIC static bool
IsDetectableText( const sal_Char* pBuf, sal_uLong &rLen,