Tag: cws_src680_oj14
User: fs      
Date: 2007-06-25 19:34:04+0000
Modified:
   dba/reportdesign/source/core/api/FixedLine.cxx
   dba/reportdesign/source/core/api/FixedText.cxx

Log:
 #i10000#

File Changes:

Directory: /dba/reportdesign/source/core/api/
=============================================

File [changed]: FixedLine.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/reportdesign/source/core/api/FixedLine.cxx?r1=1.1.2.1&r2=1.1.2.2
Delta lines:  +2 -10
--------------------
--- FixedLine.cxx       2007-05-09 13:48:25+0000        1.1.2.1
+++ FixedLine.cxx       2007-06-25 19:34:01+0000        1.1.2.2
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: FixedLine.cxx,v $
  *
- *  $Revision: 1.1.2.1 $
+ *  $Revision: 1.1.2.2 $
  *
- *  last change: $Author: oj $ $Date: 2007/05/09 13:48:25 $
+ *  last change: $Author: fs $ $Date: 2007/06/25 19:34:01 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -224,7 +224,6 @@
 ::sal_Int16  SAL_CALL OFixedLine::getControlBorder( ) throw 
(beans::UnknownPropertyException, uno::RuntimeException)
 {
        throw beans::UnknownPropertyException();
-       return m_aProps.aComponent.m_nBorder;
 }
 // 
-----------------------------------------------------------------------------
 void SAL_CALL OFixedLine::setControlBorder( ::sal_Int16 /*_border*/ ) throw 
(lang::IllegalArgumentException, beans::UnknownPropertyException, 
uno::RuntimeException)
@@ -235,7 +234,6 @@
 ::sal_Int32 SAL_CALL OFixedLine::getControlBorderColor() throw 
(beans::UnknownPropertyException,uno::RuntimeException)
 {
        throw beans::UnknownPropertyException();
-       return 0;
 }
 // 
-----------------------------------------------------------------------------
 void SAL_CALL OFixedLine::setControlBorderColor( ::sal_Int32 /*_bordercolor*/ 
) throw 
(beans::UnknownPropertyException,lang::IllegalArgumentException,uno::RuntimeException)
@@ -282,7 +280,6 @@
 ::rtl::OUString SAL_CALL OFixedLine::getDataField() throw 
(beans::UnknownPropertyException, uno::RuntimeException)
 {
        throw beans::UnknownPropertyException();
-       return m_aProps.aDataField;
 }
 // 
-----------------------------------------------------------------------------
 void SAL_CALL OFixedLine::setDataField( const ::rtl::OUString& /*_datafield*/ 
) throw (lang::IllegalArgumentException, beans::UnknownPropertyException, 
uno::RuntimeException)
@@ -304,7 +301,6 @@
 ::sal_Int32 SAL_CALL OFixedLine::getControlBackground() throw 
(beans::UnknownPropertyException, uno::RuntimeException)
 {
        throw beans::UnknownPropertyException();
-       return COL_TRANSPARENT;
 }
 // 
-----------------------------------------------------------------------------
 void SAL_CALL OFixedLine::setControlBackground( ::sal_Int32 
/*_backgroundcolor*/ ) throw 
(uno::RuntimeException,beans::UnknownPropertyException)
@@ -315,7 +311,6 @@
 ::sal_Bool SAL_CALL OFixedLine::getControlBackgroundTransparent() throw 
(beans::UnknownPropertyException, uno::RuntimeException)
 {
     throw beans::UnknownPropertyException();
-    return sal_False;
 }
 // 
-----------------------------------------------------------------------------
 void SAL_CALL OFixedLine::setControlBackgroundTransparent( ::sal_Bool 
/*_controlbackgroundtransparent*/ ) throw (beans::UnknownPropertyException, 
uno::RuntimeException)
@@ -526,7 +521,6 @@
 ::rtl::OUString SAL_CALL OFixedLine::getHyperLinkURL() throw 
(uno::RuntimeException, beans::UnknownPropertyException) 
 { 
        throw beans::UnknownPropertyException();
-    return ::rtl::OUString(); 
 } 
 void SAL_CALL OFixedLine::setHyperLinkURL(const ::rtl::OUString & 
/*the_value*/) throw (uno::RuntimeException, beans::UnknownPropertyException) 
 { 
@@ -535,7 +529,6 @@
 ::rtl::OUString SAL_CALL OFixedLine::getHyperLinkTarget() throw 
(uno::RuntimeException, beans::UnknownPropertyException) 
 { 
        throw beans::UnknownPropertyException();
-    return ::rtl::OUString(); 
 } 
 void SAL_CALL OFixedLine::setHyperLinkTarget(const ::rtl::OUString & 
/*the_value*/) throw (uno::RuntimeException, beans::UnknownPropertyException) 
 { 
@@ -544,7 +537,6 @@
 ::rtl::OUString SAL_CALL OFixedLine::getHyperLinkName() throw 
(uno::RuntimeException, beans::UnknownPropertyException) 
 { 
        throw beans::UnknownPropertyException();
-    return ::rtl::OUString(); 
 } 
 void SAL_CALL OFixedLine::setHyperLinkName(const ::rtl::OUString & 
/*the_value*/) throw (uno::RuntimeException, beans::UnknownPropertyException) 
 { 

File [changed]: FixedText.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/reportdesign/source/core/api/FixedText.cxx?r1=1.1.2.1&r2=1.1.2.2
Delta lines:  +2 -3
-------------------
--- FixedText.cxx       2007-05-09 13:48:37+0000        1.1.2.1
+++ FixedText.cxx       2007-06-25 19:34:01+0000        1.1.2.2
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: FixedText.cxx,v $
  *
- *  $Revision: 1.1.2.1 $
+ *  $Revision: 1.1.2.2 $
  *
- *  last change: $Author: oj $ $Date: 2007/05/09 13:48:37 $
+ *  last change: $Author: fs $ $Date: 2007/06/25 19:34:01 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -222,7 +222,6 @@
 ::rtl::OUString SAL_CALL OFixedText::getDataField() throw ( 
beans::UnknownPropertyException, uno::RuntimeException)
 {
        throw beans::UnknownPropertyException();
-       return m_aProps.aDataField;
 }
 // 
-----------------------------------------------------------------------------
 void SAL_CALL OFixedText::setDataField( const ::rtl::OUString& /*_datafield*/ 
) throw (lang::IllegalArgumentException, beans::UnknownPropertyException, 
uno::RuntimeException)




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to