summaryrefslogtreecommitdiff
path: root/include/oox/vml/vmlformatting.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/vml/vmlformatting.hxx')
-rw-r--r--include/oox/vml/vmlformatting.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/oox/vml/vmlformatting.hxx b/include/oox/vml/vmlformatting.hxx
index 8df59acf4eaf..2e212a52eb6f 100644
--- a/include/oox/vml/vmlformatting.hxx
+++ b/include/oox/vml/vmlformatting.hxx
@@ -38,12 +38,10 @@ namespace oox {
namespace vml {
-
typedef ::std::pair< sal_Int32, sal_Int32 > Int32Pair;
typedef ::std::pair< double, double > DoublePair;
-
namespace ConversionHelper
{
/** Returns two values contained in rValue separated by cSep.
@@ -158,7 +156,6 @@ namespace ConversionHelper
}
-
/** The stroke arrow model structure contains all properties for an line end arrow. */
struct StrokeArrowModel
{
@@ -170,7 +167,6 @@ struct StrokeArrowModel
};
-
/** The stroke model structure contains all shape border properties. */
struct StrokeModel
{
@@ -194,7 +190,6 @@ struct StrokeModel
};
-
/** The fill model structure contains all shape fill properties. */
struct OOX_DLLPUBLIC FillModel
{
@@ -220,7 +215,6 @@ struct OOX_DLLPUBLIC FillModel
};
-
/** The shadow model structure contains all shape shadow properties. */
struct OOX_DLLPUBLIC ShadowModel
{