summaryrefslogtreecommitdiffstats
path: root/svtools/source/graphic/grfattr.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/graphic/grfattr.cxx')
-rw-r--r--svtools/source/graphic/grfattr.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/svtools/source/graphic/grfattr.cxx b/svtools/source/graphic/grfattr.cxx
index dd6585c1c3c9..03d49086856e 100644
--- a/svtools/source/graphic/grfattr.cxx
+++ b/svtools/source/graphic/grfattr.cxx
@@ -22,8 +22,6 @@
#include <svtools/grfmgr.hxx>
-
-
GraphicAttr::GraphicAttr() :
mfGamma ( 1.0 ),
mnMirrFlags ( BmpMirrorFlags::NONE ),
@@ -44,13 +42,11 @@ GraphicAttr::GraphicAttr() :
}
-
GraphicAttr::~GraphicAttr()
{
}
-
bool GraphicAttr::operator==( const GraphicAttr& rAttr ) const
{
return( ( mfGamma == rAttr.mfGamma ) &&
@@ -71,5 +67,4 @@ bool GraphicAttr::operator==( const GraphicAttr& rAttr ) const
}
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */