summaryrefslogtreecommitdiffstats
path: root/svx/inc/svx/sdooitm.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/inc/svx/sdooitm.hxx')
-rwxr-xr-x[-rw-r--r--]svx/inc/svx/sdooitm.hxx11
1 files changed, 5 insertions, 6 deletions
diff --git a/svx/inc/svx/sdooitm.hxx b/svx/inc/svx/sdooitm.hxx
index b5bb0b877189..1bb3977df997 100644..100755
--- a/svx/inc/svx/sdooitm.hxx
+++ b/svx/inc/svx/sdooitm.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.
@@ -33,8 +34,8 @@
//------------------------------------------------------------
// class SdrOnOffItem
-// hier liefert GetValueTextByVal() "an" oder "aus"
-// anstelle von "TRUE" und "FALSE"
+// here GetValueTextByVal() returns "an" or "aus" instead
+// of "TRUE" or "FALSE"
//------------------------------------------------------------
class SVX_DLLPUBLIC SdrOnOffItem: public SfxBoolItem {
public:
@@ -48,11 +49,9 @@ public:
virtual String GetValueTextByVal(sal_Bool bVal) const;
virtual SfxItemPresentation GetPresentation(SfxItemPresentation ePres, SfxMapUnit eCoreMetric, SfxMapUnit ePresMetric, String& rText, const IntlWrapper * = 0) const;
-
-#ifdef SDR_ISPOOLABLE
- virtual int IsPoolable() const;
-#endif
};
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */