summaryrefslogtreecommitdiff
path: root/sw/source/filter/ascii/parasc.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-08-15 15:40:48 +0200
committerNoel Grandin <noel@peralex.com>2016-08-17 08:45:15 +0200
commitd5ad8f9619d463a643ab53447cf3576a9ff1a716 (patch)
tree47ce09a862b18ecab15d4fec9c74fea34b42e930 /sw/source/filter/ascii/parasc.cxx
parentfd0e67ce0d8cf84470b1414009ed1e0f81410b0f (diff)
convert SvxBreak to scoped enum
Change-Id: If8b79ed617e5662550bd73bd1506d047217f2313
Diffstat (limited to 'sw/source/filter/ascii/parasc.cxx')
-rw-r--r--sw/source/filter/ascii/parasc.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/ascii/parasc.cxx b/sw/source/filter/ascii/parasc.cxx
index 090440a8d30d..61ea58603a33 100644
--- a/sw/source/filter/ascii/parasc.cxx
+++ b/sw/source/filter/ascii/parasc.cxx
@@ -433,7 +433,7 @@ sal_uLong SwASCIIParser::ReadChars()
}
pDoc->getIDocumentContentOperations().SplitNode( *pPam->GetPoint(), false );
pDoc->getIDocumentContentOperations().InsertPoolItem(
- *pPam, SvxFormatBreakItem( SVX_BREAK_PAGE_BEFORE, RES_BREAK ) );
+ *pPam, SvxFormatBreakItem( SvxBreak::PageBefore, RES_BREAK ) );
pLastStt = pStt;
nLineLen = 0;
bIns = false;