summaryrefslogtreecommitdiffstats
path: root/sdext/source/pdfimport/tree/pdfiprocessor.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sdext/source/pdfimport/tree/pdfiprocessor.hxx')
-rw-r--r--sdext/source/pdfimport/tree/pdfiprocessor.hxx8
1 files changed, 1 insertions, 7 deletions
diff --git a/sdext/source/pdfimport/tree/pdfiprocessor.hxx b/sdext/source/pdfimport/tree/pdfiprocessor.hxx
index e86ccfe2aafe..bd792bc4d35d 100644
--- a/sdext/source/pdfimport/tree/pdfiprocessor.hxx
+++ b/sdext/source/pdfimport/tree/pdfiprocessor.hxx
@@ -99,10 +99,9 @@ namespace pdfi
void sortElements( Element* pElement, bool bDeep = false );
- rtl::OUString mirrorString( const rtl::OUString& i_rInString );
+ rtl::OUString mirrorString( const rtl::OUString& i_rInString ) const;
private:
- void prepareMirrorMap();
void processGlyphLine();
void processGlyph( double fPreAvarageSpaceValue,
CharGlyph& rGlyph,
@@ -233,11 +232,6 @@ namespace pdfi
m_xStatusIndicator;
bool m_bHaveTextOnDocLevel;
- std::vector< sal_Unicode > m_aMirrorMap;
- com::sun::star::uno::Reference<
- com::sun::star::util::XStringMapping >
- m_xMirrorMapper;
- bool m_bMirrorMapperTried;
};
class CharGlyph
{