diff options
author | Noel Grandin <noel@peralex.com> | 2015-10-21 15:55:50 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-10-23 07:08:34 +0000 |
commit | fa22a60e71da5c43b53c5c94f65903ce05d8c9e8 (patch) | |
tree | 3f7251cac7bce53e3f34a91b03003c44a4277d3e /include/i18nutil/paper.hxx | |
parent | c1d0074df9e96f7ac6d755f177974645513c6b16 (diff) |
com::sun::star->css in include/i18nlangtag,i18nutil
Change-Id: I847a5729911474e8dd72e28aea53969f7037ce9b
Reviewed-on: https://gerrit.libreoffice.org/19526
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/i18nutil/paper.hxx')
-rw-r--r-- | include/i18nutil/paper.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/i18nutil/paper.hxx b/include/i18nutil/paper.hxx index 6aee51faa80b..55a3daa96e9d 100644 --- a/include/i18nutil/paper.hxx +++ b/include/i18nutil/paper.hxx @@ -135,7 +135,7 @@ public: bool doSloppyFit(); static PaperInfo getSystemDefaultPaper(); - static PaperInfo getDefaultPaperForLocale(const ::com::sun::star::lang::Locale & rLocale); + static PaperInfo getDefaultPaperForLocale(const css::lang::Locale & rLocale); static Paper fromPSName(const OString &rName); static OString toPSName(Paper eType); |