[Libreoffice-commits] core.git: sw/source
Matteo Casalin
matteo.casalin at yahoo.com
Tue Aug 20 05:37:08 PDT 2013
sw/source/ui/docvw/SidebarWin.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 92440af9766f8d10adc4669fcd45642731626956
Author: Matteo Casalin <matteo.casalin at yahoo.com>
Date: Sun Aug 18 13:01:15 2013 +0200
Shortened string should really be shorter
Change-Id: I34afb1c85cf1cf389faab5f1ae415e34d42c5ef5
Reviewed-on: https://gerrit.libreoffice.org/5491
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
Tested-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/sw/source/ui/docvw/SidebarWin.cxx b/sw/source/ui/docvw/SidebarWin.cxx
index ab1471a..4a0ae75 100644
--- a/sw/source/ui/docvw/SidebarWin.cxx
+++ b/sw/source/ui/docvw/SidebarWin.cxx
@@ -382,7 +382,7 @@ void SwSidebarWin::CheckMetaText()
{
sMeta = SW_RESSTR(STR_NOAUTHOR);
}
- else if (sMeta.getLength() > 22)
+ else if (sMeta.getLength() > 23)
{
sMeta = sMeta.copy(0, 20) + "...";
}
More information about the Libreoffice-commits
mailing list