summaryrefslogtreecommitdiff
path: root/oox/source/drawingml/colorchoicecontext.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/source/drawingml/colorchoicecontext.cxx')
-rw-r--r--oox/source/drawingml/colorchoicecontext.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/oox/source/drawingml/colorchoicecontext.cxx b/oox/source/drawingml/colorchoicecontext.cxx
index 1ee3129ba91c..7c38409d7f5f 100644
--- a/oox/source/drawingml/colorchoicecontext.cxx
+++ b/oox/source/drawingml/colorchoicecontext.cxx
@@ -32,8 +32,6 @@ using ::oox::core::ContextHandler;
namespace oox {
namespace drawingml {
-
-
ColorValueContext::ColorValueContext( ContextHandler2Helper& rParent, Color& rColor ) :
ContextHandler2( rParent ),
mrColor( rColor )
@@ -124,8 +122,6 @@ void ColorValueContext::onStartElement( const AttributeList& rAttribs )
return 0;
}
-
-
ColorContext::ColorContext( ContextHandler2Helper& rParent, Color& rColor ) :
ContextHandler2( rParent ),
mrColor( rColor )
@@ -148,8 +144,6 @@ ColorContext::ColorContext( ContextHandler2Helper& rParent, Color& rColor ) :
return 0;
}
-
-
} // namespace drawingml
} // namespace oox