summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2024-03-19 16:07:04 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2024-03-20 09:02:26 +0100
commit62619de850773f55de646dea7e63a52a7e2ef819 (patch)
tree8fbd582ba36a43a4b2157f18f5ca19d6f5328045 /sw/inc
parent0020fc1167b3760d0631001689a44427b72b816e (diff)
remove dead code in SwFEShell::GetConnectableFrameFormats
ever since commit 22fdd136fd549d69030ae375f56539540a291950 Author: Jens-Heiner Rechtien <hr@openoffice.org> Date: Thu Sep 27 07:51:18 2007 +0000 INTEGRATION: CWS swwarnings (1.35.128); FILE MERGED 2007/08/20 15:32:01 tl 1.35.128.5: RESYNC: (1.38-1.40); FILE MERGED Change-Id: I141257483abf25c4af4a457bb4c181c38ebc788d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165032 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/fesh.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/fesh.hxx b/sw/inc/fesh.hxx
index c84ff8646799..8a88674e124b 100644
--- a/sw/inc/fesh.hxx
+++ b/sw/inc/fesh.hxx
@@ -779,7 +779,7 @@ public:
SW_DLLPUBLIC tools::Long GetSectionWidth( SwFormat const & rFormat ) const;
SW_DLLPUBLIC void GetConnectableFrameFormats
- (SwFrameFormat & rFormat, const OUString & rReference, bool bSuccessors,
+ (SwFrameFormat & rFormat, std::u16string_view rReference, bool bSuccessors,
std::vector< OUString > & aPrevPageVec,
std::vector< OUString > & aThisPageVec,
std::vector< OUString > & aNextPageVec,