summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/file/bc.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/file/bc.hxx')
-rw-r--r--ucb/source/ucp/file/bc.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/ucb/source/ucp/file/bc.hxx b/ucb/source/ucp/file/bc.hxx
index 01e54b350b38..824827ce08ed 100644
--- a/ucb/source/ucp/file/bc.hxx
+++ b/ucb/source/ucp/file/bc.hxx
@@ -76,7 +76,7 @@ namespace fileaccess {
// A special creator for inserted contents; Creates an ugly object
BaseContent( shell* pMyShell,
const OUString& parentName,
- sal_Bool bFolder );
+ bool bFolder );
public:
BaseContent(
@@ -277,7 +277,7 @@ namespace fileaccess {
Deleted = 4,
FullFeatured = 8,
Connected = 16 };
- sal_Bool m_bFolder;
+ bool m_bFolder;
sal_uInt16 m_nState;
osl::Mutex m_aMutex;