diff options
Diffstat (limited to 'extensions/source/preload/oemwiz.hxx')
-rw-r--r-- | extensions/source/preload/oemwiz.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/extensions/source/preload/oemwiz.hxx b/extensions/source/preload/oemwiz.hxx index e82f591e8f63..b0a98612d46b 100644 --- a/extensions/source/preload/oemwiz.hxx +++ b/extensions/source/preload/oemwiz.hxx @@ -4,9 +4,9 @@ * * $RCSfile: oemwiz.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-08 20:00:01 $ + * last change: $Author: ihi $ $Date: 2008-01-14 14:55:19 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -138,6 +138,8 @@ namespace preload const Link& GetScrolledHdl() const { return maScrolledHdl; } virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint ); + private: + using MultiLineEdit::Notify; }; class OEMLicenseTabPage : public TabPage { |