summaryrefslogtreecommitdiff
path: root/lotuswordpro/inc/lwpfoundry.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/inc/lwpfoundry.hxx')
-rw-r--r--lotuswordpro/inc/lwpfoundry.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lotuswordpro/inc/lwpfoundry.hxx b/lotuswordpro/inc/lwpfoundry.hxx
index fc9989107639..6f5776d3c286 100644
--- a/lotuswordpro/inc/lwpfoundry.hxx
+++ b/lotuswordpro/inc/lwpfoundry.hxx
@@ -267,7 +267,7 @@ public:
LwpSection* EnumSections(LwpSection* pSection);
LwpBulletStyleMgr* GetBulletStyleMgr() { return m_xBulletStyleMgr.get(); }
- LwpObjectID* FindParaStyleByName(const OUString& name);
+ LwpObjectID* FindParaStyleByName(std::u16string_view name);
OUString FindActuralStyleName(const OUString& name);
};