summaryrefslogtreecommitdiff
path: root/xmloff/source/style/TransGradientStyle.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/style/TransGradientStyle.cxx')
-rw-r--r--xmloff/source/style/TransGradientStyle.cxx11
1 files changed, 0 insertions, 11 deletions
diff --git a/xmloff/source/style/TransGradientStyle.cxx b/xmloff/source/style/TransGradientStyle.cxx
index 93a66e8dd77d..82d8520a3074 100644
--- a/xmloff/source/style/TransGradientStyle.cxx
+++ b/xmloff/source/style/TransGradientStyle.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#include "TransGradientStyle.hxx"
#include <com/sun/star/awt/Gradient.hpp>
@@ -36,7 +35,6 @@
#include <xmloff/xmlexp.hxx>
#include <xmloff/xmlimp.hxx>
-
using namespace ::com::sun::star;
using namespace ::xmloff::token;
@@ -55,7 +53,6 @@ enum SvXMLTokenMapAttrs
XML_TOK_TABSTOP_END=XML_TOK_UNKNOWN
};
-
SvXMLEnumMapEntry const pXML_GradientStyle_Enum[] =
{
{ XML_GRADIENTSTYLE_LINEAR, awt::GradientStyle_LINEAR },
@@ -67,10 +64,7 @@ SvXMLEnumMapEntry const pXML_GradientStyle_Enum[] =
{ XML_TOKEN_INVALID, 0 }
};
-
-//-------------------------------------------------------------
// Import
-//-------------------------------------------------------------
XMLTransGradientStyleImport::XMLTransGradientStyleImport( SvXMLImport& rImp )
: rImport(rImp)
@@ -216,10 +210,7 @@ sal_Bool XMLTransGradientStyleImport::importXML(
return bRet;
}
-
-//-------------------------------------------------------------
// Export
-//-------------------------------------------------------------
XMLTransGradientStyleExport::XMLTransGradientStyleExport( SvXMLExport& rExp )
: rExport(rExp)
@@ -230,7 +221,6 @@ XMLTransGradientStyleExport::~XMLTransGradientStyleExport()
{
}
-
sal_Bool XMLTransGradientStyleExport::exportXML(
const OUString& rStrName,
const uno::Any& rValue )
@@ -277,7 +267,6 @@ sal_Bool XMLTransGradientStyleExport::exportXML(
rExport.AddAttribute( XML_NAMESPACE_DRAW, XML_CY, aStrValue );
}
-
Color aColor;
// Transparency start