diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2018-05-03 09:07:15 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2018-05-03 09:07:15 +0200 |
commit | f5a56c367fba1c42b4f9719b10ff3e86ad5e2ab1 (patch) | |
tree | a8c37f222193d46d2ff0b19817113c9a165f2ccc /include | |
parent | 7f580d4fba2da90da2ccfbad7f0e21c12e810a26 (diff) |
Revert "Resolves: tdf#116579 consider both work locale and format locale date patterns"
This reverts commit dfb9138b8b5a239b46f189a717999bcaff19aa79, which caused
CppunitTest_basic_macros to fail with
> macro result for weekday.vb
> macro returned:
> Test Results
> ============
>
> Failed: : the return WeekDay is: 1
> Failed: : the return WeekDay is: 3
> Failed: : the return WeekDay is: 7
> Failed: : the return WeekDay is: 2
> Failed: : the return WeekDay is: 6
> Tests passed: 1
> Tests failed: 5
etc.
Diffstat (limited to 'include')
-rw-r--r-- | include/svl/zforlist.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/svl/zforlist.hxx b/include/svl/zforlist.hxx index 14aaf6a40940..536d6bdf1645 100644 --- a/include/svl/zforlist.hxx +++ b/include/svl/zforlist.hxx @@ -882,10 +882,6 @@ public: /** Access for unit tests. */ size_t GetMaxDefaultColors() const; - struct InputScannerPrivateAccess { friend class ImpSvNumberInputScan; private: InputScannerPrivateAccess() {} }; - /** Access for input scanner to temporarily (!) switch locales. */ - OnDemandLocaleDataWrapper& GetOnDemandLocaleDataWrapper( const InputScannerPrivateAccess& ) { return xLocaleData; } - private: mutable ::osl::Mutex m_aMutex; css::uno::Reference< css::uno::XComponentContext > m_xContext; |