summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vcl/source/window/layout.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/window/layout.cxx b/vcl/source/window/layout.cxx
index cb89f0f5fee2..774f7990b95e 100644
--- a/vcl/source/window/layout.cxx
+++ b/vcl/source/window/layout.cxx
@@ -645,7 +645,7 @@ void VclButtonBox::setAllocation(const Size &rAllocation)
tools::Long nExtraSpace = nAllocPrimaryDimension - nMainPrimaryDimension;
if (nExtraSpace < 0)
{
- SAL_WARN("vcl.layout", "nExtra space went negative, setting to zero");
+ SAL_WARN("vcl.layout", "nExtraSpace went negative, setting to zero");
nExtraSpace = 0;
}
nExtraSpace += (aReq.m_aMainGroupDimensions.size()-1) * nSpacing;