summaryrefslogtreecommitdiff
path: root/sw/inc/section.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2022-05-04 19:53:21 +0200
committerStephan Bergmann <sbergman@redhat.com>2022-05-05 08:28:43 +0200
commitd7fbea57ef945c1444185581787d17a93dda8cd9 (patch)
tree8e5ac01dbef41b2ff2d64a252469ff4826b05e2f /sw/inc/section.hxx
parent0c13e4768c3c7937c2fd71675c86ff8a0ca3fe50 (diff)
tdf#148299 Don't unmotivatedly mess with spaces in file names
This conversion of double to single spaces had been done ever since 84a3db80b4fd66c6854b3135b5f69b61fd828e62 "initial import", but it is unclear to me why. The same conversion functionality is also used at two places in sw/source/ui/dialog/uiregionsw.cxx. Not sure if it has any motivation there, so lets keep that intact for now. Change-Id: I0558f015c53f69a9a405891b9dad21a98de3533c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133841 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'sw/inc/section.hxx')
-rw-r--r--sw/inc/section.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/inc/section.hxx b/sw/inc/section.hxx
index 2ead8c7c6e7d..67609057b13c 100644
--- a/sw/inc/section.hxx
+++ b/sw/inc/section.hxx
@@ -130,8 +130,6 @@ public:
bool IsConnectFlag() const { return m_bConnectFlag; }
void SetConnectFlag(bool const bFlag){ m_bConnectFlag = bFlag; }
-
- static OUString CollapseWhiteSpaces(const OUString& sName);
};
class SW_DLLPUBLIC SwSection