diff options
author | Marco Cecchetti <mrcekets@gmail.com> | 2011-07-20 22:27:51 +0200 |
---|---|---|
committer | Thorsten Behrens <tbehrens@novell.com> | 2011-08-26 18:25:19 +0200 |
commit | edb6e65cc9d1d8612da4f22b2cd4dbbe007c1918 (patch) | |
tree | 76fbe6639f416f0bfbbff133a470d3a27f8bd336 /xmloff/source/text/txtparai.cxx | |
parent | 588329f5d2e4f7515380fc8b15d55a1d5c0cb16f (diff) |
Moved unointerfacetouniqueidentifiermapper.hxx under xmloff/inc/xmloff. The Package_inc.mk file has been modified in order to export the header under solver/*/*/inc/xmloff and the UnoInterfaceToUniqueIdentifierMapper class has been made visible from the outside by the XMLOFF_DLLPUBLIC macro.
Diffstat (limited to 'xmloff/source/text/txtparai.cxx')
-rw-r--r-- | xmloff/source/text/txtparai.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/text/txtparai.cxx b/xmloff/source/text/txtparai.cxx index bc5149ca707a..7bb95f10be0b 100644 --- a/xmloff/source/text/txtparai.cxx +++ b/xmloff/source/text/txtparai.cxx @@ -28,7 +28,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_xmloff.hxx" -#include "unointerfacetouniqueidentifiermapper.hxx" +#include <xmloff/unointerfacetouniqueidentifiermapper.hxx> #include <rtl/ustring.hxx> #include <rtl/ustrbuf.hxx> #include <tools/debug.hxx> |