diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-03-08 00:40:31 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-03-08 12:02:38 +0000 |
commit | 80b0a3a7b647b3d60379344a37a5f9b15a2bbfe9 (patch) | |
tree | f417692b42e7caa5a2834eccc8038b35f79df0e4 /sc/source/ui/vba/vbapagesetup.cxx | |
parent | 18a48b7489650c7addef4c64b7c5b6985a3c68fe (diff) |
fold i18npaper into i18nutil
It's too small to justify standalone existence.
We can accumulate i18n things we link to directly into
i18nutil and rework i18npool uno implementions in terms
of thin wrappers over i18nutil and prefer linking to
i18nutil internally and leave the uno forwarders for
use by external components and scripting
Diffstat (limited to 'sc/source/ui/vba/vbapagesetup.cxx')
-rw-r--r-- | sc/source/ui/vba/vbapagesetup.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/vba/vbapagesetup.cxx b/sc/source/ui/vba/vbapagesetup.cxx index 16f05622c760..32be9b883db6 100644 --- a/sc/source/ui/vba/vbapagesetup.cxx +++ b/sc/source/ui/vba/vbapagesetup.cxx @@ -38,7 +38,7 @@ #include <ooo/vba/excel/XlPageOrientation.hpp> #include <ooo/vba/excel/XlOrder.hpp> #include <ooo/vba/excel/Constants.hpp> -#include <i18npool/paper.hxx> +#include <i18nutil/paper.hxx> #include <editeng/paperinf.hxx> #include <ooo/vba/excel/XlPaperSize.hpp> #include <sal/macros.h> |