summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@collabora.com>2014-02-12 08:59:05 +0100
committerMatúš Kukan <matus.kukan@collabora.com>2014-02-13 11:26:24 +0100
commitdae2b047f9fd84032cb282af3c57ee3d92f9256a (patch)
treee0b58c4588f0c4dc6a8357b2d01ea382185f5afc /framework
parentd8db7f0f4463c68717ed21722a45de035036be4b (diff)
Remove unused ContainerQuery constants.
Change-Id: Ib9f96f79d805c91e80fa5366c71e3e975ebabe90
Diffstat (limited to 'framework')
-rw-r--r--framework/Library_fwk.mk1
-rw-r--r--framework/source/constant/containerquery.cxx32
-rw-r--r--framework/source/inc/constant/containerquery.hxx41
-rw-r--r--framework/source/loadenv/loadenv.cxx1
4 files changed, 0 insertions, 75 deletions
diff --git a/framework/Library_fwk.mk b/framework/Library_fwk.mk
index 9a2347df3e32..e8ad8af528b1 100644
--- a/framework/Library_fwk.mk
+++ b/framework/Library_fwk.mk
@@ -69,7 +69,6 @@ $(eval $(call gb_Library_add_exception_objects,fwk,\
framework/source/classes/fwktabwindow \
framework/source/classes/menumanager \
framework/source/classes/taskcreator \
- framework/source/constant/containerquery \
framework/source/dispatch/closedispatcher \
framework/source/dispatch/dispatchinformationprovider \
framework/source/dispatch/dispatchprovider \
diff --git a/framework/source/constant/containerquery.cxx b/framework/source/constant/containerquery.cxx
deleted file mode 100644
index c2d6ac9b7b54..000000000000
--- a/framework/source/constant/containerquery.cxx
+++ /dev/null
@@ -1,32 +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 .
- */
-
-
-#include <constant/containerquery.hxx>
-
-namespace framework{
- namespace constant{
-
-const sal_Unicode ContainerQuery::SEPARATOR_PARAM = (sal_Unicode)':';
-const sal_Unicode ContainerQuery::SEPARATOR_VALUE = (sal_Unicode)'=';
-
- } // namespace constant
-} // namespace framework
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/framework/source/inc/constant/containerquery.hxx b/framework/source/inc/constant/containerquery.hxx
deleted file mode 100644
index 889e542f1a4b..000000000000
--- a/framework/source/inc/constant/containerquery.hxx
+++ /dev/null
@@ -1,41 +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_FRAMEWORK_SOURCE_INC_CONSTANT_CONTAINERQUERY_HXX
-#define INCLUDED_FRAMEWORK_SOURCE_INC_CONSTANT_CONTAINERQUERY_HXX
-
-#include <sal/types.h>
-
-namespace framework{
- namespace constant{
-
-struct ContainerQuery
-{
- public:
-
- static const sal_Unicode SEPARATOR_PARAM;
- static const sal_Unicode SEPARATOR_VALUE;
-};
-
- } // namespace constant
-} // namespace framework
-
-#endif // INCLUDED_FRAMEWORK_SOURCE_INC_CONSTANT_CONTAINERQUERY_HXX
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/framework/source/loadenv/loadenv.cxx b/framework/source/loadenv/loadenv.cxx
index 7aa849a6745d..e22d65da3668 100644
--- a/framework/source/loadenv/loadenv.cxx
+++ b/framework/source/loadenv/loadenv.cxx
@@ -22,7 +22,6 @@
#include <loadenv/targethelper.hxx>
#include <framework/framelistanalyzer.hxx>
-#include <constant/containerquery.hxx>
#include <interaction/quietinteraction.hxx>
#include <threadhelp/writeguard.hxx>
#include <threadhelp/readguard.hxx>