diff options
author | Mike Kaganski <mike.kaganski@collabora.com> | 2023-04-11 00:04:24 +0300 |
---|---|---|
committer | Mike Kaganski <mike.kaganski@collabora.com> | 2023-04-11 09:06:10 +0200 |
commit | 1155def95bfe5b43f2b68e6c85632716df87bcf8 (patch) | |
tree | 7971314b3612f64833fbf6c47942b7e991ff216b /sw/inc/shellio.hxx | |
parent | b614797a34d25b35c06e20153495795ecfe4e4fe (diff) |
Drop Writer::OutLong
... and use SvStream::WriteNumberAsString, replacing Write[U]Int32AsString
Change-Id: I10e56c532494239ed40ec01b6184dd06db463a0c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150193
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'sw/inc/shellio.hxx')
-rw-r--r-- | sw/inc/shellio.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sw/inc/shellio.hxx b/sw/inc/shellio.hxx index b3a18e65f510..f902194c6c00 100644 --- a/sw/inc/shellio.hxx +++ b/sw/inc/shellio.hxx @@ -461,10 +461,6 @@ public: // Stream-specific routines. Do not use in storage-writer! - // Optimizing output on stream. - static SvStream& OutLong( SvStream& rStrm, tools::Long nVal ); - static SvStream& OutULong( SvStream& rStrm, sal_uLong nVal ); - void SetStream(SvStream *const pStream); SvStream& Strm(); |