summaryrefslogtreecommitdiffstats
path: root/oox/inc/drawingml/fillpropertiesgroupcontext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/inc/drawingml/fillpropertiesgroupcontext.hxx')
-rw-r--r--oox/inc/drawingml/fillpropertiesgroupcontext.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/oox/inc/drawingml/fillpropertiesgroupcontext.hxx b/oox/inc/drawingml/fillpropertiesgroupcontext.hxx
index f5210c7ed1ea..59cf7d27fa7d 100644
--- a/oox/inc/drawingml/fillpropertiesgroupcontext.hxx
+++ b/oox/inc/drawingml/fillpropertiesgroupcontext.hxx
@@ -27,7 +27,6 @@ namespace oox {
namespace drawingml {
-
/** Context handler that imports the a:solidFill element. */
class SolidFillContext : public ColorContext
{
@@ -39,7 +38,6 @@ public:
};
-
/** Context handler that imports the a:gradFill element. */
class GradientFillContext : public ::oox::core::ContextHandler2
{
@@ -77,7 +75,6 @@ private:
};
-
/** Context handler that imports a14:imgProps, a14:imgLayer, a14:imgEffect containers
and the a14:artistic* effect tags defined in the MS-ODRAWXML extension. */
class ArtisticEffectContext : public ::oox::core::ContextHandler2
@@ -98,7 +95,6 @@ private:
};
-
/** Context handler that imports the a:extLst element inside a:blip and its
children a:ext, which can contain transformations to the bitmap. */
class BlipExtensionContext : public ::oox::core::ContextHandler2
@@ -119,7 +115,6 @@ private:
};
-
/** Context handler that imports the a:duotone element containing the colors
of a bitmap duotone transformation. */
class DuotoneContext : public ::oox::core::ContextHandler2
@@ -142,7 +137,6 @@ private:
};
-
/** Context handler that imports the a:clrChange element containing the colors
of a bitmap color change transformation. */
class ColorChangeContext : public ::oox::core::ContextHandler2