diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/source/fsys/urlobj.cxx | 6 | ||||
-rw-r--r-- | tools/source/ref/pstm.cxx | 5 |
2 files changed, 3 insertions, 8 deletions
diff --git a/tools/source/fsys/urlobj.cxx b/tools/source/fsys/urlobj.cxx index d8dd46ebd74f..8b38c70eef5d 100644 --- a/tools/source/fsys/urlobj.cxx +++ b/tools/source/fsys/urlobj.cxx @@ -3147,9 +3147,9 @@ bool INetURLObject::checkHierarchical() const { } } -bool INetURLObject::appendSegment(OUString const & rTheSegment, - EncodeMechanism eMechanism, - rtl_TextEncoding eCharset) +bool INetURLObject::Append(OUString const & rTheSegment, + EncodeMechanism eMechanism, + rtl_TextEncoding eCharset) { return insertName(rTheSegment, false, LAST_SEGMENT, eMechanism, eCharset); } diff --git a/tools/source/ref/pstm.cxx b/tools/source/ref/pstm.cxx index 997512141368..6c1015fc172f 100644 --- a/tools/source/ref/pstm.cxx +++ b/tools/source/ref/pstm.cxx @@ -69,11 +69,6 @@ SvPersistStream::SvPersistStream( SvClassManager & rMgr, SvStream * pStream ) SvPersistStream::~SvPersistStream() { - ClearStream(); -} - -void SvPersistStream::ClearStream() -{ if( pStm != nullptr ) { SyncSysStream(); |