summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-09-29 16:25:27 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-09-29 16:31:32 +0100
commit5aa360cae0383f270c12708e7e94179a7fde6711 (patch)
tree015c2238e2e2860790fb335207f0e45de89a009c /include
parent8dd2a4f0c80db25f744147206ff1e69cf976f73f (diff)
Resolves: fdo#80468 and fdo#81223 image/frame backgrounds wrong
writer has code to fill in missing new properties from the old properties if they exist. But xmloff is stripping them out before they get there. Don't strip them out, and add in a missing check for one of the archaic bg colors and add a regression test for fdo#81223 Change-Id: I9a541a9bee0a01c90f2c33383f1144ecd8b0bfff
Diffstat (limited to 'include')
-rw-r--r--include/xmloff/XMLShapeStyleContext.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/xmloff/XMLShapeStyleContext.hxx b/include/xmloff/XMLShapeStyleContext.hxx
index b0f7a3aef24d..89662c09be30 100644
--- a/include/xmloff/XMLShapeStyleContext.hxx
+++ b/include/xmloff/XMLShapeStyleContext.hxx
@@ -37,9 +37,6 @@ protected:
OUString m_sListStyleName;
bool m_bIsNumRuleAlreadyConverted;
- //UUUU
- bool m_bIsFillStyleAlreadyConverted : 1;
-
protected:
virtual void SetAttribute( sal_uInt16 nPrefixKey,
const OUString& rLocalName,