summaryrefslogtreecommitdiff
path: root/include/svl/zformat.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svl/zformat.hxx')
-rw-r--r--include/svl/zformat.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/svl/zformat.hxx b/include/svl/zformat.hxx
index b488647c7bfb..00b1aa6f3fec 100644
--- a/include/svl/zformat.hxx
+++ b/include/svl/zformat.hxx
@@ -163,9 +163,6 @@ class SVL_DLLPUBLIC SvNumberformat
};
public:
- // Ctor for Load
- SvNumberformat( ImpSvNumberformatScan& rSc, LanguageType eLge );
-
// Normal ctor
SvNumberformat( OUString& rString,
ImpSvNumberformatScan* pSc,
@@ -313,9 +310,6 @@ public:
// Whether a new SYMBOLTYPE_CURRENCY is contained in the format
bool HasNewCurrency() const;
- // Build string from NewCurrency for saving it SO50 compatible
- void Build50Formatstring( OUString& rStr ) const;
-
// strip [$-yyy] from all [$xxx-yyy] leaving only xxx's,
// if bQuoteSymbol==true the xxx will become "xxx"
static OUString StripNewCurrencyDelimiters( const OUString& rStr,