sw/inc/fldbas.hxx | 35 ----------------------------------- 1 file changed, 35 deletions(-)
New commits: commit bd339e1937d12cf7f62276e537bca96e01ef8ae4 Author: Noel Grandin <[email protected]> AuthorDate: Sat Jul 5 11:16:57 2025 +0200 Commit: Noel Grandin <[email protected]> CommitDate: Mon Jul 7 14:51:56 2025 +0200 SwVarFormat is unused since commit d68a0fc050ea4d57e15246f8e71781cd42ebdaa1 Author: Noel Grandin <[email protected]> Date: Thu Oct 1 13:56:48 2015 +0200 loplugin:unusedmethods Change-Id: Iaaa34cca03060c27d04f43afbec3eb6461d209ff Reviewed-on: https://gerrit.libreoffice.org/c/core/+/187463 Tested-by: Jenkins Reviewed-by: Noel Grandin <[email protected]> diff --git a/sw/inc/fldbas.hxx b/sw/inc/fldbas.hxx index ba16540599a5..447c36cf4bc8 100644 --- a/sw/inc/fldbas.hxx +++ b/sw/inc/fldbas.hxx @@ -169,41 +169,6 @@ enum class SwFileNameFormat { }; namespace o3tl { template<> struct typed_flags<SwFileNameFormat> : is_typed_flags<SwFileNameFormat, 0x800f> {}; } -enum SwVarFormat { - VVF_CMD = 0x0010, ///< Show command. - VVF_INVISIBLE = 0x0040, ///< Invisible. - VVF_XXP = 0x0400, ///< 1234% - VVF_XX_XXP = 0x0800, ///< 1.234,56% - VVF_CLEAR = 0x000f, - -// From here new formats: - VVF_SYS = 0x2000, ///< Format for numbers from system. - VVF_X = 0x2100, ///< 1234 - VVF_X_X = 0x2200, ///< 1234.5 - VVF_X_XX = 0x2300, ///< 1245.56 - VVF_XX_X = 0x2400, ///< 1.234.5 - VVF_XX_XX = 0x2500, ///< 1.234.56 - VVF_XX_XXX = 0x2600, ///< 1.234.567 - VVF_SYS_CUR = 0x2700, ///< Format for currency from system. - VVF_CUR_X = 0x2800, ///< EUR 1234 - VVF_CUR_XX_XX = 0x2900, ///< EUR 1234.56 EUR 1234.00 - VVF_CUR_XX_X0 = 0x2a00, ///< EUR 1234.56 EUR 1234.-- - VVF_X_CUR = 0x2b00, ///< 1234 EUR - VVF_XX_XX_CUR = 0x2c00, ///< 1234.56 EUR 1234.00 EUR - VVF_XX_X0_CUR = 0x2d00, ///< 1234.56 EUR 1234.-- EUR -/// Compatibility: - VF_CMD = VVF_CMD, - VF_INVISIBLE = VVF_INVISIBLE, - VF_XXP = VVF_XXP, - VF_XX_XXP = VVF_XX_XXP, - VF_VISIBLE = VVF_SYS, - VF_XX = VVF_X, - VF_XX_XX = VVF_XX_XX, - VF_XX_XX_CUR = VVF_SYS_CUR, - VF_CLEAR = VVF_CLEAR - -}; - typedef sal_uInt16 SwGetSetExpType; namespace nsSwGetSetExpType {
