summaryrefslogtreecommitdiff
path: root/svx/source/unodraw/XPropertyTable.cxx
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-25 20:51:35 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-02-26 07:42:24 -0600
commitb1181b89f3c6a0b435f49d9b2bfa18db2b5f6f3c (patch)
tree1ccd7fbb50f8ef1a6ac846e178550da83cd263ca /svx/source/unodraw/XPropertyTable.cxx
parent060ab521fa0d5d6b9fcb97eab4718c04e8aec944 (diff)
Remove visual noise from svx
Change-Id: I56497d953b0500ba0967fddb36ca8bbbe86c62ad Reviewed-on: https://gerrit.libreoffice.org/8321 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svx/source/unodraw/XPropertyTable.cxx')
-rw-r--r--svx/source/unodraw/XPropertyTable.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/svx/source/unodraw/XPropertyTable.cxx b/svx/source/unodraw/XPropertyTable.cxx
index 6c74a99386fc..c6d1ad904331 100644
--- a/svx/source/unodraw/XPropertyTable.cxx
+++ b/svx/source/unodraw/XPropertyTable.cxx
@@ -247,7 +247,7 @@ sal_Bool SAL_CALL SvxUnoXPropertyTable::hasElements( )
return getCount() != 0;
}
-///////////////////////////////////////////////////////////////////////
+
class SvxUnoXColorTable : public SvxUnoXPropertyTable
{
@@ -309,7 +309,7 @@ uno::Sequence< OUString > SAL_CALL SvxUnoXColorTable::getSupportedServiceNames(
return aServices;
}
-///////////////////////////////////////////////////////////////////////
+
class SvxUnoXLineEndTable : public SvxUnoXPropertyTable
{
@@ -382,7 +382,7 @@ uno::Sequence< OUString > SAL_CALL SvxUnoXLineEndTable::getSupportedServiceName
return aServices;
}
-///////////////////////////////////////////////////////////////////////
+
class SvxUnoXDashTable : public SvxUnoXPropertyTable
{
@@ -463,7 +463,7 @@ uno::Sequence< OUString > SAL_CALL SvxUnoXDashTable::getSupportedServiceNames(
return aServices;
}
-///////////////////////////////////////////////////////////////////////
+
class SvxUnoXHatchTable : public SvxUnoXPropertyTable
{
@@ -539,7 +539,7 @@ uno::Sequence< OUString > SAL_CALL SvxUnoXHatchTable::getSupportedServiceNames(
return aServices;
}
-///////////////////////////////////////////////////////////////////////
+
class SvxUnoXGradientTable : public SvxUnoXPropertyTable
{
@@ -627,7 +627,7 @@ uno::Sequence< OUString > SAL_CALL SvxUnoXGradientTable::getSupportedServiceNam
return aServices;
}
-///////////////////////////////////////////////////////////////////////
+
class SvxUnoXBitmapTable : public SvxUnoXPropertyTable
{