[Libreoffice-commits] core.git: sw/inc

Tor Lillqvist tml at collabora.com
Thu Aug 25 08:47:57 UTC 2016


 sw/inc/pam.hxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 507c04076086ed9cb2a2445a20f4698c6f2a5ba6
Author: Tor Lillqvist <tml at collabora.com>
Date:   Thu Aug 25 11:39:01 2016 +0300

    Drop duplicate forward declaration of SwPaM
    
    Change-Id: I59825a85de15d3056f1e17850f37562c5bb740f4

diff --git a/sw/inc/pam.hxx b/sw/inc/pam.hxx
index 39370a6..6c9edb1 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>
 {


More information about the Libreoffice-commits mailing list