summaryrefslogtreecommitdiffstats
path: root/oox/inc/drawingml/fillpropertiesgroupcontext.hxx
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2016-02-09 18:16:42 +1100
committerChris Sherlock <chris.sherlock79@gmail.com>2016-02-09 08:18:05 +0000
commita238b1f8d304bf1e2ffb357937f3ec888ee8ac89 (patch)
tree083c0582d4bf80e313ed256ca476ba8f69c7f7a6 /oox/inc/drawingml/fillpropertiesgroupcontext.hxx
parentFormatting changes across all modules (diff)
downloadcore-a238b1f8d304bf1e2ffb357937f3ec888ee8ac89.tar.gz
core-a238b1f8d304bf1e2ffb357937f3ec888ee8ac89.zip
Remove excess newlines
A ridiculously fast way of doing this is: for i in $(pcregrep -l -M -r --include='.*[hc]xx$' \ --exclude-dir=workdir --exclude-dir=instdir '^ {3,}' .) do perl -0777 -i -pe 's/^ {3,}/ /gm' $i done Change-Id: Iebb93eccbee9e4fc5c4380474ba595858a27ac2c Reviewed-on: https://gerrit.libreoffice.org/22224 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
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