[Libreoffice-commits] core.git: include/vbahelper
Tor Lillqvist
tml at collabora.com
Fri Mar 9 15:48:42 UTC 2018
include/vbahelper/vbaaccesshelper.hxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit cf42f0916d1f30d8939de15bff626cabb6836d35
Author: Tor Lillqvist <tml at collabora.com>
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 <ci at libreoffice.org>
Reviewed-by: Tor Lillqvist <tml at collabora.com>
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
More information about the Libreoffice-commits
mailing list