summaryrefslogtreecommitdiff
path: root/svx/source/table/tablelayouter.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/table/tablelayouter.hxx')
-rw-r--r--svx/source/table/tablelayouter.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/svx/source/table/tablelayouter.hxx b/svx/source/table/tablelayouter.hxx
index f927f6431258..a9fbee974f59 100644
--- a/svx/source/table/tablelayouter.hxx
+++ b/svx/source/table/tablelayouter.hxx
@@ -101,9 +101,6 @@ public:
void DistributeColumns( ::Rectangle& rArea, sal_Int32 nFirstCol, sal_Int32 nLastCol );
void DistributeRows( ::Rectangle& rArea, sal_Int32 nFirstRow, sal_Int32 nLastRow );
- com::sun::star::text::WritingMode GetWritingMode() const { return meWritingMode; }
- void SetWritingMode( com::sun::star::text::WritingMode eWritingMode );
-
private:
CellRef getCell( const CellPos& rPos ) const;
@@ -143,8 +140,6 @@ private:
BorderLineMap maHorizontalBorders;
BorderLineMap maVerticalBorders;
- com::sun::star::text::WritingMode meWritingMode;
-
const OUString msSize;
};