toolsin.cxx (27ead02a) toolsin.cxx (f958b5f1)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 17 unchanged lines hidden (view full) ---

26
27#define _TOOLS_TOOLSIN_CXX
28
29#include <string.h>
30#include <tools/shl.hxx>
31#include <tools/debug.hxx>
32#include <toolsin.hxx>
33
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 17 unchanged lines hidden (view full) ---

26
27#define _TOOLS_TOOLSIN_CXX
28
29#include <string.h>
30#include <tools/shl.hxx>
31#include <tools/debug.hxx>
32#include <toolsin.hxx>
33
34#if defined WNT || defined OS2
34#if defined WNT
35#include <dll.hxx>
36#endif
37
38void ImplDeleteCharTabData();
39
40// =======================================================================
41
42TOOLSINDATA* ImplGetToolsInData()

--- 49 unchanged lines hidden ---
35#include <dll.hxx>
36#endif
37
38void ImplDeleteCharTabData();
39
40// =======================================================================
41
42TOOLSINDATA* ImplGetToolsInData()

--- 49 unchanged lines hidden ---