diff options
Diffstat (limited to 'sc/inc/dbdocutl.hxx')
-rw-r--r-- | sc/inc/dbdocutl.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/dbdocutl.hxx b/sc/inc/dbdocutl.hxx index bb08c56d0f67..26c0e5438f77 100644 --- a/sc/inc/dbdocutl.hxx +++ b/sc/inc/dbdocutl.hxx @@ -56,7 +56,7 @@ public: static void PutData( ScDocument* pDoc, SCCOL nCol, SCROW nRow, SCTAB nTab, const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XRow>& xRow, long nRowPos, - long nType, BOOL bCurrency, StrData* pStrData = NULL ); + long nType, sal_Bool bCurrency, StrData* pStrData = NULL ); }; #endif |