summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2023-10-21 14:28:27 +0300
committerXisco Fauli <xiscofauli@libreoffice.org>2023-10-27 10:08:07 +0200
commit32ba86400908aae2e09c826a2b589ce10319e6a7 (patch)
tree039e7ef323a136fcbcd467bc13978e2b217813c9 /sw
parentaac3bbcd5cb904672f735713d42e21f6eeee049d (diff)
Make ConvertFieldsToText private
Change-Id: Ie3d22b63260d2b2b05a46c5b2a6ca915cf9d4bcd Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158304 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158475 Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'sw')
-rw-r--r--sw/inc/doc.hxx2
-rw-r--r--sw/inc/editsh.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/doc.hxx b/sw/inc/doc.hxx
index 04e12b2a4967..a08638d9c625 100644
--- a/sw/inc/doc.hxx
+++ b/sw/inc/doc.hxx
@@ -1445,7 +1445,7 @@ public:
// restore the invisible content if it's available on the undo stack
bool RestoreInvisibleContent();
- bool ConvertFieldsToText(SwRootFrame const& rLayout);
+ SAL_DLLPRIVATE bool ConvertFieldsToText(SwRootFrame const& rLayout);
// Create sub-documents according to given collection.
// If no collection is given, use chapter styles for 1st level.
diff --git a/sw/inc/editsh.hxx b/sw/inc/editsh.hxx
index 766e504b4072..3813c33a6241 100644
--- a/sw/inc/editsh.hxx
+++ b/sw/inc/editsh.hxx
@@ -186,7 +186,7 @@ public:
void CountWords( SwDocStat& rStat ) const;
/// Replace fields by text - mailmerge support.
- bool ConvertFieldsToText();
+ SAL_DLLPRIVATE bool ConvertFieldsToText();
/// Set all numbering start points to a fixed value - mailmerge support.
void SetNumberingRestart();