diff options
author | Bogdan B <buzea.bogdan@libreoffice.org> | 2022-11-28 21:00:11 +0100 |
---|---|---|
committer | Hossein <hossein@libreoffice.org> | 2022-12-08 22:38:23 +0000 |
commit | 0569a84c16e6ee6ed6f4fb52c23ed6dfe4225cdf (patch) | |
tree | c4398a1e37867174c58526c6a22b008ba2073438 | |
parent | 3f564769446032825b20ca6414caa1c196076ddc (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.hxx | 3 |
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 |