diff options
author | David Tardon <dtardon@openoffice.org> | 2010-03-12 13:16:09 +0100 |
---|---|---|
committer | David Tardon <dtardon@openoffice.org> | 2010-03-12 13:16:09 +0100 |
commit | bbcce61e3561c9f6afb2e320928bf49b7e6fb417 (patch) | |
tree | 2aa30d6070edf03a1a5c333e024686ca70039d52 /sfx2/source | |
parent | 13f97a0abca273d1ad111e5109a8723628b3df3c (diff) |
dtardon02: #i108503# #i108505# #i108507# #i108508# #i110035# clean up makefiles and #includes
Diffstat (limited to 'sfx2/source')
-rw-r--r-- | sfx2/source/doc/docfile.cxx | 1 | ||||
-rw-r--r-- | sfx2/source/doc/makefile.mk | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sfx2/source/doc/docfile.cxx b/sfx2/source/doc/docfile.cxx index 0b535088b0bd..c12e63025e47 100644 --- a/sfx2/source/doc/docfile.cxx +++ b/sfx2/source/doc/docfile.cxx @@ -133,7 +133,6 @@ using namespace ::com::sun::star::io; #include <unotools/saveopt.hxx> #include <svl/documentlockfile.hxx> -#include "opostponedtruncationstream.hxx" #include "helper.hxx" #include <sfx2/request.hxx> // SFX_ITEMSET_SET #include <sfx2/app.hxx> // GetFilterMatcher diff --git a/sfx2/source/doc/makefile.mk b/sfx2/source/doc/makefile.mk index 7da456ebaa36..b766921e346b 100644 --- a/sfx2/source/doc/makefile.mk +++ b/sfx2/source/doc/makefile.mk @@ -75,7 +75,6 @@ SLOFILES = \ $(SLO)$/objembed.obj\ $(SLO)$/graphhelp.obj \ $(SLO)$/QuerySaveDocument.obj \ - $(SLO)$/opostponedtruncationstream.obj \ $(SLO)$/docinsert.obj \ $(SLO)$/docmacromode.obj \ $(SLO)$/SfxDocumentMetaData.obj \ |