diff options
-rw-r--r-- | sd/AllLangResTarget_sd.mk | 1 | ||||
-rw-r--r-- | sd/source/ui/app/app.src | 25 |
2 files changed, 0 insertions, 26 deletions
diff --git a/sd/AllLangResTarget_sd.mk b/sd/AllLangResTarget_sd.mk index 455dbbc2acc8..4068afc218e9 100644 --- a/sd/AllLangResTarget_sd.mk +++ b/sd/AllLangResTarget_sd.mk @@ -63,7 +63,6 @@ $(eval $(call gb_SrsTarget_add_files,sd/res,\ sd/source/ui/animations/CustomAnimation.src \ sd/source/ui/animations/SlideTransitionPane.src \ sd/source/ui/annotations/annotations.src \ - sd/source/ui/app/app.src \ sd/source/ui/app/popup.src \ sd/source/ui/app/res_bmp.src \ sd/source/ui/app/sdstring.src \ diff --git a/sd/source/ui/app/app.src b/sd/source/ui/app/app.src deleted file mode 100644 index 57ded37a1fb8..000000000000 --- a/sd/source/ui/app/app.src +++ /dev/null @@ -1,25 +0,0 @@ -/* - * 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 . - */ - - -#include "app.hrc" -#include "res_bmp.hrc" -#include <svx/dialogs.hrc> -#include "cfgids.hxx" -#include <svx/svxids.hrc> - |