summaryrefslogtreecommitdiff
path: root/include/editeng/section.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/editeng/section.hxx')
-rw-r--r--include/editeng/section.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/editeng/section.hxx b/include/editeng/section.hxx
index 19a506a12d0f..d14189c241da 100644
--- a/include/editeng/section.hxx
+++ b/include/editeng/section.hxx
@@ -16,8 +16,8 @@
class SfxPoolItem;
-namespace editeng {
-
+namespace editeng
+{
struct Section
{
sal_Int32 mnParagraph;
@@ -28,7 +28,6 @@ struct Section
Section(sal_Int32 nPara, sal_Int32 nStart, sal_Int32 nEnd);
};
-
}
#endif