summaryrefslogtreecommitdiff
path: root/include/comphelper
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-03-19 10:21:05 +0000
committerCaolán McNamara <caolanm@redhat.com>2015-03-19 10:21:13 +0000
commit944d1fd5ca97969bc2cf45376737813c588f6637 (patch)
tree2ee326bafdb8ec6a5618ec86a3d49751f949557c /include/comphelper
parenta251fe4d48237a4d9c9530dafc7bbdce6028e9cf (diff)
fix windows build and sal_Bool->bool
Change-Id: If88a5b1171ef0b586861dd071820bc993c4cf06e
Diffstat (limited to 'include/comphelper')
-rw-r--r--include/comphelper/mimeconfighelper.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/comphelper/mimeconfighelper.hxx b/include/comphelper/mimeconfighelper.hxx
index 5ba0eb9d3f8b..4791109ed523 100644
--- a/include/comphelper/mimeconfighelper.hxx
+++ b/include/comphelper/mimeconfighelper.hxx
@@ -115,7 +115,7 @@ public:
#ifdef WNT
SfxFilterFlags GetFilterFlags( const OUString& aFilterName );
- sal_Bool AddFilterNameCheckOwnFile(
+ bool AddFilterNameCheckOwnFile(
::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& aMediaDescr );
#endif