From 88b8bd644e8da97b3046f3cbfec53aef2596df47 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sat, 25 May 2013 11:48:09 +0100 Subject: Resolves: #i119874 Fixed text alignment in RTL layout This reverts commit 979def88090633bfee0e0445b19999a1dac71ed4, this time manually confirmed that the import layout does change, but that it appears to be all desirable changes Change-Id: Iee5e5ebd16989f65569b02f8b4f6570985157dfc --- include/filter/msfilter/svdfppt.hxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') diff --git a/include/filter/msfilter/svdfppt.hxx b/include/filter/msfilter/svdfppt.hxx index c32b9de25556..4cba0ec06e30 100644 --- a/include/filter/msfilter/svdfppt.hxx +++ b/include/filter/msfilter/svdfppt.hxx @@ -573,6 +573,9 @@ protected: SdrOutliner* GetDrawOutliner( SdrTextObj* pSdrText ) const; void SeekOle( SfxObjectShell* pShell, sal_uInt32 nFilterOptions ); + void ApplyTextAnchorAttributes( PPTTextObj& rTextObj, SfxItemSet& rSet ) const; + sal_Bool IsVerticalText() const; + public: SdrPowerPointImport( PowerPointImportParam&, const OUString& rBaseURL ); virtual ~SdrPowerPointImport(); -- cgit