#ifndef CONFIG_JAVA_H #define CONFIG_JAVA_H /* JAVA * * Whether we have support for Java extensions, and use own Java * functionality). */ #define HAVE_FEATURE_JAVA 0 #undef JAVA_ARCH #endif db/TypeInspector.java?h=master' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/db/TypeInspector.java
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2024-12-23 09:46:31 +0100
committerMike Kaganski <mike.kaganski@collabora.com>2024-12-23 11:22:11 +0100
commita3a7927408a26a70e5789df5246bff165b5b43c3 (patch)
tree84935be7b097f291c5a9244840fd4c33ced09afe /wizards/com/sun/star/wizards/db/TypeInspector.java
parente40b541d7ae6acdcfda19e54a12a4dbc59bfbd09 (diff)
Simplify a bit HEADmaster
The previous code made sure that cNonIntntlDecSep is always equal to IntntlDecSep (in the code handling bOnlyIntntl). Frop the redundancy, and make the variable names simpler. Change-Id: I31c994cd49bdbf007e110f593297acf112cc420b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/179198 Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com> Tested-by: Jenkins