diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-10-06 15:36:26 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-10-06 16:19:13 +0100 |
commit | 5c1482c3e37502bce2b3be106d1a70938ce8b30c (patch) | |
tree | 03b20b15083ebb996053583107188006b3bc0ba0 /sw/inc/frmfmt.hxx | |
parent | 0a4d77f35e96e4dfdf69cc5ceb788ddaa849084c (diff) |
Related; #i125163# rename IsAdaptedToNewFillProperties
to supportsFullDrawingLayerFillAttributeSet so as to rename our equivalent
solution of d3de12fcfc85feb36eda3b0495807ef11d8fe772
"Resolves: fdo#81277 missing table cell background color in doc/html import"
with that of 36cc153d32bc262c2285d333a1369f6ca36a7fba
"i125163 Corrected FillStyle handling for tables in Writer"
Change-Id: If8ecbc712e01d823d034ff3771bf38a4df16368d
Diffstat (limited to 'sw/inc/frmfmt.hxx')
-rw-r--r-- | sw/inc/frmfmt.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/frmfmt.hxx b/sw/inc/frmfmt.hxx index 715f92a481ca..8b33ec20dd90 100644 --- a/sw/inc/frmfmt.hxx +++ b/sw/inc/frmfmt.hxx @@ -138,7 +138,7 @@ public: //UUUU Access to DrawingLayer FillAttributes in a preprocessed form for primitive usage virtual drawinglayer::attribute::SdrAllFillAttributesHelperPtr getSdrAllFillAttributesHelper() const SAL_OVERRIDE; - virtual bool IsAdaptedToNewFillProperties() const SAL_OVERRIDE; + virtual bool supportsFullDrawingLayerFillAttributeSet() const SAL_OVERRIDE; }; // The FlyFrame-Format |