diff options
Diffstat (limited to 'sfx2/source/notify')
-rw-r--r-- | sfx2/source/notify/openurlhint.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/notify/openurlhint.cxx b/sfx2/source/notify/openurlhint.cxx index 1eba43b358dc..2ac7a0c5a67b 100644 --- a/sfx2/source/notify/openurlhint.cxx +++ b/sfx2/source/notify/openurlhint.cxx @@ -21,7 +21,7 @@ #include <sfx2/sfxsids.hrc> SfxOpenUrlHint::SfxOpenUrlHint( const OUString& sDocumentURL ) : - SfxSimpleHint( SID_OPENURL ), + SfxHint( SID_OPENURL ), msDocumentURL(sDocumentURL) { } const OUString& SfxOpenUrlHint::GetDocumentURL() const |