summaryrefslogtreecommitdiff
path: root/sw/inc/format.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-03-19 11:23:19 +0200
committerNoel Grandin <noel@peralex.com>2015-03-23 09:42:22 +0200
commita84c07509d9051084684987ad5ec47631afd50e5 (patch)
treeb9366fc0852114c933aed2dc2c1b9fb018bc7f20 /sw/inc/format.hxx
parentfd68059586246f415a5fa6637fafad1ac9293e92 (diff)
loplugin:constantfunction: sw
Change-Id: Ife8ccbe4625d87d1e3314c75604cb3d947011680
Diffstat (limited to 'sw/inc/format.hxx')
-rw-r--r--sw/inc/format.hxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/sw/inc/format.hxx b/sw/inc/format.hxx
index ec7ae44572a2..2ac64cfd4a0e 100644
--- a/sw/inc/format.hxx
+++ b/sw/inc/format.hxx
@@ -320,18 +320,6 @@ public:
*/
virtual bool IsBackgroundTransparent() const;
- /** SwFmt::IsShadowTransparent
-
- Virtual method to determine, if shadow of format is transparent.
- Default implementation returns false. Thus, subclasses have to override
- method, if the specific subclass can have a transparent shadow.
-
- @author OD
-
- @return false, default implementation
- */
- bool IsShadowTransparent() const;
-
//UUUU Access to DrawingLayer FillAttributes in a preprocessed form for primitive usage
virtual drawinglayer::attribute::SdrAllFillAttributesHelperPtr getSdrAllFillAttributesHelper() const;
virtual bool supportsFullDrawingLayerFillAttributeSet() const;