diff options
author | Michael Stahl <mstahl@redhat.com> | 2012-01-28 20:52:45 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-01-28 20:52:45 +0100 |
commit | 2e626373db2412ac22e8c5c27a60d11cd29e875b (patch) | |
tree | 9e9f67205cd5b72f1031721273e1534a3a1e5b0f /setup_native/source/win32/customactions/reg4msdoc/userregistrar.hxx | |
parent | f7ee7bbd5174b084f018c2ec94d8c70c98ee04da (diff) |
replace obsolete "master" branch with README that points at new repoHEADmaster-deletedmaster
Diffstat (limited to 'setup_native/source/win32/customactions/reg4msdoc/userregistrar.hxx')
-rw-r--r-- | setup_native/source/win32/customactions/reg4msdoc/userregistrar.hxx | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/setup_native/source/win32/customactions/reg4msdoc/userregistrar.hxx b/setup_native/source/win32/customactions/reg4msdoc/userregistrar.hxx deleted file mode 100644 index 653a4790e..000000000 --- a/setup_native/source/win32/customactions/reg4msdoc/userregistrar.hxx +++ /dev/null @@ -1,46 +0,0 @@ -/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ -// UserRegistrar.h: Schnittstelle für die Klasse UserRegistrar. -// -////////////////////////////////////////////////////////////////////// - -#ifndef _USERREGISTRAR_HXX_ -#define _USERREGISTRAR_HXX_ - -#include "registrar.hxx" - -class UserRegistrar : public Registrar -{ -public: - - //################################### - // Creation - //################################### - - UserRegistrar(const RegistrationContextInformation& RegContext); - - //################################### - // Command - //################################### - - virtual void UnregisterAsHtmlEditorForInternetExplorer() const; - - virtual void RegisterAsDefaultShellHtmlEditor() const; - virtual void UnregisterAsDefaultShellHtmlEditor() const; - -protected: - virtual void UnregisterForMsOfficeApplication( - const std::wstring& FileExtension) const; - - virtual RegistryKey GetRootKeyForDefHtmlEditorForIERegistration() const; - -private: - - /** Delete the privately created file associations - for htm files if the keys are empty - */ - void DeleteHtmFileAssociationKeys() const; -}; - -#endif - -/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |