summaryrefslogtreecommitdiff
path: root/setup_native/source/win32/customactions/reg4msdoc/userregistrar.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'setup_native/source/win32/customactions/reg4msdoc/userregistrar.hxx')
-rw-r--r--setup_native/source/win32/customactions/reg4msdoc/userregistrar.hxx24
1 files changed, 12 insertions, 12 deletions
diff --git a/setup_native/source/win32/customactions/reg4msdoc/userregistrar.hxx b/setup_native/source/win32/customactions/reg4msdoc/userregistrar.hxx
index 926a873e52db..cce0209567dd 100644
--- a/setup_native/source/win32/customactions/reg4msdoc/userregistrar.hxx
+++ b/setup_native/source/win32/customactions/reg4msdoc/userregistrar.hxx
@@ -7,10 +7,10 @@
#include "registrar.hxx"
-class UserRegistrar : public Registrar
+class UserRegistrar : public Registrar
{
public:
-
+
//###################################
// Creation
//###################################
@@ -18,26 +18,26 @@ public:
UserRegistrar(const RegistrationContextInformation& RegContext);
//###################################
- // Command
+ // 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
+
+ /** Delete the privately created file associations
+ for htm files if the keys are empty
*/
void DeleteHtmFileAssociationKeys() const;
};
-#endif
+#endif