summaryrefslogtreecommitdiff
path: root/xmloff/inc/xmloff/txtimppr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/inc/xmloff/txtimppr.hxx')
-rw-r--r--xmloff/inc/xmloff/txtimppr.hxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/xmloff/inc/xmloff/txtimppr.hxx b/xmloff/inc/xmloff/txtimppr.hxx
index ca2446a01352..1a1394b87386 100644
--- a/xmloff/inc/xmloff/txtimppr.hxx
+++ b/xmloff/inc/xmloff/txtimppr.hxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -57,7 +58,7 @@ class XMLOFF_DLLPUBLIC XMLTextImportPropertyMapper : public SvXMLImportPropertyM
XMLPropertyState** ppNewFontCharSet ) const;
protected:
- virtual sal_Bool handleSpecialItem(
+ virtual bool handleSpecialItem(
XMLPropertyState& rProperty,
::std::vector< XMLPropertyState >& rProperties,
const ::rtl::OUString& rValue,
@@ -79,3 +80,5 @@ public:
};
#endif // _XMLOFF_XMLIMPPR_HXX
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */