diff options
Diffstat (limited to 'padmin/source/newppdlg.hxx')
-rw-r--r-- | padmin/source/newppdlg.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/padmin/source/newppdlg.hxx b/padmin/source/newppdlg.hxx index 5b4aa9f755eb..576a1bf2cb43 100644 --- a/padmin/source/newppdlg.hxx +++ b/padmin/source/newppdlg.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 _PAD_NEWPPDLG_HXX_ #include <vcl/dialog.hxx> -#ifndef _SV_BUTTON_HXX #include <vcl/button.hxx> -#endif #include <vcl/combobox.hxx> #include <vcl/lstbox.hxx> #include <vcl/fixed.hxx> @@ -74,3 +73,5 @@ namespace padmin { } // namespace #endif // _NEWPPDLG_HXX + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |