summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/util/NumberFormat.idl6
1 files changed, 6 insertions, 0 deletions
diff --git a/offapi/com/sun/star/util/NumberFormat.idl b/offapi/com/sun/star/util/NumberFormat.idl
index 927bdf81a3ac..2bc297aed425 100644
--- a/offapi/com/sun/star/util/NumberFormat.idl
+++ b/offapi/com/sun/star/util/NumberFormat.idl
@@ -93,6 +93,12 @@ published constants NumberFormat
*/
const short UNDEFINED = 2048;
+
+ /** @internal is used to flag an empty sub format.
+ @since LibreOffice 5.1
+ */
+ const short EMPTY = 4096;
+
};
300'>2013-09-16Insert impastp3.cxx into impastpl.cxxTor Lillqvist 2013-09-16Insert impastp2.cxx into impastpl.cxxTor Lillqvist 2013-09-16Start of collecting the impastp*.cxx files into oneTor Lillqvist 2013-07-03ODT regression curves export refactored to use chart2 APITomaž Vajngerl 2013-07-03Refactor regression curve handling in xmloff import to use chart2.Tomaž Vajngerl 2013-05-07officecfg: remove Package_cppheaderMichael Stahl 2013-04-24gbuild: drop uses of removed packagesDavid Tardon 2013-04-05new module i18nlangtagEike Rathke 2013-03-25xmloff/source/forms/strings.cxx no longer relevantStephan Bergmann