diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-06-06 11:12:24 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-06-06 11:12:24 +0000 |
commit | d5607b04eb1fb9d9baa480c2fd5e60121127a5f6 (patch) | |
tree | 6f372da34afdf57a6e43a8fc6494145cd42aff22 /sfx2 | |
parent | f398c258ff04a2a23d2538b281cc228d6507db32 (diff) |
INTEGRATION: CWS xmlfix2 (1.31.24); FILE MERGED
2008/05/15 17:28:04 mst 1.31.24.2: RESYNC: (1.31-1.32); FILE MERGED
2008/03/31 15:14:12 mst 1.31.24.1: remove duplicated XAttributeList implementations
- sfx2/source/doc/attributelist.{hxx,cxx}:
+ removed
- sfx2/source/doc/makefile.mk:
+ remove attributelist.cxx
- sfx2/source/doc/doctemplateslocal.cxx:
+ use comphelper/attributelist.hxx
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/doc/makefile.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sfx2/source/doc/makefile.mk b/sfx2/source/doc/makefile.mk index 46c9e92bc13d..c2398fdd74bf 100644 --- a/sfx2/source/doc/makefile.mk +++ b/sfx2/source/doc/makefile.mk @@ -8,7 +8,7 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.32 $ +# $Revision: 1.33 $ # # This file is part of OpenOffice.org. # @@ -68,7 +68,6 @@ SLOFILES = \ $(SLO)$/doctempl.obj \ $(SLO)$/doctemplates.obj \ $(SLO)$/doctemplateslocal.obj \ - $(SLO)$/attributelist.obj \ $(SLO)$/docvor.obj \ $(SLO)$/new.obj \ $(SLO)$/doctdlg.obj \ |