summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBogdan B <buzea.bogdan@libreoffice.org>2022-11-28 21:00:11 +0100
committerHossein <hossein@libreoffice.org>2022-12-08 22:38:23 +0000
commit0569a84c16e6ee6ed6f4fb52c23ed6dfe4225cdf (patch)
treec4398a1e37867174c58526c6a22b008ba2073438
parent3f564769446032825b20ca6414caa1c196076ddc (diff)
tdf#152299 - Remove unused define(s) from C/C++ files
Change-Id: I22185ee21af426974cf57bda288320413bd119a1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143434 Tested-by: Jenkins Reviewed-by: Hossein <hossein@libreoffice.org>
-rw-r--r--dbaccess/source/ui/browser/dbtreemodel.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/dbaccess/source/ui/browser/dbtreemodel.hxx b/dbaccess/source/ui/browser/dbtreemodel.hxx
index 2ea11b900975..53a34a8e4247 100644
--- a/dbaccess/source/ui/browser/dbtreemodel.hxx
+++ b/dbaccess/source/ui/browser/dbtreemodel.hxx
@@ -29,9 +29,6 @@
// tables holds the nameaccess for the tables
// table holds the table
-#define CONTAINER_QUERIES sal_uLong( 0 )
-#define CONTAINER_TABLES sal_uLong( 1 )
-
namespace com::sun::star::lang { class XMultiServiceFactory; }
namespace dbaui