summaryrefslogtreecommitdiff
path: root/vbahelper/source
diff options
context:
space:
mode:
Diffstat (limited to 'vbahelper/source')
-rw-r--r--vbahelper/source/vbahelper/vbafillformat.cxx1
-rw-r--r--vbahelper/source/vbahelper/vbafillformat.hxx1
2 files changed, 0 insertions, 2 deletions
diff --git a/vbahelper/source/vbahelper/vbafillformat.cxx b/vbahelper/source/vbahelper/vbafillformat.cxx
index ab3bfdea19e9..0ee49c407d51 100644
--- a/vbahelper/source/vbahelper/vbafillformat.cxx
+++ b/vbahelper/source/vbahelper/vbafillformat.cxx
@@ -31,7 +31,6 @@ ScVbaFillFormat::ScVbaFillFormat( const uno::Reference< XHelperInterface >& xPar
m_xPropertySet.set( xShape, uno::UNO_QUERY_THROW );
m_nFillStyle = drawing::FillStyle_SOLID;
m_nForeColor = 0;
- m_nBackColor = 0;
m_nGradientAngle = 0;
}
diff --git a/vbahelper/source/vbahelper/vbafillformat.hxx b/vbahelper/source/vbahelper/vbafillformat.hxx
index 80a3e793eb98..ed9b1192c1ec 100644
--- a/vbahelper/source/vbahelper/vbafillformat.hxx
+++ b/vbahelper/source/vbahelper/vbafillformat.hxx
@@ -34,7 +34,6 @@ private:
css::uno::Reference< ov::msforms::XColorFormat > m_xColorFormat;
css::drawing::FillStyle m_nFillStyle;
sal_Int32 m_nForeColor;
- sal_Int32 m_nBackColor;
sal_Int16 m_nGradientAngle;
private:
void setFillStyle( css::drawing::FillStyle nFillStyle ) throw (css::uno::RuntimeException);