summaryrefslogtreecommitdiff
path: root/sd/inc
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-03-01 23:33:43 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-03-01 23:33:43 +0100
commit310a1740120521869af5b2d1503a14b5c138aed2 (patch)
tree39884030da703779fcefc0e90038cf02e8c35217 /sd/inc
parent0052e0dbbd6868a244458964a0abd204391d73c8 (diff)
Remove unused misc.hxx and its references
Diffstat (limited to 'sd/inc')
-rw-r--r--sd/inc/misc.hxx34
1 files changed, 0 insertions, 34 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: */