summaryrefslogtreecommitdiff
path: root/include/svx/ctredlin.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/ctredlin.hxx')
-rw-r--r--include/svx/ctredlin.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/ctredlin.hxx b/include/svx/ctredlin.hxx
index 4dd80bafd709..cffb5be2fbee 100644
--- a/include/svx/ctredlin.hxx
+++ b/include/svx/ctredlin.hxx
@@ -127,8 +127,8 @@ public:
void SetCalcView();
void SetWriterView();
- bool IsValidEntry(const OUString &rAuthor, const DateTime &rDateTime, const OUString &rComment);
- bool IsValidEntry(const OUString &rAuthor, const DateTime &rDateTime);
+ bool IsValidEntry(std::u16string_view rAuthor, const DateTime &rDateTime, const OUString &rComment);
+ bool IsValidEntry(std::u16string_view rAuthor, const DateTime &rDateTime);
bool IsValidComment(const OUString &rComment);
DECL_LINK(HeaderBarClick, int, void);