summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/conflictsdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/conflictsdlg.hxx')
-rw-r--r--sc/source/ui/inc/conflictsdlg.hxx24
1 files changed, 12 insertions, 12 deletions
diff --git a/sc/source/ui/inc/conflictsdlg.hxx b/sc/source/ui/inc/conflictsdlg.hxx
index a21a7d9c45fd..93a53e7760d0 100644
--- a/sc/source/ui/inc/conflictsdlg.hxx
+++ b/sc/source/ui/inc/conflictsdlg.hxx
@@ -32,7 +32,7 @@
class ScViewData;
-//=============================================================================
+
enum ScConflictAction
{
@@ -44,9 +44,9 @@ enum ScConflictAction
typedef ::std::vector< sal_uLong > ScChangeActionList;
-//=============================================================================
+
// struct ScConflictsListEntry
-//=============================================================================
+
struct ScConflictsListEntry
{
@@ -59,14 +59,14 @@ struct ScConflictsListEntry
};
-//=============================================================================
+
typedef ::std::vector< ScConflictsListEntry > ScConflictsList;
-//=============================================================================
+
// class ScConflictsListHelper
-//=============================================================================
+
class ScConflictsListHelper
{
@@ -84,9 +84,9 @@ public:
};
-//=============================================================================
+
// class ScConflictsFinder
-//=============================================================================
+
class ScConflictsFinder
{
@@ -111,9 +111,9 @@ public:
};
-//=============================================================================
+
// class ScConflictsResolver
-//=============================================================================
+
class ScConflictsResolver
{
@@ -130,9 +130,9 @@ public:
};
-//=============================================================================
+
// class ScConflictsDlg
-//=============================================================================
+
class ScConflictsDlg : public ModalDialog
{