summaryrefslogtreecommitdiff
path: root/filter/source/pdf/pdfdialog.hxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-10-23 19:56:13 +0200
committerThomas Arnhold <thomas@arnhold.org>2013-10-23 23:22:33 +0200
commit3a6148e8114a5b980dbedadacce2074390d81555 (patch)
treebd0515c36b202a575111da891a86c7448871d71e /filter/source/pdf/pdfdialog.hxx
parenteb24baec8cc465218ca34302c2ddd2a24e023414 (diff)
fixincludeguards.sh: filter
Change-Id: Ifdb49a0fd5f658056b14b7c2f4e323dd38b412e6
Diffstat (limited to 'filter/source/pdf/pdfdialog.hxx')
-rw-r--r--filter/source/pdf/pdfdialog.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/filter/source/pdf/pdfdialog.hxx b/filter/source/pdf/pdfdialog.hxx
index 23504bee589f..aff530d1c846 100644
--- a/filter/source/pdf/pdfdialog.hxx
+++ b/filter/source/pdf/pdfdialog.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef PDFDIALOG_HXX
-#define PDFDIALOG_HXX
+#ifndef INCLUDED_FILTER_SOURCE_PDF_PDFDIALOG_HXX
+#define INCLUDED_FILTER_SOURCE_PDF_PDFDIALOG_HXX
#include "pdffilter.hxx"
#include <svtools/genericunodialog.hxx>
@@ -79,6 +79,6 @@ Sequence< sal_Int8 > SAL_CALL PDFDialog_getImplementationId() throw(RuntimeExcep
Sequence< OUString > SAL_CALL PDFDialog_getSupportedServiceNames() throw (RuntimeException);
Reference< XInterface > SAL_CALL PDFDialog_createInstance( const Reference< XMultiServiceFactory > & rSMgr) throw( Exception );
-#endif // PDFDIALOG_HXX
+#endif // INCLUDED_FILTER_SOURCE_PDF_PDFDIALOG_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */