diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 04:20:04 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 04:20:04 +0000 |
commit | 0ad3e8ded2ba7e688b45f47c366967bf280028f3 (patch) | |
tree | 2d2ed50fb0518643cfa893face275643228b9c0b /ucb/source/ucp/file | |
parent | e82f693886bcd4ba8b81a9d8179a053fb206233f (diff) |
INTEGRATION: CWS warnings01 (1.2.10); FILE MERGED
2005/11/10 15:32:55 pl 1.2.10.1: #i55991# removed warnings
Diffstat (limited to 'ucb/source/ucp/file')
-rw-r--r-- | ucb/source/ucp/file/filinl.hxx | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/ucb/source/ucp/file/filinl.hxx b/ucb/source/ucp/file/filinl.hxx index 119f0a6a15da..9eb68bb19526 100644 --- a/ucb/source/ucp/file/filinl.hxx +++ b/ucb/source/ucp/file/filinl.hxx @@ -4,9 +4,9 @@ * * $RCSfile: filinl.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2005-09-09 15:24:31 $ + * last change: $Author: hr $ $Date: 2006-06-20 05:20:04 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -39,10 +39,6 @@ inline const sal_Bool& SAL_CALL shell::MyProperty::IsNative() const { return isNative; } -inline const rtl::OUString& SAL_CALL shell::MyProperty::getPropertyName() const -{ - return PropertyName; -} inline const sal_Int32& SAL_CALL shell::MyProperty::getHandle() const { return Handle; @@ -51,7 +47,6 @@ inline const com::sun::star::uno::Type& SAL_CALL shell::MyProperty::getType() co { return Typ; } - inline const com::sun::star::uno::Any& SAL_CALL shell::MyProperty::getValue() const { return Value; |