diff options
author | Matteo Casalin <matteo.casalin@gmx.com> | 2013-01-11 08:12:12 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-01-11 09:21:28 +0000 |
commit | 1af49927f56c97baf4dec4d0a54faff251126db7 (patch) | |
tree | 13263acc8f5fdc700004b20f6f7cc7d0550a028c /sw/inc/hhcwrp.hxx | |
parent | 2c1eca7bd70ff5f66132aeb8d3919a1362fb3e57 (diff) |
Use forward declaration instead of (doubled) #include
Change-Id: I1cfb65a809e5dd56fb395c2f801bce5e5d75acfe
Reviewed-on: https://gerrit.libreoffice.org/1642
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'sw/inc/hhcwrp.hxx')
-rw-r--r-- | sw/inc/hhcwrp.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/hhcwrp.hxx b/sw/inc/hhcwrp.hxx index 0be12b5f08d2..b5819c859c40 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; ////////////////////////////////////////////////////////////////////// |