summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-03-24 18:07:12 +0100
committerStephan Bergmann <sbergman@redhat.com>2013-03-25 08:52:56 +0100
commitd80415ec257f13247064c7a6c8bd3cbf55c649c4 (patch)
tree2d2b3660fa4e2dc113f090c4fd8858d119b95337
parenta9e6e5bf4dd59e8d584bd4949991e97d3fe79fa4 (diff)
extensions/source/propctrlr/{form,pcr}strings.cxx no longer relevant
...since b4f8ab8881785db8e328fbfa84933eadb6bc5dd5 "extensions: get rid of no longer needed stringdefine.hxx." Change-Id: I0ab16071267fc08c9a2664be8630f617085fdaad
-rw-r--r--extensions/Library_pcr.mk2
-rw-r--r--extensions/source/propctrlr/formstrings.cxx27
-rw-r--r--extensions/source/propctrlr/pcrstrings.cxx27
3 files changed, 0 insertions, 56 deletions
diff --git a/extensions/Library_pcr.mk b/extensions/Library_pcr.mk
index 85e7c04f2574..2dde30a4d916 100644
--- a/extensions/Library_pcr.mk
+++ b/extensions/Library_pcr.mk
@@ -85,7 +85,6 @@ $(eval $(call gb_Library_add_exception_objects,pcr,\
extensions/source/propctrlr/formgeometryhandler \
extensions/source/propctrlr/formlinkdialog \
extensions/source/propctrlr/formmetadata \
- extensions/source/propctrlr/formstrings \
extensions/source/propctrlr/genericpropertyhandler \
extensions/source/propctrlr/handlerhelper \
extensions/source/propctrlr/inspectorhelpwindow \
@@ -97,7 +96,6 @@ $(eval $(call gb_Library_add_exception_objects,pcr,\
extensions/source/propctrlr/pcrcommon \
extensions/source/propctrlr/pcrcomponentcontext \
extensions/source/propctrlr/pcrservices \
- extensions/source/propctrlr/pcrstrings \
extensions/source/propctrlr/pcrunodialogs \
extensions/source/propctrlr/propcontroller \
extensions/source/propctrlr/propertycomposer \
diff --git a/extensions/source/propctrlr/formstrings.cxx b/extensions/source/propctrlr/formstrings.cxx
deleted file mode 100644
index b6c129f4d997..000000000000
--- a/extensions/source/propctrlr/formstrings.cxx
+++ /dev/null
@@ -1,27 +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 _EXTENSIONS_FORMSCTRLR_FORMSTRINGS_HXX_
-#define PCR_IMPLEMENT_STRINGS
-#include "formstrings.hxx"
-#undef PCR_IMPLEMENT_STRINGS
-#endif
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/extensions/source/propctrlr/pcrstrings.cxx b/extensions/source/propctrlr/pcrstrings.cxx
deleted file mode 100644
index 666f94929553..000000000000
--- a/extensions/source/propctrlr/pcrstrings.cxx
+++ /dev/null
@@ -1,27 +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 _EXTENSIONS_FORMSCTRLR_PCRSTRINGS_HXX_
-#define PCR_IMPLEMENT_STRINGS
-#include "pcrstrings.hxx"
-#undef PCR_IMPLEMENT_STRINGS
-#endif
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */