summaryrefslogtreecommitdiffstats
path: root/include/filter/msfilter
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-05-25 11:48:09 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-05-25 12:11:51 +0100
commit88b8bd644e8da97b3046f3cbfec53aef2596df47 (patch)
tree037142235cfd354fe0ccefa85fc6429181ce0298 /include/filter/msfilter
parentuse XShapeHash type to make this *_map compatible... (diff)
downloadcore-88b8bd644e8da97b3046f3cbfec53aef2596df47.tar.gz
core-88b8bd644e8da97b3046f3cbfec53aef2596df47.zip
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/filter/msfilter')
-rw-r--r--include/filter/msfilter/svdfppt.hxx3
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();