summaryrefslogtreecommitdiff
path: root/sfx2/source/inc/fltoptint.hxx
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2010-11-29 14:39:12 +0100
committerMathias Bauer <mba@openoffice.org>2010-11-29 14:39:12 +0100
commite67dff5f52daeaf9d27ada4d13ba56b3c5980eca (patch)
treeb7781f0d85f49eae526b326688f2a0282de0d4c9 /sfx2/source/inc/fltoptint.hxx
parentc926c86c914574ec94e809c14392c86e2c54cb04 (diff)
CWS gnumake2: fix for build breaker in sfx2
Diffstat (limited to 'sfx2/source/inc/fltoptint.hxx')
-rw-r--r--sfx2/source/inc/fltoptint.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sfx2/source/inc/fltoptint.hxx b/sfx2/source/inc/fltoptint.hxx
index 5cb3f162e6c8..d674c7620d54 100644
--- a/sfx2/source/inc/fltoptint.hxx
+++ b/sfx2/source/inc/fltoptint.hxx
@@ -24,6 +24,8 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
+#ifndef SFX2_FLTOPTINT_HXX
+#define SFX2_FLTOPTINT_HXX
#include <com/sun/star/document/FilterOptionsRequest.hpp>
#include <com/sun/star/document/XInteractionFilterOptions.hpp>
@@ -73,3 +75,4 @@ public:
throw( ::com::sun::star::uno::RuntimeException );
};
+#endif