[Libreoffice-commits] core.git: sw/source
Matteo Casalin
matteo.casalin at yahoo.com
Sat Aug 16 13:19:25 PDT 2014
sw/source/uibase/shells/tabsh.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit f53878770a3e3f82659df3d74fd8fd2d408476b3
Author: Matteo Casalin <matteo.casalin at yahoo.com>
Date: Sat Aug 16 22:18:55 2014 +0200
Missing ; (unsuccessful merge)
Change-Id: I3a1ab8936021e0b310afa799b1c257040bf78be3
diff --git a/sw/source/uibase/shells/tabsh.cxx b/sw/source/uibase/shells/tabsh.cxx
index 3fe1367..da67f6f 100644
--- a/sw/source/uibase/shells/tabsh.cxx
+++ b/sw/source/uibase/shells/tabsh.cxx
@@ -741,7 +741,7 @@ void SwTableShell::Execute(SfxRequest &rReq)
}
default:
OSL_ENSURE( false, "unknown return value MergeTab.");
- break
+ break;
}
break;
case FN_TABLE_ADJUST_CELLS:
More information about the Libreoffice-commits
mailing list