summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/writerhelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/ww8/writerhelper.hxx')
-rw-r--r--sw/source/filter/ww8/writerhelper.hxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/sw/source/filter/ww8/writerhelper.hxx b/sw/source/filter/ww8/writerhelper.hxx
index 88e6e88bdf89..a29a781bc0ce 100644
--- a/sw/source/filter/ww8/writerhelper.hxx
+++ b/sw/source/filter/ww8/writerhelper.hxx
@@ -72,7 +72,6 @@ namespace sw
/// STL const iterator for ParaStyles
typedef PoolItems::const_iterator cPoolItemIter;
-
/** Make exporting a Writer Frame easy
In word all frames are effectively anchored to character or as
@@ -150,7 +149,6 @@ namespace sw
*/
bool IsInline() const;
-
/** Even if the frame isn't an inline frame, force it to behave as one
There are a variety of circumstances where word cannot have
@@ -170,7 +168,6 @@ namespace sw
const Graphic &GetGraphic() const { return maGrf; }
bool HasGraphic() const { return mbForBullet; }
-
/** Does this sw::Frame refer to the same writer content as another
@return
@@ -513,7 +510,6 @@ namespace sw
*/
ParaStyles GetParaStyles(const SwDoc &rDoc);
-
/** Get a Paragraph Style which fits a given name
Its surprisingly tricky to get a style when all you have is a name,
@@ -593,7 +589,6 @@ namespace sw
return item_cast<T>(SearchPoolItems(rItems, eType));
}
-
/** Remove properties from an SfxItemSet which a SwFmtCharFmt overrides
Given an SfxItemSet and a SwFmtCharFmt remove from the rSet all the
@@ -730,7 +725,6 @@ namespace sw
*/
bool HasPageBreak(const SwNode &rNode);
-
/** Make a best fit Polygon from a PolyPolygon
For custom contours in writer we use a PolyPolygon, while word uses
@@ -749,7 +743,6 @@ namespace sw
/** Make setting a drawing object's layer in a Writer document easy
-
Word has the simple concept of a drawing object either in the
foreground and in the background. We have an additional complexity
that form components live in a separate layer, which seems
@@ -856,7 +849,6 @@ namespace sw
sal_uInt16 GetSetWhichFromSwDocWhich(const SfxItemSet &rSet,
const SwDoc &rDoc, sal_uInt16 nWhich);
-
/** Make inserting an OLE object into a Writer document easy
The rest of Office uses SdrOle2Obj for their OLE objects, Writer