diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-03-01 23:33:43 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-03-01 23:33:43 +0100 |
commit | 310a1740120521869af5b2d1503a14b5c138aed2 (patch) | |
tree | 39884030da703779fcefc0e90038cf02e8c35217 /sd | |
parent | 0052e0dbbd6868a244458964a0abd204391d73c8 (diff) |
Remove unused misc.hxx and its references
Diffstat (limited to 'sd')
-rw-r--r-- | sd/inc/misc.hxx | 34 | ||||
-rwxr-xr-x | sd/source/core/glob.src | 1 | ||||
-rw-r--r-- | sd/source/core/sdpage.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/app/app.src | 1 | ||||
-rwxr-xr-x | sd/source/ui/app/menuids2_tmpl.src | 1 | ||||
-rw-r--r-- | sd/source/ui/docshell/sdclient.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/func/fuinsert.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/unoidl/unopage.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/view/drviews1.cxx | 4 | ||||
-rw-r--r-- | sd/source/ui/view/drviews7.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/view/drviews8.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/view/drviewsc.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/view/viewshe2.cxx | 1 |
13 files changed, 0 insertions, 49 deletions
diff --git a/sd/inc/misc.hxx b/sd/inc/misc.hxx deleted file mode 100644 index 8c4376022ef5..000000000000 --- a/sd/inc/misc.hxx +++ /dev/null @@ -1,34 +0,0 @@ -/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ -/************************************************************************* - * - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * - * Copyright 2000, 2010 Oracle and/or its affiliates. - * - * OpenOffice.org - a multi-platform office productivity suite - * - * This file is part of OpenOffice.org. - * - * OpenOffice.org is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License version 3 - * only, as published by the Free Software Foundation. - * - * OpenOffice.org is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License version 3 for more details - * (a copy is included in the LICENSE file that accompanied this code). - * - * You should have received a copy of the GNU Lesser General Public License - * version 3 along with OpenOffice.org. If not, see - * <http://www.openoffice.org/license.html> - * for a copy of the LGPLv3 License. - * - ************************************************************************/ - -#ifndef _SD_MISC_HXX -#define _SD_MISC_HXX - -#endif // _SD_MISC_HXX - -/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sd/source/core/glob.src b/sd/source/core/glob.src index f1c7058ddf79..a0ed03c3ce06 100755 --- a/sd/source/core/glob.src +++ b/sd/source/core/glob.src @@ -28,7 +28,6 @@ #define __RSC -#include "misc.hxx" #include "glob.hrc" #include "sderror.hxx" diff --git a/sd/source/core/sdpage.cxx b/sd/source/core/sdpage.cxx index 870b1ad7f52b..6fbf75d28c97 100644 --- a/sd/source/core/sdpage.cxx +++ b/sd/source/core/sdpage.cxx @@ -66,7 +66,6 @@ #include "../ui/inc/DrawDocShell.hxx" #include "Outliner.hxx" -#include "misc.hxx" #include "eetext.hxx" #include "drawdoc.hxx" #include "sdpage.hxx" diff --git a/sd/source/ui/app/app.src b/sd/source/ui/app/app.src index 94945be2c3ce..7f5222a3d5ad 100644 --- a/sd/source/ui/app/app.src +++ b/sd/source/ui/app/app.src @@ -30,6 +30,5 @@ #include "res_bmp.hrc" #include <svx/dialogs.hrc> #include "cfgids.hxx" -#include "misc.hxx" #include <svx/svxids.hrc> diff --git a/sd/source/ui/app/menuids2_tmpl.src b/sd/source/ui/app/menuids2_tmpl.src index ffe380ba90c3..de24f11c004f 100755 --- a/sd/source/ui/app/menuids2_tmpl.src +++ b/sd/source/ui/app/menuids2_tmpl.src @@ -24,7 +24,6 @@ * for a copy of the LGPLv3 License. * ************************************************************************/ -#include "misc.hxx" #ifndef _MENUIDS2_SRC #define _MENUIDS2_SRC diff --git a/sd/source/ui/docshell/sdclient.cxx b/sd/source/ui/docshell/sdclient.cxx index 2cdb4d1b5630..fef65b731bfe 100644 --- a/sd/source/ui/docshell/sdclient.cxx +++ b/sd/source/ui/docshell/sdclient.cxx @@ -37,7 +37,6 @@ #include <toolkit/helper/vclunohelper.hxx> -#include "misc.hxx" #include "strings.hrc" #include "ViewShell.hxx" #include "DrawViewShell.hxx" diff --git a/sd/source/ui/func/fuinsert.cxx b/sd/source/ui/func/fuinsert.cxx index a7361ffd9a8d..a46fbbee3e4d 100644 --- a/sd/source/ui/func/fuinsert.cxx +++ b/sd/source/ui/func/fuinsert.cxx @@ -76,7 +76,6 @@ #include <sfx2/viewfrm.hxx> #include "app.hrc" -#include "misc.hxx" #include "sdresid.hxx" #include "View.hxx" #include "app.hxx" diff --git a/sd/source/ui/unoidl/unopage.cxx b/sd/source/ui/unoidl/unopage.cxx index 296b29c7c1f6..51296801784a 100644 --- a/sd/source/ui/unoidl/unopage.cxx +++ b/sd/source/ui/unoidl/unopage.cxx @@ -72,7 +72,6 @@ #include <svx/svdoole2.hxx> #include <svx/svdpool.hxx> #include <svx/svdview.hxx> -#include "misc.hxx" #include "View.hxx" #ifndef SVX_LIGHT #include "DrawDocShell.hxx" diff --git a/sd/source/ui/view/drviews1.cxx b/sd/source/ui/view/drviews1.cxx index 50354b941be1..c2810502dc2f 100644 --- a/sd/source/ui/view/drviews1.cxx +++ b/sd/source/ui/view/drviews1.cxx @@ -55,10 +55,6 @@ #include <svx/globl3d.hxx> #include <svx/fmglob.hxx> #include <editeng/outliner.hxx> - - -#include "misc.hxx" - #include <svx/dialogs.hrc> #include "view/viewoverlaymanager.hxx" diff --git a/sd/source/ui/view/drviews7.cxx b/sd/source/ui/view/drviews7.cxx index c5c85cfbb157..d896ccb07c86 100644 --- a/sd/source/ui/view/drviews7.cxx +++ b/sd/source/ui/view/drviews7.cxx @@ -71,7 +71,6 @@ #include "res_bmp.hrc" #include "PresentationViewShell.hxx" -#include "misc.hxx" #include "Outliner.hxx" #include "drawdoc.hxx" #include "sdresid.hxx" diff --git a/sd/source/ui/view/drviews8.cxx b/sd/source/ui/view/drviews8.cxx index c79dcb0d5172..62f19d5b2930 100644 --- a/sd/source/ui/view/drviews8.cxx +++ b/sd/source/ui/view/drviews8.cxx @@ -47,7 +47,6 @@ #include "app.hrc" #include "strings.hrc" -#include "misc.hxx" #include "fuzoom.hxx" #include "fudspord.hxx" #include "futransf.hxx" diff --git a/sd/source/ui/view/drviewsc.cxx b/sd/source/ui/view/drviewsc.cxx index 17bbda1fac55..95c98e7946a1 100644 --- a/sd/source/ui/view/drviewsc.cxx +++ b/sd/source/ui/view/drviewsc.cxx @@ -55,7 +55,6 @@ #include "app.hrc" #include "strings.hrc" #include "helpids.h" -#include "misc.hxx" #include "Window.hxx" #include "imapinfo.hxx" #include "futempl.hxx" diff --git a/sd/source/ui/view/viewshe2.cxx b/sd/source/ui/view/viewshe2.cxx index a76709d52a49..fcbfddad198b 100644 --- a/sd/source/ui/view/viewshe2.cxx +++ b/sd/source/ui/view/viewshe2.cxx @@ -57,7 +57,6 @@ #include <svx/dialogs.hrc> #include <sot/clsids.hxx> -#include "misc.hxx" #include "strings.hrc" #include "app.hrc" #include "unokywds.hxx" |