include/vbahelper/vbaaccesshelper.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit cf42f0916d1f30d8939de15bff626cabb6836d35 Author: Tor Lillqvist <[email protected]> Date: Fri Mar 9 16:30:05 2018 +0200 Bin incorrect comments, this is not "org::openoffice" but "ooo::vba" Change-Id: I044bb3afa1e134dd851dd30f639b475400f4ceea Reviewed-on: https://gerrit.libreoffice.org/51006 Tested-by: Jenkins <[email protected]> Reviewed-by: Tor Lillqvist <[email protected]> diff --git a/include/vbahelper/vbaaccesshelper.hxx b/include/vbahelper/vbaaccesshelper.hxx index 04460b165fb3..78728f5c07a3 100644 --- a/include/vbahelper/vbaaccesshelper.hxx +++ b/include/vbahelper/vbaaccesshelper.hxx @@ -76,8 +76,8 @@ namespace ooo // word seems to return an erroneous mime type :-/ "application/msword" not consistent with the excel one inline bool isAlienWordDoc( SfxObjectShell const & rDocShell ) { return isAlienDoc( rDocShell, "application/msword" ); } - } // openoffice -} // org + } +} #endif _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
