summaryrefslogtreecommitdiff
path: root/filter/source/pdf
diff options
context:
space:
mode:
Diffstat (limited to 'filter/source/pdf')
-rw-r--r--filter/source/pdf/impdialog.hxx6
-rw-r--r--filter/source/pdf/pdfdialog.hxx6
-rw-r--r--filter/source/pdf/pdfexport.hxx4
-rw-r--r--filter/source/pdf/pdffilter.hxx6
-rw-r--r--filter/source/pdf/pdfinteract.hxx6
5 files changed, 14 insertions, 14 deletions
diff --git a/filter/source/pdf/impdialog.hxx b/filter/source/pdf/impdialog.hxx
index 7df190b490f7..808b31495dde 100644
--- a/filter/source/pdf/impdialog.hxx
+++ b/filter/source/pdf/impdialog.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef IMPDIALOG_HXX
-#define IMPDIALOG_HXX
+#ifndef INCLUDED_FILTER_SOURCE_PDF_IMPDIALOG_HXX
+#define INCLUDED_FILTER_SOURCE_PDF_IMPDIALOG_HXX
#include "pdffilter.hxx"
@@ -440,7 +440,7 @@ public:
void SetFilterConfigItem( const ImpPDFTabDialog* paParent );
};
-#endif // IMPDIALOG_HXX
+#endif // INCLUDED_FILTER_SOURCE_PDF_IMPDIALOG_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
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: */
diff --git a/filter/source/pdf/pdfexport.hxx b/filter/source/pdf/pdfexport.hxx
index e76c0b13d3b1..8db104da05c5 100644
--- a/filter/source/pdf/pdfexport.hxx
+++ b/filter/source/pdf/pdfexport.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef PDFEXPORT_HXX
-#define PDFEXPORT_HXX
+#ifndef INCLUDED_FILTER_SOURCE_PDF_PDFEXPORT_HXX
+#define INCLUDED_FILTER_SOURCE_PDF_PDFEXPORT_HXX
#include "pdffilter.hxx"
#include <tools/multisel.hxx>
diff --git a/filter/source/pdf/pdffilter.hxx b/filter/source/pdf/pdffilter.hxx
index 33eeeca08c13..31741883d006 100644
--- a/filter/source/pdf/pdffilter.hxx
+++ b/filter/source/pdf/pdffilter.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef PDFFILTER_HXX
-#define PDFFILTER_HXX
+#ifndef INCLUDED_FILTER_SOURCE_PDF_PDFFILTER_HXX
+#define INCLUDED_FILTER_SOURCE_PDF_PDFFILTER_HXX
#include <com/sun/star/document/XFilter.hpp>
#include <com/sun/star/document/XExporter.hpp>
@@ -112,7 +112,7 @@ Reference< XInterface >
SAL_CALL PDFFilter_createInstance( const Reference< XMultiServiceFactory > & rSMgr)
throw ( Exception );
-#endif // PDFFILTER_HXX
+#endif // INCLUDED_FILTER_SOURCE_PDF_PDFFILTER_HXX
diff --git a/filter/source/pdf/pdfinteract.hxx b/filter/source/pdf/pdfinteract.hxx
index ea24a94b4bef..f26e2559deb5 100644
--- a/filter/source/pdf/pdfinteract.hxx
+++ b/filter/source/pdf/pdfinteract.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef PDFINTERACT_HXX
-#define PDFINTERACT_HXX
+#ifndef INCLUDED_FILTER_SOURCE_PDF_PDFINTERACT_HXX
+#define INCLUDED_FILTER_SOURCE_PDF_PDFINTERACT_HXX
#include "com/sun/star/lang/XServiceInfo.hpp"
#include "cppuhelper/implbase2.hxx"
@@ -75,6 +75,6 @@ Reference< XInterface >
SAL_CALL PDFInteractionHandler_createInstance( const Reference< XMultiServiceFactory > & rSMgr)
throw ( Exception );
-#endif // PDFINTERACT_HXX
+#endif // INCLUDED_FILTER_SOURCE_PDF_PDFINTERACT_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */