summaryrefslogtreecommitdiff
path: root/svx/source/sdr/attribute/sdrlineshadowtextattribute.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/sdr/attribute/sdrlineshadowtextattribute.cxx')
-rw-r--r--svx/source/sdr/attribute/sdrlineshadowtextattribute.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/svx/source/sdr/attribute/sdrlineshadowtextattribute.cxx b/svx/source/sdr/attribute/sdrlineshadowtextattribute.cxx
index df964b32e367..421d79857188 100644
--- a/svx/source/sdr/attribute/sdrlineshadowtextattribute.cxx
+++ b/svx/source/sdr/attribute/sdrlineshadowtextattribute.cxx
@@ -22,7 +22,7 @@
namespace drawinglayer::attribute
- {
+{
SdrLineShadowTextAttribute::SdrLineShadowTextAttribute(
const SdrLineAttribute& rLine,
const SdrLineStartEndAttribute& rLineStartEnd,
@@ -70,6 +70,7 @@ namespace drawinglayer::attribute
&& getLine() == rCandidate.getLine()
&& getLineStartEnd() == rCandidate.getLineStartEnd());
}
- } // end of namespace drawinglayer
+
+} // end of namespace
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */