Kaydet (Commit) 0ad3e8de authored tarafından Jens-Heiner Rechtien's avatar Jens-Heiner Rechtien

INTEGRATION: CWS warnings01 (1.2.10); FILE MERGED

2005/11/10 15:32:55 pl 1.2.10.1: #i55991# removed warnings
üst e82f6938
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: filinl.hxx,v $ * $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 Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * 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 ...@@ -39,10 +39,6 @@ inline const sal_Bool& SAL_CALL shell::MyProperty::IsNative() const
{ {
return isNative; return isNative;
} }
inline const rtl::OUString& SAL_CALL shell::MyProperty::getPropertyName() const
{
return PropertyName;
}
inline const sal_Int32& SAL_CALL shell::MyProperty::getHandle() const inline const sal_Int32& SAL_CALL shell::MyProperty::getHandle() const
{ {
return Handle; return Handle;
...@@ -51,7 +47,6 @@ inline const com::sun::star::uno::Type& SAL_CALL shell::MyProperty::getType() co ...@@ -51,7 +47,6 @@ inline const com::sun::star::uno::Type& SAL_CALL shell::MyProperty::getType() co
{ {
return Typ; return Typ;
} }
inline const com::sun::star::uno::Any& SAL_CALL shell::MyProperty::getValue() const inline const com::sun::star::uno::Any& SAL_CALL shell::MyProperty::getValue() const
{ {
return Value; return Value;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment