diff options
author | Matúš Kukan <matus.kukan@collabora.com> | 2014-02-20 23:04:00 +0100 |
---|---|---|
committer | Matúš Kukan <matus.kukan@collabora.com> | 2014-02-21 07:52:24 +0100 |
commit | dbfc495a9ace0865d764dad7404633a12cda2873 (patch) | |
tree | eb695c097fcc97335ead668b927ad756e28b0553 /starmath | |
parent | d5951c04195e050d65d44c9578bd339dd41eee2f (diff) |
Add config option used when we try to link one huge object file.
In theory, it should not be used, we use it now to mark duplicated
symbols from sdi slots as weak. See idl/source/objects/types.cxx.
Change-Id: I3c6fccfb96884df6b9e6eb35b8615ba4d66ca208
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/source/typemap.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/starmath/source/typemap.cxx b/starmath/source/typemap.cxx index 2d354f7450c6..e9a1bd90e04a 100644 --- a/starmath/source/typemap.cxx +++ b/starmath/source/typemap.cxx @@ -17,6 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <config_options.h> + #include <sfx2/msg.hxx> #include <svl/stritem.hxx> #include <svl/eitem.hxx> |