diff options
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/inc/file/fanalyzer.hxx | 2 | ||||
-rw-r--r-- | connectivity/source/inc/file/quotedstring.hxx | 2 | ||||
-rw-r--r-- | connectivity/source/inc/flat/ETable.hxx | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/source/inc/file/fanalyzer.hxx b/connectivity/source/inc/file/fanalyzer.hxx index eaf25ca77a16..d719b246d117 100644 --- a/connectivity/source/inc/file/fanalyzer.hxx +++ b/connectivity/source/inc/file/fanalyzer.hxx @@ -78,7 +78,7 @@ namespace connectivity void setOrigColumns(const css::uno::Reference< css::container::XNameAccess>& rCols); static OOperandAttr* createOperandAttr(sal_Int32 _nPos, const css::uno::Reference< css::beans::XPropertySet>& _xCol, - const css::uno::Reference< css::container::XNameAccess>& _xIndexes=nullptr); + const css::uno::Reference< css::container::XNameAccess>& _xIndexes); }; } } diff --git a/connectivity/source/inc/file/quotedstring.hxx b/connectivity/source/inc/file/quotedstring.hxx index ead25981627e..832fa1d96c1f 100644 --- a/connectivity/source/inc/file/quotedstring.hxx +++ b/connectivity/source/inc/file/quotedstring.hxx @@ -36,7 +36,7 @@ namespace connectivity QuotedTokenizedString() {} sal_Int32 GetTokenCount( sal_Unicode cTok , sal_Unicode cStrDel ) const; - OUString GetTokenSpecial(sal_Int32& nStartPos, sal_Unicode cTok = ';', sal_Unicode cStrDel = '\0') const; + OUString GetTokenSpecial(sal_Int32& nStartPos, sal_Unicode cTok, sal_Unicode cStrDel = '\0') const; inline OUString& GetString() { return m_sString; } inline void SetString(const OUString& aStr) { m_sString = aStr;} inline sal_Int32 Len() const { return m_sString.getLength(); } diff --git a/connectivity/source/inc/flat/ETable.hxx b/connectivity/source/inc/flat/ETable.hxx index 3997be82c42c..b0f53a72defd 100644 --- a/connectivity/source/inc/flat/ETable.hxx +++ b/connectivity/source/inc/flat/ETable.hxx @@ -57,7 +57,7 @@ namespace connectivity bool m_bNeedToReadLine; private: void fillColumns(const css::lang::Locale& _aLocale); - bool readLine(sal_Int32 *pEndPos = nullptr, sal_Int32 *pStartPos = nullptr, bool nonEmpty = false); + bool readLine(sal_Int32 *pEndPos, sal_Int32 *pStartPos, bool nonEmpty = false); void setRowPos(::std::vector<TRowPositionInFile>::size_type rowNum, const TRowPositionInFile &rowPos); void impl_fillColumnInfo_nothrow(QuotedTokenizedString& aFirstLine, sal_Int32& nStartPosFirstLine, sal_Int32& nStartPosFirstLine2, sal_Int32& io_nType, sal_Int32& io_nPrecisions, sal_Int32& io_nScales, OUString& o_sTypeName, |