diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-04-13 14:33:23 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-04-21 09:14:45 +0200 |
commit | 841e1a6f3619054ecc9240e061cd83d4e41d1ca9 (patch) | |
tree | 2ee3989b2d3291c9b276205492d43369827ca3cf /sc | |
parent | 4354f0e9ef4a5538729a2a6f2d1745e247f6c5cd (diff) |
remove some old MSVC workarounds
Change-Id: I6abd8aaffb27b3c85df7c0518f7f576be4e32222
Reviewed-on: https://gerrit.libreoffice.org/36660
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/Accessibility/AccessibleDocument.cxx | 17 | ||||
-rw-r--r-- | sc/source/ui/Accessibility/AccessiblePreviewHeaderCell.cxx | 17 |
2 files changed, 0 insertions, 34 deletions
diff --git a/sc/source/ui/Accessibility/AccessibleDocument.cxx b/sc/source/ui/Accessibility/AccessibleDocument.cxx index f85637dcedcd..a7f379e87eed 100644 --- a/sc/source/ui/Accessibility/AccessibleDocument.cxx +++ b/sc/source/ui/Accessibility/AccessibleDocument.cxx @@ -17,23 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -/* Somehow, under same circumstances, MSVC creates object code for 2 - * inlined functions. Nobody here uses them, so simply define them away - * so that there be no dupplicate symbols anymore. - - * The symbols "extents" and "indices" come from boost::multi_array. - */ - -#ifdef indices -#undef indices -#endif -#define indices dummy1_indices - -#ifdef extents -#undef extents -#endif -#define extents dummy1_extents - #include "AccessibleDocument.hxx" #include "AccessibleSpreadsheet.hxx" #include "tabvwsh.hxx" diff --git a/sc/source/ui/Accessibility/AccessiblePreviewHeaderCell.cxx b/sc/source/ui/Accessibility/AccessiblePreviewHeaderCell.cxx index cb71f3d3c534..e8f7a4e3e592 100644 --- a/sc/source/ui/Accessibility/AccessiblePreviewHeaderCell.cxx +++ b/sc/source/ui/Accessibility/AccessiblePreviewHeaderCell.cxx @@ -19,23 +19,6 @@ #include <sal/config.h> -/* Somehow, under same circumstances, MSVC creates object code for 2 - * inlined functions. Nobody here uses them, so simply define them away - * so that there be no dupplicate symbols anymore. - - * The symbols "extents" and "indices" come from boost::multi_array. - */ - -#ifdef indices -#undef indices -#endif -#define indices dummy2_indices - -#ifdef extents -#undef extents -#endif -#define extents dummy2_extents - #include "scitems.hxx" #include <editeng/eeitem.hxx> #include <tools/gen.hxx> |