summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2016-08-25 11:39:01 +0300
committerTor Lillqvist <tml@collabora.com>2016-08-25 11:47:20 +0300
commit507c04076086ed9cb2a2445a20f4698c6f2a5ba6 (patch)
treec49b5878732bf116727947fc31abbe5a144a25a9
parent6f437466f96868cb10187c404ed84fb6d3dcc645 (diff)
Drop duplicate forward declaration of SwPaM
Change-Id: I59825a85de15d3056f1e17850f37562c5bb740f4
-rw-r--r--sw/inc/pam.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/inc/pam.hxx b/sw/inc/pam.hxx
index 39370a67aa06..6c9edb1367cc 100644
--- a/sw/inc/pam.hxx
+++ b/sw/inc/pam.hxx
@@ -154,7 +154,6 @@ extern SwGoInDoc fnGoContentCells;
extern SwGoInDoc fnGoContentSkipHidden;
extern SwGoInDoc fnGoContentCellsSkipHidden;
-class SwPaM;
/// PaM is Point and Mark: a selection of the document model.
class SW_DLLPUBLIC SwPaM : public sw::Ring<SwPaM>
{