summaryrefslogtreecommitdiff
path: root/include/vbahelper
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2018-03-09 16:30:05 +0200
committerTor Lillqvist <tml@collabora.com>2018-03-09 16:48:14 +0100
commitcf42f0916d1f30d8939de15bff626cabb6836d35 (patch)
tree0246941b33bc24d98832a11727530dd1809c3f29 /include/vbahelper
parent4b59a110ddd1f02cfa0f677c68c6ef0ee1f3295d (diff)
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@libreoffice.org> Reviewed-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'include/vbahelper')
-rw-r--r--include/vbahelper/vbaaccesshelper.hxx4
1 files changed, 2 insertions, 2 deletions
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