diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/longcurr.hxx | 3 | ||||
-rw-r--r-- | include/vcl/morebtn.hxx | 1 | ||||
-rw-r--r-- | include/vcl/svapp.hxx | 7 |
3 files changed, 1 insertions, 10 deletions
diff --git a/include/vcl/longcurr.hxx b/include/vcl/longcurr.hxx index 25d6383f8879..8107abe4f93d 100644 --- a/include/vcl/longcurr.hxx +++ b/include/vcl/longcurr.hxx @@ -40,9 +40,8 @@ protected: BigInt mnMax; BigInt mnCorrectedValue; OUString maCurrencySymbol; - sal_uInt16 mnType; sal_uInt16 mnDecimalDigits; - bool mbThousandSep; + bool mbThousandSep; LongCurrencyFormatter(); public: diff --git a/include/vcl/morebtn.hxx b/include/vcl/morebtn.hxx index 36ebd94b5491..a18e341fccd1 100644 --- a/include/vcl/morebtn.hxx +++ b/include/vcl/morebtn.hxx @@ -32,7 +32,6 @@ class VCL_DLLPUBLIC MoreButton : public PushButton { private: ImplMoreButtonData* mpMBData; - MapUnit meUnit; bool mbState; MoreButton( const MoreButton & ) = delete; diff --git a/include/vcl/svapp.hxx b/include/vcl/svapp.hxx index 9bf324c0f127..4798bf3ac653 100644 --- a/include/vcl/svapp.hxx +++ b/include/vcl/svapp.hxx @@ -1101,13 +1101,6 @@ public: */ static Help* GetHelp(); - /** Turns on "auto-help" (hover mouse above UI element and a tooltip with an - explanation pops up. - - @see EnableAutoHelpId - */ - static void EnableAutoHelpId(); - ///@} /** @name Dialogs |