summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/SwPortionHandler.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/inc/SwPortionHandler.hxx')
-rw-r--r--sw/source/core/inc/SwPortionHandler.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/core/inc/SwPortionHandler.hxx b/sw/source/core/inc/SwPortionHandler.hxx
index 7830e59e46d8..fd9ce038165a 100644
--- a/sw/source/core/inc/SwPortionHandler.hxx
+++ b/sw/source/core/inc/SwPortionHandler.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -44,7 +44,7 @@ class String;
* held by the corresponding SwTxtNode.
*
* The SwPortionHandler can be used with the
- * SwTextFrame::VisitPortions(...) method.
+ * SwTextFrame::VisitPortions(...) method.
*/
class SwPortionHandler
{
@@ -94,7 +94,7 @@ public:
) = 0;
/** end of paragraph. This method is to be called when all the
- * paragraph's portions have been processed.
+ * paragraph's portions have been processed.
*/
virtual void Finish() = 0;
};