Kaydet (Commit) f1f6eed7 authored tarafından Kurt Zenker's avatar Kurt Zenker

INTEGRATION: CWS dba23a (1.16.32); FILE MERGED

2007/02/26 11:48:14 fs 1.16.32.1: remove unused code
Issue number:  #i74804#
Submitted by:  jnavrati@openoffice.org
Reviewed by:   frank.schoenheit@sun.com
üst 17003830
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: TableWindow.hxx,v $ * $RCSfile: TableWindow.hxx,v $
* *
* $Revision: 1.16 $ * $Revision: 1.17 $
* *
* last change: $Author: kz $ $Date: 2006-12-13 16:51:37 $ * last change: $Author: kz $ $Date: 2007-05-10 10:29:27 $
* *
* 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.
...@@ -176,7 +176,6 @@ namespace dbaui ...@@ -176,7 +176,6 @@ namespace dbaui
void SetSizePixel( const Size& rNewSize ); void SetSizePixel( const Size& rNewSize );
void SetPosSizePixel( const Point& rNewPos, const Size& rNewSize ); void SetPosSizePixel( const Point& rNewPos, const Size& rNewSize );
void SetTitle( const ::rtl::OUString& rTit );
String getTitle() const; String getTitle() const;
void SetBoldTitle( BOOL bBold ); void SetBoldTitle( BOOL bBold );
void setActive(sal_Bool _bActive = sal_True); void setActive(sal_Bool _bActive = sal_True);
...@@ -233,8 +232,6 @@ namespace dbaui ...@@ -233,8 +232,6 @@ namespace dbaui
// Accessibility // Accessibility
virtual ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessible > CreateAccessible(); virtual ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessible > CreateAccessible();
// Linien neu zeichnen
void InvalidateLines();
// habe ich Connections nach aussen ? // habe ich Connections nach aussen ?
BOOL ExistsAConn() const; BOOL ExistsAConn() const;
......
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