Kaydet (Commit) ae081289 authored tarafından Rüdiger Timm's avatar Rüdiger Timm

INTEGRATION: CWS dba13 (1.3.64); FILE MERGED

2004/06/29 08:29:45 fs 1.3.64.1: #i30598# derive the OMultilineEditControl from Edit, to ensure proper painting
üst d7d6ecab
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: standardcontrol.hxx,v $ * $RCSfile: standardcontrol.hxx,v $
* *
* $Revision: 1.3 $ * $Revision: 1.4 $
* *
* last change: $Author: obo $ $Date: 2004-03-19 12:06:51 $ * last change: $Author: rt $ $Date: 2004-07-06 13:46:58 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -271,7 +271,7 @@ namespace pcr ...@@ -271,7 +271,7 @@ namespace pcr
//= OMultilineEditControl //= OMultilineEditControl
//======================================================================== //========================================================================
class OMultilineFloatingEdit; class OMultilineFloatingEdit;
class OMultilineEditControl : public OCommonBehaviourControl, Control class OMultilineEditControl : public OCommonBehaviourControl, Edit
{ {
OMultilineFloatingEdit* m_pFloatingEdit; OMultilineFloatingEdit* m_pFloatingEdit;
MultiLineEdit* m_pImplEdit; MultiLineEdit* m_pImplEdit;
...@@ -295,7 +295,6 @@ namespace pcr ...@@ -295,7 +295,6 @@ namespace pcr
~OMultilineEditControl(); ~OMultilineEditControl();
virtual void GetFocus();
virtual sal_Bool ShowDropDown( sal_Bool bShow ); virtual sal_Bool ShowDropDown( sal_Bool bShow );
virtual void SetProperty(const ::rtl::OUString &rString,sal_Bool bIsUnknown=sal_False); virtual void SetProperty(const ::rtl::OUString &rString,sal_Bool bIsUnknown=sal_False);
......
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