summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-12-10 11:37:25 +0000
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2019-12-12 04:05:25 +0100
commit844c56230fde10bd62269ed14aa7f7e10edb2ea2 (patch)
tree931b92ca597f71fde74474d3c166c729ab0a9974 /include
parentUpdate git submodules (diff)
downloadcore-844c56230fde10bd62269ed14aa7f7e10edb2ea2.tar.gz
core-844c56230fde10bd62269ed14aa7f7e10edb2ea2.zip
tdf#129300 alignment enums not translated in organizer
because they used the trick that the original ids were contiguous integers Change-Id: I4405100f26241dd84c26155529d3961d5082ee9e Reviewed-on: https://gerrit.libreoffice.org/84814 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'include')
-rw-r--r--include/editeng/justifyitem.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/justifyitem.hxx b/include/editeng/justifyitem.hxx
index c53a7b83b744..7f619e4120b5 100644
--- a/include/editeng/justifyitem.hxx
+++ b/include/editeng/justifyitem.hxx
@@ -45,7 +45,7 @@ public:
virtual bool PutValue( const css::uno::Any& rVal, sal_uInt8 nMemberId ) override;
virtual sal_uInt16 GetValueCount() const override;
- static OUString GetValueText( sal_uInt16 nVal );
+ static OUString GetValueText( SvxCellHorJustify nVal );
virtual SfxPoolItem* Clone( SfxItemPool *pPool = nullptr ) const override;
SvxHorJustifyItem(SvxHorJustifyItem const &) = default; // SfxPoolItem copy function dichotomy