diff options
author | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2010-04-12 20:04:24 +0200 |
---|---|---|
committer | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2010-04-12 20:04:24 +0200 |
commit | e8450ba2e090debab65c77ab489a737be9132481 (patch) | |
tree | 9e59f4ea72408a934271ed7c84d0d1d8156c1ce4 /svx/workben | |
parent | 9233947f0d9dfab3d7a47645d9bff9ac9d140b74 (diff) | |
parent | 0c946f499034229c255ae50bb7c97c9be471ca14 (diff) |
slidecopy: merge
Diffstat (limited to 'svx/workben')
-rw-r--r-- | svx/workben/edittest.cxx | 51 | ||||
-rw-r--r-- | svx/workben/makefile.mk | 7 | ||||
-rw-r--r-- | svx/workben/msview/makefile.mk | 6 | ||||
-rw-r--r-- | svx/workben/msview/msview.cxx | 5 | ||||
-rw-r--r-- | svx/workben/msview/xmlconfig.cxx | 5 |
5 files changed, 28 insertions, 46 deletions
diff --git a/svx/workben/edittest.cxx b/svx/workben/edittest.cxx index e7bf4840f793..125de9b29b6b 100644 --- a/svx/workben/edittest.cxx +++ b/svx/workben/edittest.cxx @@ -2,13 +2,10 @@ * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * - * Copyright 2008 by Sun Microsystems, Inc. + * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite * - * $RCSfile: edittest.cxx,v $ - * $Revision: 1.20.212.1 $ - * * This file is part of OpenOffice.org. * * OpenOffice.org is free software: you can redistribute it and/or modify @@ -31,13 +28,13 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_svx.hxx" -#include <svx/editeng.hxx> -#include <svx/eeitem.hxx> -#include <svx/editview.hxx> -#include <svx/editobj.hxx> -#include <editstat.hxx> +#include <editeng/editeng.hxx> +#include <editeng/eeitem.hxx> +#include <editeng/editview.hxx> +#include <editeng/editobj.hxx> +#include <editeng/editstat.hxx> #include <eerdll.hxx> -#include <svx/flditem.hxx> +#include <editeng/flditem.hxx> #include <tools/urlobj.hxx> #include <svx/svxacorr.hxx> #include <tools/fsys.hxx> @@ -69,23 +66,23 @@ #include <sfx2/sfxuno.hxx> // SVX -#include <svx/lrspitem.hxx> -#include <svx/shdditem.hxx> -#include <svx/cntritem.hxx> -#include <svx/crsditem.hxx> -#include <svx/udlnitem.hxx> -#include <svx/lspcitem.hxx> -#include <svx/escpitem.hxx> -#include <svx/kernitem.hxx> -#include <svx/akrnitem.hxx> -#include <svx/wrlmitem.hxx> -#include <svx/colritem.hxx> -#include <svx/ulspitem.hxx> -#include <svx/postitem.hxx> -#include <svx/adjitem.hxx> -#include <svx/wghtitem.hxx> -#include <svx/fhgtitem.hxx> -#include <fontitem.hxx> +#include <editeng/lrspitem.hxx> +#include <editeng/shdditem.hxx> +#include <editeng/cntritem.hxx> +#include <editeng/crsditem.hxx> +#include <editeng/udlnitem.hxx> +#include <editeng/lspcitem.hxx> +#include <editeng/escpitem.hxx> +#include <editeng/kernitem.hxx> +#include <editeng/akrnitem.hxx> +#include <editeng/wrlmitem.hxx> +#include <editeng/colritem.hxx> +#include <editeng/ulspitem.hxx> +#include <editeng/postitem.hxx> +#include <editeng/adjitem.hxx> +#include <editeng/wghtitem.hxx> +#include <editeng/fhgtitem.hxx> +#include <editeng/fontitem.hxx> #include <fwdtitem.hxx> // SVTOOLS diff --git a/svx/workben/makefile.mk b/svx/workben/makefile.mk index a18c81ab5c37..4aa0a098f00a 100644 --- a/svx/workben/makefile.mk +++ b/svx/workben/makefile.mk @@ -2,14 +2,10 @@ # # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # -# Copyright 2008 by Sun Microsystems, Inc. +# Copyright 2000, 2010 Oracle and/or its affiliates. # # OpenOffice.org - a multi-platform office productivity suite # -# $RCSfile: makefile.mk,v $ -# -# $Revision: 1.8 $ -# # This file is part of OpenOffice.org. # # OpenOffice.org is free software: you can redistribute it and/or modify @@ -59,7 +55,6 @@ APP1STDLIBS=$(TOOLSLIB) \ $(CPPULIB) \ $(CPPUHELPERLIB) \ $(SALLIB) \ - $(GOODIESLIB) \ $(SFXLIB) \ $(SOTLIB) \ $(VCLLIB) diff --git a/svx/workben/msview/makefile.mk b/svx/workben/msview/makefile.mk index 5b7c2a3d6318..ee4d384399d7 100644 --- a/svx/workben/msview/makefile.mk +++ b/svx/workben/msview/makefile.mk @@ -2,14 +2,10 @@ # # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # -# Copyright 2008 by Sun Microsystems, Inc. +# Copyright 2000, 2010 Oracle and/or its affiliates. # # OpenOffice.org - a multi-platform office productivity suite # -# $RCSfile: makefile.mk,v $ -# -# $Revision: 1.5 $ -# # This file is part of OpenOffice.org. # # OpenOffice.org is free software: you can redistribute it and/or modify diff --git a/svx/workben/msview/msview.cxx b/svx/workben/msview/msview.cxx index fe1c22612d60..baee57ad75dc 100644 --- a/svx/workben/msview/msview.cxx +++ b/svx/workben/msview/msview.cxx @@ -2,13 +2,10 @@ * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * - * Copyright 2008 by Sun Microsystems, Inc. + * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite * - * $RCSfile: msview.cxx,v $ - * $Revision: 1.6 $ - * * This file is part of OpenOffice.org. * * OpenOffice.org is free software: you can redistribute it and/or modify diff --git a/svx/workben/msview/xmlconfig.cxx b/svx/workben/msview/xmlconfig.cxx index 1302a8034f1c..92ac7a402851 100644 --- a/svx/workben/msview/xmlconfig.cxx +++ b/svx/workben/msview/xmlconfig.cxx @@ -2,13 +2,10 @@ * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * - * Copyright 2008 by Sun Microsystems, Inc. + * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite * - * $RCSfile: xmlconfig.cxx,v $ - * $Revision: 1.5 $ - * * This file is part of OpenOffice.org. * * OpenOffice.org is free software: you can redistribute it and/or modify |