[Libreoffice-commits] .: sw/inc

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Fri Jan 11 01:21:46 PST 2013


 sw/inc/hhcwrp.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 1af49927f56c97baf4dec4d0a54faff251126db7
Author: Matteo Casalin <matteo.casalin at gmx.com>
Date:   Fri Jan 11 08:12:12 2013 +0100

    Use forward declaration instead of (doubled) #include
    
    Change-Id: I1cfb65a809e5dd56fb395c2f801bce5e5d75acfe
    Reviewed-on: https://gerrit.libreoffice.org/1642
    Reviewed-by: Michael Stahl <mstahl at redhat.com>
    Tested-by: Michael Stahl <mstahl at redhat.com>

diff --git a/sw/inc/hhcwrp.hxx b/sw/inc/hhcwrp.hxx
index 0be12b5..b5819c8 100644
--- a/sw/inc/hhcwrp.hxx
+++ b/sw/inc/hhcwrp.hxx
@@ -20,12 +20,12 @@
 #define _HHCWRP_HXX
 
 #include <editeng/hangulhanja.hxx>
-#include <pam.hxx>
 
 class SwView;
 class Window;
 class SwWrtShell;
 struct SwConversionArgs;
+class SwPaM;
 
 //////////////////////////////////////////////////////////////////////
 


More information about the Libreoffice-commits mailing list