summaryrefslogtreecommitdiff
path: root/svtools/source/productregistration/registrationdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/productregistration/registrationdlg.hxx')
-rw-r--r--svtools/source/productregistration/registrationdlg.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/svtools/source/productregistration/registrationdlg.hxx b/svtools/source/productregistration/registrationdlg.hxx
index 16761aff08fc..48126d63efae 100644
--- a/svtools/source/productregistration/registrationdlg.hxx
+++ b/svtools/source/productregistration/registrationdlg.hxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -29,9 +30,7 @@
#define SVTOOLS_REGISTRATIONDLG_HXX
#include <vcl/fixed.hxx>
-#ifndef _SV_BUTTON_HXX
#include <vcl/button.hxx>
-#endif
#include <vcl/dialog.hxx>
//........................................................................
@@ -85,3 +84,5 @@ namespace svt
//........................................................................
#endif // SVTOOLS_REGISTRATIONDLG_HXX
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */