diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-04-11 23:31:33 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-04-12 15:50:24 +0200 |
commit | 8274655443eaf20ad10500ce3dc57349912181c8 (patch) | |
tree | 2b743ec0821f6b711506e8755c53a4a1883645ec | |
parent | 58ecaf1f470d92db95a5f02adf3b5e4147442a57 (diff) |
Remove empty scriptdlg.hrc
Change-Id: I4a4bf1aa1d6afe819c22288474be302fe95740d1
-rw-r--r-- | cui/source/dialogs/scriptdlg.cxx | 1 | ||||
-rw-r--r-- | cui/source/dialogs/scriptdlg.hrc | 26 | ||||
-rw-r--r-- | cui/source/dialogs/scriptdlg.src | 1 | ||||
-rwxr-xr-x | l10ntools/source/gRun.sh | 2 |
4 files changed, 1 insertions, 29 deletions
diff --git a/cui/source/dialogs/scriptdlg.cxx b/cui/source/dialogs/scriptdlg.cxx index 01dbaaa6889a..52eb49143f82 100644 --- a/cui/source/dialogs/scriptdlg.cxx +++ b/cui/source/dialogs/scriptdlg.cxx @@ -27,7 +27,6 @@ #include <osl/mutex.hxx> #include <cuires.hrc> -#include "scriptdlg.hrc" #include "scriptdlg.hxx" #include <dialmgr.hxx> #include "selector.hxx" diff --git a/cui/source/dialogs/scriptdlg.hrc b/cui/source/dialogs/scriptdlg.hrc deleted file mode 100644 index e79e2f0aa34c..000000000000 --- a/cui/source/dialogs/scriptdlg.hrc +++ /dev/null @@ -1,26 +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 _SCRIPTDLG_HRC -#define _SCRIPTDLG_HRC - - -#endif - -/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/cui/source/dialogs/scriptdlg.src b/cui/source/dialogs/scriptdlg.src index b2ea47034ced..380a4854d29d 100644 --- a/cui/source/dialogs/scriptdlg.src +++ b/cui/source/dialogs/scriptdlg.src @@ -18,7 +18,6 @@ */ #include <cuires.hrc> -#include "scriptdlg.hrc" #include "helpid.hrc" String RID_SVXSTR_DELQUERY diff --git a/l10ntools/source/gRun.sh b/l10ntools/source/gRun.sh index 459e36f64f37..805432fc45dd 100755 --- a/l10ntools/source/gRun.sh +++ b/l10ntools/source/gRun.sh @@ -221,7 +221,7 @@ ${MYCMD} --base sysui/desktop/share --files documents.ulf launcher_comment.ulf l #${MYCMD} --base cui/source/customize --files acccfg.hrc cfg.hrc -#${MYCMD} --base cui/source/dialogs --files fmsearch.hrc scriptdlg.hrc svuidlg.hrc +#${MYCMD} --base cui/source/dialogs --files fmsearch.hrc svuidlg.hrc #${MYCMD} --base cui/source/inc --files cuires.hrc gallery.hrc helpid.hrc |