summaryrefslogtreecommitdiff
path: root/sw/source/ui/docvw/ShadowOverlayObject.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/docvw/ShadowOverlayObject.cxx')
-rw-r--r--sw/source/ui/docvw/ShadowOverlayObject.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/sw/source/ui/docvw/ShadowOverlayObject.cxx b/sw/source/ui/docvw/ShadowOverlayObject.cxx
index e39622bdc931..437507d19607 100644
--- a/sw/source/ui/docvw/ShadowOverlayObject.cxx
+++ b/sw/source/ui/docvw/ShadowOverlayObject.cxx
@@ -30,14 +30,12 @@
namespace sw { namespace sidebarwindows {
-//////////////////////////////////////////////////////////////////////////////
// helper SwPostItShadowPrimitive
//
// Used to allow view-dependent primitive definition. For that purpose, the
// initially created primitive (this one) always has to be view-independent,
// but the decomposition is made view-dependent. Very simple primitive which
// just remembers the discrete data and applies it at decomposition time.
-
class ShadowPrimitive : public drawinglayer::primitive2d::DiscreteMetricDependentPrimitive2D
{
private:
@@ -167,7 +165,6 @@ bool ShadowPrimitive::operator==( const drawinglayer::primitive2d::BasePrimitive
ImplPrimitrive2DIDBlock(ShadowPrimitive, PRIMITIVE2D_ID_SWSIDEBARSHADOWPRIMITIVE)
-/****** ShadowOverlayObject **************************************************/
/* static */ ShadowOverlayObject* ShadowOverlayObject::CreateShadowOverlayObject( SwView& rDocView )
{
ShadowOverlayObject* pShadowOverlayObject( 0 );