summaryrefslogtreecommitdiffstats
path: root/sc/source/filter/inc
diff options
context:
space:
mode:
authorJaskaran Singh <jvsg1303@gmail.com>2016-08-05 00:09:10 +0530
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-09-18 00:15:18 +0200
commit9cab12f925e5b6656d9e8e0c58f81e0833dc12a6 (patch)
tree2626be98f27ea62b2e1d7e8bbf10f4554a6ab870 /sc/source/filter/inc
parentDisable printing default protection in imported styles (diff)
downloadcore-9cab12f925e5b6656d9e8e0c58f81e0833dc12a6.tar.gz
core-9cab12f925e5b6656d9e8e0c58f81e0833dc12a6.zip
Initialize border attributes in orcus interface
Change-Id: I99994147830e96bea07f52fc6f2575f05cb0a40f
Diffstat (limited to 'sc/source/filter/inc')
-rw-r--r--sc/source/filter/inc/orcusinterface.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/source/filter/inc/orcusinterface.hxx b/sc/source/filter/inc/orcusinterface.hxx
index c6d3d5a1a2ed..e467b85390fa 100644
--- a/sc/source/filter/inc/orcusinterface.hxx
+++ b/sc/source/filter/inc/orcusinterface.hxx
@@ -299,6 +299,8 @@ private:
SvxBorderStyle mestyle;
Color maColor;
double mnWidth;
+
+ border_line();
};
std::map<orcus::spreadsheet::border_direction_t, border_line> border_lines;