diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-06-30 01:07:47 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-07-01 18:33:40 +0200 |
commit | 70b7ff4d446ade1dca66462a267e4dd584428865 (patch) | |
tree | 1d064c2bb197086967ed81891dc9dd9bab16d6ae /starmath | |
parent | 840190893aaea628798edce947ee370d46a16060 (diff) |
Remove unused applicat.hxx
All definitions are obsolete. sfx2/app.hxx isn't needed for
accessibility.cxx too.
Change-Id: I022e31a75100cdab9bc53bd3af006f5284b411a8
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/inc/applicat.hxx | 54 | ||||
-rw-r--r-- | starmath/source/accessibility.cxx | 1 |
2 files changed, 0 insertions, 55 deletions
diff --git a/starmath/inc/applicat.hxx b/starmath/inc/applicat.hxx deleted file mode 100644 index d60410789b48..000000000000 --- a/starmath/inc/applicat.hxx +++ /dev/null @@ -1,54 +0,0 @@ -/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ -/* - * This file is part of the LibreOffice project. - * - * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. - * - * This file incorporates work covered by the following license notice: - * - * Licensed to the Apache Software Foundation (ASF) under one or more - * contributor license agreements. See the NOTICE file distributed - * with this work for additional information regarding copyright - * ownership. The ASF licenses this file to you under the Apache - * License, Version 2.0 (the "License"); you may not use this file - * except in compliance with the License. You may obtain a copy of - * the License at http://www.apache.org/licenses/LICENSE-2.0 . - */ - -#ifndef APPLICAT_HXX -#define APPLICAT_HXX - -#include <sfx2/app.hxx> - - -#define SMDLL 1 -#define APPLICATIONNAME "smath3" - - -#ifdef WNT -#define RELEASE "WNT304" -#endif - -#ifdef UNX -#define RELEASE "UNX304" -#endif - -#ifndef SMDLL -class SmResId : public ResId -{ -public: - SmResId(sal_uInt16 nId) : - ResId(nId) - { - } - -}; - -#endif - - -#endif - -/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/starmath/source/accessibility.cxx b/starmath/source/accessibility.cxx index c74e65c0366e..981428d986b4 100644 --- a/starmath/source/accessibility.cxx +++ b/starmath/source/accessibility.cxx @@ -58,7 +58,6 @@ #include "accessibility.hxx" -#include <applicat.hxx> #include <unomodel.hxx> #include <document.hxx> #include <view.hxx> |