summaryrefslogtreecommitdiffstats
path: root/sfx2/source/inc/alienwarn.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/inc/alienwarn.hxx')
-rw-r--r--sfx2/source/inc/alienwarn.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/inc/alienwarn.hxx b/sfx2/source/inc/alienwarn.hxx
index eeda0fedfe1d..5cf662b09d0f 100644
--- a/sfx2/source/inc/alienwarn.hxx
+++ b/sfx2/source/inc/alienwarn.hxx
@@ -29,7 +29,7 @@ private:
std::unique_ptr<weld::CheckButton> m_xWarningOnBox;
public:
- SfxAlienWarningDialog(weld::Window* pParent, const OUString& _rFormatName,
+ SfxAlienWarningDialog(weld::Window* pParent, std::u16string_view _rFormatName,
const OUString& _rDefaultExtension, bool rDefaultIsAlien);
virtual ~SfxAlienWarningDialog() override;
};