summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-03-23 22:11:58 +0100
committerStephan Bergmann <sbergman@redhat.com>2013-03-25 08:52:55 +0100
commit86ff37355ec8003a45e2b091868d785fe7d7b237 (patch)
tree8327855a96af46408b2e7283c6742e3330a8c0cc /xmloff
parent1f668d42b892a5b556c6cff1280f7be3b1aff9cd (diff)
xmloff/source/forms/strings.cxx no longer relevant
...since 02944a639dd534e025e3dd57421b714bb816a28d "xmloff: remove no longer needed XMLFORM_CONSTASCII_STRING macro." Change-Id: Ic5bae5183435a378655524dba9dbd3eef523533e
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/Library_xo.mk1
-rw-r--r--xmloff/source/forms/strings.cxx28
2 files changed, 0 insertions, 29 deletions
diff --git a/xmloff/Library_xo.mk b/xmloff/Library_xo.mk
index 7ffa8ba4c459..e3777e482265 100644
--- a/xmloff/Library_xo.mk
+++ b/xmloff/Library_xo.mk
@@ -173,7 +173,6 @@ $(eval $(call gb_Library_add_exception_objects,xo,\
xmloff/source/forms/propertyexport \
xmloff/source/forms/propertyimport \
xmloff/source/forms/property_meta_data \
- xmloff/source/forms/strings \
xmloff/source/forms/valueproperties \
xmloff/source/forms/handler/form_handler_factory \
xmloff/source/forms/handler/property_handler_base \
diff --git a/xmloff/source/forms/strings.cxx b/xmloff/source/forms/strings.cxx
deleted file mode 100644
index 8c03013c1cf8..000000000000
--- a/xmloff/source/forms/strings.cxx
+++ /dev/null
@@ -1,28 +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 _XMLOFF_FORMS_STRINGS_HXX_
-#define XMLFORM_IMPLEMENT_STRINGS
-#include "strings.hxx"
-#undef XMLFORM_IMPLEMENT_STRINGS
-#endif
-
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */