summaryrefslogtreecommitdiff
path: root/svtools/source/control/valueimp.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/control/valueimp.hxx')
-rw-r--r--svtools/source/control/valueimp.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/svtools/source/control/valueimp.hxx b/svtools/source/control/valueimp.hxx
index c6e2a644a69e..7651de8e1864 100644
--- a/svtools/source/control/valueimp.hxx
+++ b/svtools/source/control/valueimp.hxx
@@ -17,6 +17,9 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
+#ifndef INCLUDED_SVTOOLS_SOURCE_CONTROL_VALUEIMP_HXX
+#define INCLUDED_SVTOOLS_SOURCE_CONTROL_VALUEIMP_HXX
+
#include <osl/mutex.hxx>
#include <tools/color.hxx>
#include <vcl/image.hxx>
@@ -263,4 +266,6 @@ public:
virtual sal_Int64 SAL_CALL getSomething( const ::com::sun::star::uno::Sequence< sal_Int8 >& rId ) throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
};
+#endif // INCLUDED_SVTOOLS_SOURCE_CONTROL_VALUEIMP_HXX
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */