summaryrefslogtreecommitdiff
path: root/forms/source/inc/limitedformats.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/inc/limitedformats.hxx')
-rw-r--r--forms/source/inc/limitedformats.hxx6
1 files changed, 1 insertions, 5 deletions
diff --git a/forms/source/inc/limitedformats.hxx b/forms/source/inc/limitedformats.hxx
index 5922fd6db8f1..9ef4534423cd 100644
--- a/forms/source/inc/limitedformats.hxx
+++ b/forms/source/inc/limitedformats.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_FORMS_SOURCE_INC_LIMITEDFORMATS_HXX
-#define INCLUDED_FORMS_SOURCE_INC_LIMITEDFORMATS_HXX
+#pragma once
#include <osl/mutex.hxx>
#include <com/sun/star/util/XNumberFormatsSupplier.hpp>
@@ -44,7 +43,6 @@ namespace frm
static css::uno::Reference< css::util::XNumberFormatsSupplier >
s_xStandardFormats;
- protected:
sal_Int32 m_nFormatEnumPropertyHandle;
const sal_Int16 m_nTableId;
css::uno::Reference< css::beans::XFastPropertySet >
@@ -92,6 +90,4 @@ namespace frm
} // namespace frm
-#endif // INCLUDED_FORMS_SOURCE_INC_LIMITEDFORMATS_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */