Kaydet (Commit) b3c13b94 authored tarafından Noel Grandin's avatar Noel Grandin Kaydeden (comit) Michael Stahl

sal_Bool->bool in xmlhelp

Change-Id: I509cf60e4bbbe7dfb25a3943d97c9d35a22e0bb6
üst 8e995db6
......@@ -298,7 +298,7 @@ namespace chelp {
com::sun::star::uno::Reference< com::sun::star::lang::XMultiComponentFactory > m_xSMgr;
com::sun::star::uno::Reference< com::sun::star::ucb::XSimpleFileAccess2 > m_xSFA;
sal_Bool m_bShowBasic;
bool m_bShowBasic;
char* m_pErrorDoc;
int m_nCustomCSSDocLength;
......
......@@ -536,9 +536,9 @@ namespace chelp {
com::sun::star::uno::Reference< com::sun::star::lang::XMultiServiceFactory > m_xMSF;
com::sun::star::uno::Reference< com::sun::star::ucb::XContentProvider > m_xProvider;
sal_Int32 m_nRow;
sal_Bool m_nWasNull;
bool m_nWasNull;
sal_Int32 m_nOpenMode;
sal_Bool m_bRowCountFinal;
bool m_bRowCountFinal;
typedef std::vector< com::sun::star::uno::Reference< com::sun::star::ucb::XContentIdentifier > > IdentSet;
typedef std::vector< com::sun::star::uno::Reference< com::sun::star::sdbc::XRow > > ItemSet;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment