summaryrefslogtreecommitdiff
path: root/sw/inc/format.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-10-06 15:36:26 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-10-06 16:19:13 +0100
commit5c1482c3e37502bce2b3be106d1a70938ce8b30c (patch)
tree03b20b15083ebb996053583107188006b3bc0ba0 /sw/inc/format.hxx
parent0a4d77f35e96e4dfdf69cc5ceb788ddaa849084c (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/format.hxx')
-rw-r--r--sw/inc/format.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/format.hxx b/sw/inc/format.hxx
index 1b6056981966..b576048ebdf1 100644
--- a/sw/inc/format.hxx
+++ b/sw/inc/format.hxx
@@ -334,7 +334,7 @@ public:
//UUUU Access to DrawingLayer FillAttributes in a preprocessed form for primitive usage
virtual drawinglayer::attribute::SdrAllFillAttributesHelperPtr getSdrAllFillAttributesHelper() const;
- virtual bool IsAdaptedToNewFillProperties() const;
+ virtual bool supportsFullDrawingLayerFillAttributeSet() const;
};
inline void SwFmt::SetName( const sal_Char* pNewName,