summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2012-06-15 18:05:05 +0200
committerThomas Arnhold <thomas@arnhold.org>2012-06-21 11:54:18 +0200
commit47009fbf515dc6e4d4c275e5a3458b4ce2d817d9 (patch)
tree4dbb9f54eb64b3396a779aaec9de036655f4168a /svx
parentdb053e48d2ca17e1256eb12500f075488483603b (diff)
Remove unused dbexch.hrc
The only part where one definition was used was commented out. All other definitions in the hrc file were unused. Change-Id: I257e61b96271685e9321211846a0021059924abe
Diffstat (limited to 'svx')
-rw-r--r--svx/Package_inc.mk1
-rw-r--r--svx/inc/svx/dbexch.hrc57
-rw-r--r--svx/source/fmcomp/fmgridcl.cxx1
-rw-r--r--svx/source/form/fmexch.cxx1
4 files changed, 0 insertions, 60 deletions
diff --git a/svx/Package_inc.mk b/svx/Package_inc.mk
index 0b8014aac316..4c14c7879c3e 100644
--- a/svx/Package_inc.mk
+++ b/svx/Package_inc.mk
@@ -171,7 +171,6 @@ $(eval $(call gb_Package_add_file,svx_inc,inc/svx/srchdlg.hxx,svx/srchdlg.hxx))
$(eval $(call gb_Package_add_file,svx_inc,inc/svx/sxcaitm.hxx,svx/sxcaitm.hxx))
$(eval $(call gb_Package_add_file,svx_inc,inc/svx/subtoolboxcontrol.hxx,svx/subtoolboxcontrol.hxx))
$(eval $(call gb_Package_add_file,svx_inc,inc/svx/sdasaitm.hxx,svx/sdasaitm.hxx))
-$(eval $(call gb_Package_add_file,svx_inc,inc/svx/dbexch.hrc,svx/dbexch.hrc))
$(eval $(call gb_Package_add_file,svx_inc,inc/svx/unomaster.hxx,svx/unomaster.hxx))
$(eval $(call gb_Package_add_file,svx_inc,inc/svx/svdedtv.hxx,svx/svdedtv.hxx))
$(eval $(call gb_Package_add_file,svx_inc,inc/svx/xlinjoit.hxx,svx/xlinjoit.hxx))
diff --git a/svx/inc/svx/dbexch.hrc b/svx/inc/svx/dbexch.hrc
deleted file mode 100644
index faa2274987cd..000000000000
--- a/svx/inc/svx/dbexch.hrc
+++ /dev/null
@@ -1,57 +0,0 @@
-/*************************************************************************
- *
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
- * Copyright 2000, 2010 Oracle and/or its affiliates.
- *
- * OpenOffice.org - a multi-platform office productivity suite
- *
- * This file is part of OpenOffice.org.
- *
- * OpenOffice.org is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License version 3
- * only, as published by the Free Software Foundation.
- *
- * OpenOffice.org is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License version 3 for more details
- * (a copy is included in the LICENSE file that accompanied this code).
- *
- * You should have received a copy of the GNU Lesser General Public License
- * version 3 along with OpenOffice.org. If not, see
- * <http://www.openoffice.org/license.html>
- * for a copy of the LGPLv3 License.
- *
- ************************************************************************/
-#ifndef _SVX_DBEXCH_HRC
-#define _SVX_DBEXCH_HRC
-
-// Format zum Uebertragen von Daten aus dem DatenbankBrowser
-// Format: "Datenbankname";"Tabellen/QueryName"; 1/0(fuer Tabelle/Abfrage); SQL-Statement;Selektionsliste
-// Name der Tabelle kann leer sein
-// Feldtrenner ist "ASCII 11" !!!!
-// Selektionsliste:"" // alle selektiert
-// | "1;2;...n" // Selektierte Saetze, Start bei 1
-#define SBA_DATAEXCHANGE_FORMAT "SBA-DATAFORMAT"
-
-// Feldtrenner ist "ASCII 11" !!!!
-// Format zum Uebertragen von Feldname aus dem DatenbankBrowser
-// "Datenbankname";"Tabellen/QueryName";0(Tabelle) / 1(Abfrage) / 2(SQL) / 3(NATIVE_SQL);"Feldname"
-#define SBA_FIELDEXCHANGE_FORMAT "SBA-FIELDFORMAT"
-
-// Feldtrenner ist "ASCII 11" !!!!
-// Format zum Uebertragen von Feldinhalten aus dem DatenbankBrowser
-// "Datenbankname";"Tabellen/QueryName";1/0(fuer Tabelle/Abfrage);"Feldname";"FeldInhalt"
-#define SBA_FIELDDATAEXCHANGE_FORMAT "SBA-FIELDDATAFORMAT"
-
-// Office-internes Format (entspricht der private-URL )
-// Wird vom Writer und Calc benutzt, wenn Explorer-Contents gedraggt werden
-#define SBA_PRIVATEURL_EXCHANGE_FORMAT "SBA-PRIVATEURLFORMAT"
-
-// SBA-internes Format fuer das erzeugen von Joins in der RelationsShell
-#define SBA_JOIN_EXCHANGE_FORMAT "SBA-JOINFORMAT"
-
-
-#endif // _SVX_DBEXCH_HRC
-
diff --git a/svx/source/fmcomp/fmgridcl.cxx b/svx/source/fmcomp/fmgridcl.cxx
index 8bc620b669de..1652512ea5ef 100644
--- a/svx/source/fmcomp/fmgridcl.cxx
+++ b/svx/source/fmcomp/fmgridcl.cxx
@@ -26,7 +26,6 @@
*
************************************************************************/
-#include "svx/dbexch.hrc"
#include "svx/fmgridif.hxx"
#include "fmitems.hxx"
#include "fmprop.hrc"
diff --git a/svx/source/form/fmexch.cxx b/svx/source/form/fmexch.cxx
index 6d48d04ca3c8..c13198482aa8 100644
--- a/svx/source/form/fmexch.cxx
+++ b/svx/source/form/fmexch.cxx
@@ -31,7 +31,6 @@
#include <sot/storage.hxx>
#include <svl/itempool.hxx>
-#include <svx/dbexch.hrc>
#include <sot/formats.hxx>
#include <svtools/svtreebx.hxx>
#include <tools/diagnose_ex.h>