summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/HtmlReader.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ui/inc/HtmlReader.hxx')
-rw-r--r--dbaccess/source/ui/inc/HtmlReader.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/dbaccess/source/ui/inc/HtmlReader.hxx b/dbaccess/source/ui/inc/HtmlReader.hxx
index 8d158ce9b8d3..9c2eeb4fb27d 100644
--- a/dbaccess/source/ui/inc/HtmlReader.hxx
+++ b/dbaccess/source/ui/inc/HtmlReader.hxx
@@ -34,12 +34,12 @@ namespace dbaui
sal_Int32 m_nTableCount;
sal_Int16 m_nWidth;
sal_Int16 m_nColumnWidth; ///< maximum column width
- sal_Bool m_bMetaOptions; ///< true when we scanned the meta information
- sal_Bool m_bSDNum;
+ bool m_bMetaOptions; ///< true when we scanned the meta information
+ bool m_bSDNum;
protected:
virtual void NextToken( int nToken ) SAL_OVERRIDE; // base class
- virtual sal_Bool CreateTable(int nToken) SAL_OVERRIDE;
+ virtual bool CreateTable(int nToken) SAL_OVERRIDE;
virtual TypeSelectionPageFactory
getTypeSelectionPageFactory() SAL_OVERRIDE;
@@ -65,7 +65,7 @@ namespace dbaui
const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >& _rxContext,
const TColumnVector* rList,
const OTypeInfoMap* _pInfoMap,
- sal_Bool _bAutoIncrementEnabled);
+ bool _bAutoIncrementEnabled);
virtual SvParserState CallParser() SAL_OVERRIDE;// base class
virtual void release() SAL_OVERRIDE;
Kohei Yoshida 2012-11-15fdo#46808, use service constructor for i18n::NumberFormatMapperNoel Grandin 2012-10-19Merge SvListEntry and SvLBoxEntry into SvTreeListEntry.Kohei Yoshida