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

New commits:
commit 1af49927f56c97baf4dec4d0a54faff251126db7
Author: Matteo Casalin <[email protected]>
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 <[email protected]>
    Tested-by: Michael Stahl <[email protected]>

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;
 
 //////////////////////////////////////////////////////////////////////
 
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to