summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/condformathelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/condformathelper.hxx')
-rw-r--r--sc/source/ui/inc/condformathelper.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/inc/condformathelper.hxx b/sc/source/ui/inc/condformathelper.hxx
index 79de9c7d6d7b..8191c9f18726 100644
--- a/sc/source/ui/inc/condformathelper.hxx
+++ b/sc/source/ui/inc/condformathelper.hxx
@@ -31,7 +31,7 @@ public:
static SC_DLLPUBLIC OUString GetExpression(const ScConditionalFormat& rFormat, const ScAddress& rPos);
static SC_DLLPUBLIC OUString GetExpression( ScCondFormatEntryType eType, sal_Int32 nIndex,
- const OUString& aStr1 = OUString(), const OUString& aStr2 = OUString() );
+ std::u16string_view aStr1 = std::u16string_view(), std::u16string_view aStr2 = std::u16string_view() );
};
#endif