diff options
author | Nadav Vinik <email@nadavvin.com> | 2010-10-21 14:46:47 +0200 |
---|---|---|
committer | Thorsten Behrens <tbehrens@novell.com> | 2010-10-21 14:47:20 +0200 |
commit | 27442a0ffdd4ae178e5707ba041eee2df507bf2f (patch) | |
tree | a18c8aed164b6e19a4a129c399201d54657da19f /sw | |
parent | 3b2b5aa1a61149b5faad8f945e85dcc17b0f838a (diff) |
Remove pam include in writer sw
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/filter/writer/writer.cxx | 1 | ||||
-rw-r--r-- | sw/source/filter/writer/wrt_fn.cxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sw/source/filter/writer/writer.cxx b/sw/source/filter/writer/writer.cxx index db72a3cd9a..708ab29713 100644 --- a/sw/source/filter/writer/writer.cxx +++ b/sw/source/filter/writer/writer.cxx @@ -40,7 +40,6 @@ #include <editeng/fontitem.hxx> #include <editeng/eeitem.hxx> #include <shellio.hxx> -#include <pam.hxx> #include <doc.hxx> #include <docary.hxx> #include <IMark.hxx> diff --git a/sw/source/filter/writer/wrt_fn.cxx b/sw/source/filter/writer/wrt_fn.cxx index bab8f82cc8..8a6273cc92 100644 --- a/sw/source/filter/writer/wrt_fn.cxx +++ b/sw/source/filter/writer/wrt_fn.cxx @@ -34,7 +34,6 @@ #include "shellio.hxx" #include "wrt_fn.hxx" -#include "pam.hxx" #include "node.hxx" #include "format.hxx" |