summaryrefslogtreecommitdiff
path: root/include/vbahelper/vbaaccesshelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vbahelper/vbaaccesshelper.hxx')
-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