diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2008-01-14 13:55:19 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2008-01-14 13:55:19 +0000 |
commit | f28c281778f49e29afc495a3c3f21d9c3ac8ea52 (patch) | |
tree | 9aa0b11424a479263c8ce23ad7a4c41e632d6cfa /extensions/source/preload | |
parent | 8b6392317329f530107355ba1a137e5e82028d4c (diff) |
INTEGRATION: CWS wae4extensions (1.4.388); FILE MERGED
2007/10/01 11:10:45 fs 1.4.388.1: #i81612# warning-free code (unxsoli4)
Diffstat (limited to 'extensions/source/preload')
-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 { |