diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-05-24 20:58:32 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-05-24 20:58:32 +0100 |
commit | 979def88090633bfee0e0445b19999a1dac71ed4 (patch) | |
tree | 6c42c747daa7e61a2462f0b53949d348d81df50f /include | |
parent | 3bcbc800a5598854be473a7397eac384e0d8a07e (diff) |
Revert "Resolves: #i119874 Fixed text alignment in RTL layout."
This reverts commit 54c679f481647890f18151f4db05cfc3eff5d98b.
pushed that too soon before verifying if it does what it says
it does
Diffstat (limited to 'include')
-rw-r--r-- | include/filter/msfilter/svdfppt.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/filter/msfilter/svdfppt.hxx b/include/filter/msfilter/svdfppt.hxx index 4cba0ec06e30..c32b9de25556 100644 --- a/include/filter/msfilter/svdfppt.hxx +++ b/include/filter/msfilter/svdfppt.hxx @@ -573,9 +573,6 @@ 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(); |