summaryrefslogtreecommitdiff
path: root/include/svtools/prnsetup.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svtools/prnsetup.hxx')
-rw-r--r--include/svtools/prnsetup.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svtools/prnsetup.hxx b/include/svtools/prnsetup.hxx
index d9150cb395d7..252610c2cc57 100644
--- a/include/svtools/prnsetup.hxx
+++ b/include/svtools/prnsetup.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SV_PRNSETUP_HXX_
-#define _SV_PRNSETUP_HXX_
+#ifndef INCLUDED_SVTOOLS_PRNSETUP_HXX
+#define INCLUDED_SVTOOLS_PRNSETUP_HXX
#include "svtools/svtdllapi.h"
@@ -88,6 +88,6 @@ Printer* ImplPrnDlgUpdatePrinter( Printer* pPrinter, Printer* pTempPrinter );
void ImplPrnDlgUpdateQueueInfo( ListBox* pBox, QueueInfo& rInfo );
OUString ImplPrnDlgGetStatusText( const QueueInfo& rInfo );
-#endif // _SV_PRNSETUP_HXX_
+#endif // INCLUDED_SVTOOLS_PRNSETUP_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */