summaryrefslogtreecommitdiff
path: root/sfx2/source/doc/doctempl.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-06-13 09:00:27 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-06-13 09:03:27 +0200
commite9c14873ecdc3728135aa26f21d6df468ea0b623 (patch)
tree36bf2c2d75c05aac2c1b37a2273cd73b1442e4e6 /sfx2/source/doc/doctempl.cxx
parentde9333d9b6f87d6f6d13e5ddf1fc65b8fef635e8 (diff)
loplugin:sallogareas
Change-Id: If054c98f887b62adaf6c73ee35e664507a69b6df
Diffstat (limited to 'sfx2/source/doc/doctempl.cxx')
-rw-r--r--sfx2/source/doc/doctempl.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/doc/doctempl.cxx b/sfx2/source/doc/doctempl.cxx
index 458b4ec2bee1..b39f1094412d 100644
--- a/sfx2/source/doc/doctempl.cxx
+++ b/sfx2/source/doc/doctempl.cxx
@@ -867,12 +867,12 @@ bool SfxDocumentTemplates::CopyFrom
}
else
{
- SAL_WARN( "sfx2", "CopyFrom(): The content should contain target URL!" );
+ SAL_WARN( "sfx", "CopyFrom(): The content should contain target URL!" );
}
}
else
{
- SAL_WARN( "sfx2", "CopyFrom(): The content just was created!" );
+ SAL_WARN( "sfx", "CopyFrom(): The content just was created!" );
}
}