summaryrefslogtreecommitdiff
path: root/editeng/inc/editeng/pmdlitem.hxx
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2011-02-11 17:24:56 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2011-02-11 17:24:56 -0600
commit028aaeb7f810dbfc98a2b3bc573029dbc67b7a58 (patch)
tree5312d8c9de4ddd30720c35caaba6e97c748bc56b /editeng/inc/editeng/pmdlitem.hxx
parentc74db9c40ed06ce7591c8f6770136d7903dc9fdd (diff)
merge non-conflicting change in editeng
Diffstat (limited to 'editeng/inc/editeng/pmdlitem.hxx')
-rw-r--r--editeng/inc/editeng/pmdlitem.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/editeng/inc/editeng/pmdlitem.hxx b/editeng/inc/editeng/pmdlitem.hxx
index 1bcc2b5b6f..a474e287b2 100644
--- a/editeng/inc/editeng/pmdlitem.hxx
+++ b/editeng/inc/editeng/pmdlitem.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.
@@ -59,8 +60,8 @@ public:
SfxMapUnit ePresMetric,
String &rText, const IntlWrapper * = 0 ) const;
- virtual sal_Bool QueryValue( com::sun::star::uno::Any& rVal, BYTE nMemberId = 0 ) const;
- virtual sal_Bool PutValue( const com::sun::star::uno::Any& rVal, BYTE nMemberId = 0 );
+ virtual bool QueryValue( com::sun::star::uno::Any& rVal, BYTE nMemberId = 0 ) const;
+ virtual bool PutValue( const com::sun::star::uno::Any& rVal, BYTE nMemberId = 0 );
BOOL IsAuto() const { return bAuto; }
};
@@ -84,3 +85,4 @@ inline SvxPageModelItem& SvxPageModelItem::operator=( const SvxPageModelItem& rM
#endif
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */