summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-06-06 14:15:34 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-06-06 14:15:34 +0200
commit69c997428b748357918994ae1b0e2dbd052687d0 (patch)
treed8657214efd271ed49c182cc7535a958b3cee817 /sw
parent5d9ea4129458a329c6f5b98b5c925f24b771f149 (diff)
loplugin:sallogareas
Change-Id: I76a1ca53ea51488f1338276042e1e435ed34f602
Diffstat (limited to 'sw')
-rw-r--r--sw/source/uibase/sidebar/PageFormatPanel.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/sidebar/PageFormatPanel.cxx b/sw/source/uibase/sidebar/PageFormatPanel.cxx
index 46c92c2db8ee..824473883c0e 100644
--- a/sw/source/uibase/sidebar/PageFormatPanel.cxx
+++ b/sw/source/uibase/sidebar/PageFormatPanel.cxx
@@ -220,7 +220,7 @@ FieldUnit PageFormatPanel::GetCurrentUnit( SfxItemState eState, const SfxPoolIte
}
else
{
- SAL_WARN("sw.sidebar", "GetModuleFieldUnit(): no module found");
+ SAL_WARN("sw.ui", "GetModuleFieldUnit(): no module found");
}
}
}