summaryrefslogtreecommitdiff
path: root/cui/source/inc/treeopt.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/inc/treeopt.hxx')
-rw-r--r--cui/source/inc/treeopt.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/cui/source/inc/treeopt.hxx b/cui/source/inc/treeopt.hxx
index 9709cac5bb58..9e15acbe7795 100644
--- a/cui/source/inc/treeopt.hxx
+++ b/cui/source/inc/treeopt.hxx
@@ -17,6 +17,9 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
+#ifndef _SVX_TREEOPT_HXX
+#define _SVX_TREEOPT_HXX
+
#include <tools/resary.hxx>
#include <vcl/fixed.hxx>
@@ -291,4 +294,6 @@ public:
void SavePage();
};
+#endif
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */