summaryrefslogtreecommitdiffstats
path: root/sc/source/filter/xml/XMLTrackedChangesContext.cxx
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-22 21:20:15 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-02-23 03:38:49 +0000
commit0ce0c369aa8880dff9fe874ba85ec6f52ee37ddf (patch)
tree5024cba9f9ea5e3b23ea26025323f6aef39488d0 /sc/source/filter/xml/XMLTrackedChangesContext.cxx
parentfdo#70414: Use correct target names for building Visual Studio projects. (diff)
downloadcore-0ce0c369aa8880dff9fe874ba85ec6f52ee37ddf.tar.gz
core-0ce0c369aa8880dff9fe874ba85ec6f52ee37ddf.zip
Remove unneccessary comments
Change-Id: I939160ae72fecbe3d4a60ce755730bd4c38497fb Reviewed-on: https://gerrit.libreoffice.org/8182 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sc/source/filter/xml/XMLTrackedChangesContext.cxx')
-rw-r--r--sc/source/filter/xml/XMLTrackedChangesContext.cxx38
1 files changed, 19 insertions, 19 deletions
diff --git a/sc/source/filter/xml/XMLTrackedChangesContext.cxx b/sc/source/filter/xml/XMLTrackedChangesContext.cxx
index a369c9ae4d1a..c0ef84be5c25 100644
--- a/sc/source/filter/xml/XMLTrackedChangesContext.cxx
+++ b/sc/source/filter/xml/XMLTrackedChangesContext.cxx
@@ -40,7 +40,7 @@ using namespace com::sun::star;
using namespace xmloff::token;
-//-----------------------------------------------------------------------------
+
class ScXMLChangeInfoContext : public SvXMLImportContext
{
@@ -69,7 +69,7 @@ public:
virtual void EndElement();
};
-//-----------------------------------------------------------------------------
+
class ScXMLBigRangeContext : public SvXMLImportContext
{
@@ -93,7 +93,7 @@ public:
virtual void EndElement();
};
-//-----------------------------------------------------------------------------
+
class ScXMLCellContentDeletionContext : public SvXMLImportContext
{
@@ -132,7 +132,7 @@ public:
virtual void EndElement();
};
-//-----------------------------------------------------------------------------
+
class ScXMLDependenceContext : public SvXMLImportContext
{
@@ -156,7 +156,7 @@ public:
virtual void EndElement();
};
-//-----------------------------------------------------------------------------
+
class ScXMLDependingsContext : public SvXMLImportContext
{
@@ -180,7 +180,7 @@ public:
virtual void EndElement();
};
-//-----------------------------------------------------------------------------
+
class ScXMLChangeDeletionContext : public SvXMLImportContext
{
@@ -204,7 +204,7 @@ public:
virtual void EndElement();
};
-//-----------------------------------------------------------------------------
+
class ScXMLDeletionsContext : public SvXMLImportContext
{
@@ -228,7 +228,7 @@ public:
virtual void EndElement();
};
-//-----------------------------------------------------------------------------
+
class ScXMLChangeCellContext;
@@ -264,7 +264,7 @@ public:
virtual void EndElement();
};
-//-----------------------------------------------------------------------------
+
class ScXMLChangeCellContext : public SvXMLImportContext
{
@@ -307,7 +307,7 @@ public:
virtual void EndElement();
};
-//-----------------------------------------------------------------------------
+
class ScXMLPreviousContext : public SvXMLImportContext
{
@@ -343,7 +343,7 @@ public:
virtual void EndElement();
};
-//-----------------------------------------------------------------------------
+
class ScXMLContentChangeContext : public SvXMLImportContext
{
@@ -367,7 +367,7 @@ public:
virtual void EndElement();
};
-//-----------------------------------------------------------------------------
+
class ScXMLInsertionContext : public SvXMLImportContext
{
@@ -390,7 +390,7 @@ public:
virtual void EndElement();
};
-//-----------------------------------------------------------------------------
+
class ScXMLInsertionCutOffContext : public SvXMLImportContext
{
@@ -413,7 +413,7 @@ public:
virtual void EndElement();
};
-//-----------------------------------------------------------------------------
+
class ScXMLMovementCutOffContext : public SvXMLImportContext
{
@@ -436,7 +436,7 @@ public:
virtual void EndElement();
};
-//-----------------------------------------------------------------------------
+
class ScXMLCutOffsContext : public SvXMLImportContext
{
@@ -459,7 +459,7 @@ public:
virtual void EndElement();
};
-//-----------------------------------------------------------------------------
+
class ScXMLDeletionContext : public SvXMLImportContext
{
@@ -482,7 +482,7 @@ public:
virtual void EndElement();
};
-//-----------------------------------------------------------------------------
+
class ScXMLMovementContext : public SvXMLImportContext
{
@@ -507,7 +507,7 @@ public:
virtual void EndElement();
};
-//-----------------------------------------------------------------------------
+
class ScXMLRejectionContext : public SvXMLImportContext
{
@@ -530,7 +530,7 @@ public:
virtual void EndElement();
};
-//------------------------------------------------------------------
+
ScXMLTrackedChangesContext::ScXMLTrackedChangesContext( ScXMLImport& rImport,
sal_uInt16 nPrfx,