summaryrefslogtreecommitdiff
path: root/sc/inc/stylehelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/stylehelper.hxx')
-rw-r--r--sc/inc/stylehelper.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/sc/inc/stylehelper.hxx b/sc/inc/stylehelper.hxx
index 31f79d1191b1..2b5444d6b5b0 100644
--- a/sc/inc/stylehelper.hxx
+++ b/sc/inc/stylehelper.hxx
@@ -17,6 +17,9 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
+#ifndef SC_STYLEHELPER_HXX
+#define SC_STYLEHELPER_HXX
+
#include <rtl/ustring.hxx>
class ScStyleNameConversion
@@ -26,4 +29,6 @@ public:
static OUString ProgrammaticToDisplayName( const OUString& rProgName, sal_uInt16 nType );
};
+#endif
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */