Kaydet (Commit) 5b734c8e authored tarafından Fridrich Štrba's avatar Fridrich Štrba

Ugly bad and nasty workaround for some dupplicate symbols issue

Change-Id: I7283ecff340d95f16bb3a8d0aae97e166fa5f0e4
üst aaa1bc40
......@@ -17,6 +17,16 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#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"
......@@ -60,6 +70,14 @@
#include <list>
#include <algorithm>
#ifdef indices
#undef indices
#endif
#ifdef extents
#undef extents
#endif
using namespace ::com::sun::star;
using namespace ::com::sun::star::accessibility;
using ::std::for_each;
......
......@@ -17,6 +17,16 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#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>
......@@ -42,6 +52,14 @@
#include <comphelper/servicehelper.hxx>
#include <toolkit/helper/convert.hxx>
#ifdef indices
#undef indices
#endif
#ifdef extents
#undef extents
#endif
using namespace ::com::sun::star;
using namespace ::com::sun::star::accessibility;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment