summaryrefslogtreecommitdiff
path: root/include/oox/ppt
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-25 19:06:16 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-03-01 09:51:32 -0600
commit8792ec7b2129650777b7b4bfacaa7c13d923279b (patch)
treef181e37b61533b460397cc68625fd21f46bb6393 /include/oox/ppt
parentdff29fadfe418421f2af9fd4f1dccc8a9b4cd545 (diff)
Remove visual noise from include
Conflicts: include/framework/preventduplicateinteraction.hxx include/sfx2/sfxbasecontroller.hxx include/sfx2/sfxbasemodel.hxx include/toolkit/awt/vclxtabpagemodel.hxx include/vcl/field.hxx include/vcl/settings.hxx Change-Id: Ibccf9f88c68267a3d7e656012b51eaf644c418c2 Reviewed-on: https://gerrit.libreoffice.org/8272 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/oox/ppt')
-rw-r--r--include/oox/ppt/backgroundproperties.hxx2
-rw-r--r--include/oox/ppt/dgmimport.hxx2
-rw-r--r--include/oox/ppt/dgmlayout.hxx2
-rw-r--r--include/oox/ppt/pptimport.hxx2
-rw-r--r--include/oox/ppt/slidepersist.hxx2
5 files changed, 5 insertions, 5 deletions
diff --git a/include/oox/ppt/backgroundproperties.hxx b/include/oox/ppt/backgroundproperties.hxx
index e01ac84eff5d..7f5da0c39730 100644
--- a/include/oox/ppt/backgroundproperties.hxx
+++ b/include/oox/ppt/backgroundproperties.hxx
@@ -25,7 +25,7 @@
namespace oox { namespace ppt {
-// ---------------------------------------------------------------------
+
class BackgroundPropertiesContext : public ::oox::core::FragmentHandler2
{
diff --git a/include/oox/ppt/dgmimport.hxx b/include/oox/ppt/dgmimport.hxx
index 6252ad558dcf..730a0e839042 100644
--- a/include/oox/ppt/dgmimport.hxx
+++ b/include/oox/ppt/dgmimport.hxx
@@ -31,7 +31,7 @@
namespace oox { namespace ppt {
-// ---------------------------------------------------------------------
+
class QuickDiagrammingImport : public oox::core::XmlFilterBase
{
diff --git a/include/oox/ppt/dgmlayout.hxx b/include/oox/ppt/dgmlayout.hxx
index 3030c2465251..64131975bfd2 100644
--- a/include/oox/ppt/dgmlayout.hxx
+++ b/include/oox/ppt/dgmlayout.hxx
@@ -31,7 +31,7 @@
namespace oox { namespace ppt {
-// ---------------------------------------------------------------------
+
class QuickDiagrammingLayout : public oox::core::XmlFilterBase
{
diff --git a/include/oox/ppt/pptimport.hxx b/include/oox/ppt/pptimport.hxx
index 4143461f4d52..308a7fb60e9b 100644
--- a/include/oox/ppt/pptimport.hxx
+++ b/include/oox/ppt/pptimport.hxx
@@ -31,7 +31,7 @@
namespace oox { namespace ppt {
-// ---------------------------------------------------------------------
+
class PowerPointImport : public oox::core::XmlFilterBase
{
diff --git a/include/oox/ppt/slidepersist.hxx b/include/oox/ppt/slidepersist.hxx
index ce23fbe600da..ed6e343ce92e 100644
--- a/include/oox/ppt/slidepersist.hxx
+++ b/include/oox/ppt/slidepersist.hxx
@@ -46,7 +46,7 @@ enum ShapeLocation
Slide
};
-// ---------------------------------------------------------------------
+
class TimeNode;
class SlidePersist;