diff options
author | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2017-08-20 22:25:23 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-08-21 10:57:38 +0200 |
commit | 8f412d7445c3e8b7277757f454a97b84341e55e9 (patch) | |
tree | aa430bd846db618e49714e3a19b12188478c3131 /svx/inc | |
parent | 60dc8572e677b6c29f73d8848d9d6036d8d1ff05 (diff) |
drop pointless headers
Change-Id: Ia4e26760d4fad655bbd20714fa0abcad0921605a
Reviewed-on: https://gerrit.libreoffice.org/41369
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svx/inc')
-rw-r--r-- | svx/inc/sxonitm.hxx | 31 | ||||
-rw-r--r-- | svx/inc/sxraitm.hxx | 31 |
2 files changed, 0 insertions, 62 deletions
diff --git a/svx/inc/sxonitm.hxx b/svx/inc/sxonitm.hxx deleted file mode 100644 index 820e398130a0..000000000000 --- a/svx/inc/sxonitm.hxx +++ /dev/null @@ -1,31 +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 INCLUDED_SVX_INC_SXONITM_HXX -#define INCLUDED_SVX_INC_SXONITM_HXX - -#include <svx/svddef.hxx> -#include <svl/stritem.hxx> - -inline SfxStringItem makeSdrObjectNameItem(const OUString& rStr) { - return SfxStringItem(SDRATTR_OBJECTNAME,rStr); -} - -#endif - -/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/inc/sxraitm.hxx b/svx/inc/sxraitm.hxx deleted file mode 100644 index e6b44c1d0d86..000000000000 --- a/svx/inc/sxraitm.hxx +++ /dev/null @@ -1,31 +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 INCLUDED_SVX_INC_SXRAITM_HXX -#define INCLUDED_SVX_INC_SXRAITM_HXX - -#include <svx/svddef.hxx> -#include <svx/sdangitm.hxx> - -inline SdrAngleItem makeSdrRotateAngleItem(long nAngle) { - return SdrAngleItem(SDRATTR_ROTATEANGLE, nAngle); -} - -#endif - -/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |