summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/stylesbuffer.hxx
diff options
context:
space:
mode:
authorNoel Power <noel.power@suse.com>2013-06-07 11:25:56 +0100
committerNoel Power <noel.power@suse.com>2013-06-07 11:32:10 +0100
commitca2be674b105b384208373be8c485b0201134bb0 (patch)
treebfb7f16997f4c65bba4644bc0fce0ee316460383 /sc/source/filter/inc/stylesbuffer.hxx
parent76a325a1fdd2d2ecdf00da878d40995fb05efd8a (diff)
Revert "follow patch for fdo#38385 attempt to detect rtl"
Diffstat (limited to 'sc/source/filter/inc/stylesbuffer.hxx')
-rw-r--r--sc/source/filter/inc/stylesbuffer.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/sc/source/filter/inc/stylesbuffer.hxx b/sc/source/filter/inc/stylesbuffer.hxx
index 7108a4977f9c..16d577999d3f 100644
--- a/sc/source/filter/inc/stylesbuffer.hxx
+++ b/sc/source/filter/inc/stylesbuffer.hxx
@@ -458,9 +458,7 @@ struct BorderLineModel
/** Contains XML attributes of a complete cell border. */
struct BorderModel
{
- BorderLineModel maStart; /// Start line format.
BorderLineModel maLeft; /// Left line format.
- BorderLineModel maEnd; /// End line format.
BorderLineModel maRight; /// Right line format.
BorderLineModel maTop; /// Top line format.
BorderLineModel maBottom; /// Bottom line format.
@@ -515,7 +513,7 @@ public:
void importDxfBorder( sal_Int32 nElement, SequenceInputStream& rStrm );
/** Final processing after import of all style settings. */
- void finalizeImport( bool bRTL );
+ void finalizeImport();
/** Returns the border model structure. */
inline const BorderModel& getModel() const { return maModel; }