diff options
Diffstat (limited to 'ucb/source/ucp/file/filrow.hxx')
-rw-r--r-- | ucb/source/ucp/file/filrow.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ucb/source/ucp/file/filrow.hxx b/ucb/source/ucp/file/filrow.hxx index 4ded72637f49..180766118721 100644 --- a/ucb/source/ucp/file/filrow.hxx +++ b/ucb/source/ucp/file/filrow.hxx @@ -160,7 +160,7 @@ namespace fileaccess { private: osl::Mutex m_aMutex; com::sun::star::uno::Sequence< com::sun::star::uno::Any > m_aValueMap; - sal_Bool m_nWasNull; + bool m_nWasNull; shell* m_pMyShell; com::sun::star::uno::Reference< com::sun::star::ucb::XContentProvider > m_xProvider; com::sun::star::uno::Reference< com::sun::star::script::XTypeConverter > m_xTypeConverter; |