summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/unosrch.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/unosrch.hxx')
-rw-r--r--sd/source/ui/inc/unosrch.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/sd/source/ui/inc/unosrch.hxx b/sd/source/ui/inc/unosrch.hxx
index 3ab929d5d24b..c0f86aa773f0 100644
--- a/sd/source/ui/inc/unosrch.hxx
+++ b/sd/source/ui/inc/unosrch.hxx
@@ -17,6 +17,9 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
+#ifndef INCLUDED_SD_SOURCE_UI_INC_UNOSRCH_HXX
+#define INCLUDED_SD_SOURCE_UI_INC_UNOSRCH_HXX
+
#include <com/sun/star/drawing/XShape.hpp>
#include <com/sun/star/drawing/XDrawPage.hpp>
#include <com/sun/star/text/XTextRange.hpp>
@@ -138,4 +141,6 @@ public:
virtual sal_Bool SAL_CALL hasElements() throw(::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
};
+#endif // INCLUDED_SD_SOURCE_UI_INC_UNOSRCH_HXX
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */