summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/pgbrksh.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/view/pgbrksh.cxx')
-rw-r--r--sc/source/ui/view/pgbrksh.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/ui/view/pgbrksh.cxx b/sc/source/ui/view/pgbrksh.cxx
index e5b2c33f6e25..79c0759e0bad 100644
--- a/sc/source/ui/view/pgbrksh.cxx
+++ b/sc/source/ui/view/pgbrksh.cxx
@@ -31,12 +31,12 @@
#include "document.hxx"
#include "sc.hrc"
-//------------------------------------------------------------------------
+
#define ScPageBreakShell
#include "scslots.hxx"
-//------------------------------------------------------------------------
+
TYPEINIT1( ScPageBreakShell, SfxShell );
@@ -46,7 +46,7 @@ SFX_IMPL_INTERFACE(ScPageBreakShell, SfxShell, ScResId(SCSTR_PAGEBREAKSHELL))
}
-//------------------------------------------------------------------------
+
ScPageBreakShell::ScPageBreakShell( ScTabViewShell* pViewSh ) :
SfxShell(pViewSh)
{
@@ -62,7 +62,7 @@ ScPageBreakShell::ScPageBreakShell( ScTabViewShell* pViewSh ) :
SetName(OUString("PageBreak"));
}
-//------------------------------------------------------------------------
+
ScPageBreakShell::~ScPageBreakShell()
{
}