diff options
author | Mike Kaganski <mike.kaganski@collabora.com> | 2023-10-21 14:28:27 +0300 |
---|---|---|
committer | Mike Kaganski <mike.kaganski@collabora.com> | 2023-10-21 14:53:53 +0200 |
commit | d861fff5e3419e28edcfdf17c4863ec8c9618502 (patch) | |
tree | ae7b2e49baf52976a7684de6f92bf20ba26b38a4 /sw/inc/doc.hxx | |
parent | 701563366c717c21ffa0588de6be1005df92a779 (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>
Diffstat (limited to 'sw/inc/doc.hxx')
-rw-r--r-- | sw/inc/doc.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/doc.hxx b/sw/inc/doc.hxx index 5fd6b58064c3..c40abf7a1581 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. |