From f28c281778f49e29afc495a3c3f21d9c3ac8ea52 Mon Sep 17 00:00:00 2001 From: Ivo Hinkelmann Date: Mon, 14 Jan 2008 13:55:19 +0000 Subject: INTEGRATION: CWS wae4extensions (1.4.388); FILE MERGED 2007/10/01 11:10:45 fs 1.4.388.1: #i81612# warning-free code (unxsoli4) --- extensions/source/preload/oemwiz.hxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'extensions/source/preload') 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 { -- cgit