summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-07-02 12:40:17 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-07-02 12:40:17 +0000
commiteaf5cf1369a84ffd72bd1139838bbd70af88b859 (patch)
tree8475fc5e8d82eafb9e44123058936791587fe58d /vcl
parent1044a78728ee97d863689887c71c2c4e661b50ee (diff)
INTEGRATION: CWS ooo11rc (1.29.64); FILE MERGED
2003/06/27 14:36:06 pl 1.29.64.1: #110467# make DelData public
Diffstat (limited to 'vcl')
-rw-r--r--vcl/unx/inc/salframe.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/vcl/unx/inc/salframe.h b/vcl/unx/inc/salframe.h
index 27f4defabfd5..46704ebc15dc 100644
--- a/vcl/unx/inc/salframe.h
+++ b/vcl/unx/inc/salframe.h
@@ -2,9 +2,9 @@
*
* $RCSfile: salframe.h,v $
*
- * $Revision: 1.30 $
+ * $Revision: 1.31 $
*
- * last change: $Author: hr $ $Date: 2003-06-30 14:31:00 $
+ * last change: $Author: vg $ $Date: 2003-07-02 13:40:17 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -203,8 +203,6 @@ class SalFrameData
bool mbDeleteInputContext;
Bool mbInputFocus;
SalFrameDelData *mpDeleteData;
- void RegisterDeleteData (SalFrameDelData *pData);
- void UnregisterDeleteData (SalFrameDelData *pData);
void NotifyDeleteData ();
SalGraphics *GetGraphics();
@@ -277,6 +275,8 @@ public:
void getPosSize( Rectangle& rRect ) { GetPosSize( rRect ); }
void setPosSize( const Rectangle& rRect ) { SetPosSize( rRect ); }
bool isMapped() const { return bMapped_; }
+ void RegisterDeleteData (SalFrameDelData *pData);
+ void UnregisterDeleteData (SalFrameDelData *pData);
};
#ifdef _SV_SALDISP_HXX