Kaydet (Commit) 4fb4e733 authored tarafından Matteo Casalin's avatar Matteo Casalin

Constify OUString

Change-Id: I610fbdc860e04ae486b428432e8fb4dd62464557
üst 33a9039d
...@@ -180,7 +180,7 @@ SwEnvFmtPage::SwEnvFmtPage(Window* pParent, const SfxItemSet& rSet) ...@@ -180,7 +180,7 @@ SwEnvFmtPage::SwEnvFmtPage(Window* pParent, const SfxItemSet& rSet)
{ {
if (i != PAPER_USER) if (i != PAPER_USER)
{ {
OUString aPaperName = SvxPaperInfo::GetName((Paper) i); const OUString aPaperName = SvxPaperInfo::GetName((Paper) i);
if (aPaperName.isEmpty()) if (aPaperName.isEmpty())
continue; continue;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment