summaryrefslogtreecommitdiff
path: root/svl/inc/svl/lckbitem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svl/inc/svl/lckbitem.hxx')
-rw-r--r--svl/inc/svl/lckbitem.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/svl/inc/svl/lckbitem.hxx b/svl/inc/svl/lckbitem.hxx
index 6535264eeb78..3b41c834010f 100644
--- a/svl/inc/svl/lckbitem.hxx
+++ b/svl/inc/svl/lckbitem.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.
@@ -55,11 +56,12 @@ public:
SvLockBytes* GetValue() const { return _xVal; }
- virtual sal_Bool PutValue ( const com::sun::star::uno::Any& rVal,
+ virtual bool PutValue ( const com::sun::star::uno::Any& rVal,
sal_uInt8 nMemberId = 0 );
- virtual sal_Bool QueryValue( com::sun::star::uno::Any& rVal,
+ virtual bool QueryValue( com::sun::star::uno::Any& rVal,
sal_uInt8 nMemberId = 0 ) const;
};
#endif
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */