diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-05-25 11:48:09 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-05-25 12:11:51 +0100 |
commit | 88b8bd644e8da97b3046f3cbfec53aef2596df47 (patch) | |
tree | 037142235cfd354fe0ccefa85fc6429181ce0298 /include | |
parent | 0cc228354f7015ee1e6c0d376c117fbf04f58a5f (diff) |
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
Diffstat (limited to 'include')
-rw-r--r-- | include/filter/msfilter/svdfppt.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
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(); |