summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/fldtdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc/fldtdlg.hxx')
-rw-r--r--sw/source/uibase/inc/fldtdlg.hxx7
1 files changed, 6 insertions, 1 deletions
diff --git a/sw/source/uibase/inc/fldtdlg.hxx b/sw/source/uibase/inc/fldtdlg.hxx
index 159881ed1192..8f690bb25f9e 100644
--- a/sw/source/uibase/inc/fldtdlg.hxx
+++ b/sw/source/uibase/inc/fldtdlg.hxx
@@ -18,6 +18,11 @@
*/
#ifndef INCLUDED_SW_SOURCE_UIBASE_INC_FLDTDLG_HXX
#define INCLUDED_SW_SOURCE_UIBASE_INC_FLDTDLG_HXX
+
+#include <sal/config.h>
+
+#include <string_view>
+
#include <sfx2/tabdlg.hxx>
class SfxBindings;
@@ -36,7 +41,7 @@ class SwFieldDlg : public SfxTabDialogController
virtual SfxItemSet* CreateInputItemSet(const OString& rId) override;
virtual void PageCreated(const OString& rId, SfxTabPage& rPage) override;
- void ReInitTabPage(const OString& rPageId,
+ void ReInitTabPage(std::string_view rPageId,
bool bOnlyActivate = false);
public: