summaryrefslogtreecommitdiffstats
path: root/vcl
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-08-11 16:50:28 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-08-11 16:50:28 +0000
commit4b4f084cc0ce4a0a62827c5d27921f94b352d7a5 (patch)
tree329e5dfd9a04cf6a9f951f71afc1c072a34e9171 /vcl
parentINTEGRATION: CWS svp01 (1.27.278); FILE MERGED (diff)
downloadcore-4b4f084cc0ce4a0a62827c5d27921f94b352d7a5.tar.gz
core-4b4f084cc0ce4a0a62827c5d27921f94b352d7a5.zip
INTEGRATION: CWS svp01 (1.10.280); FILE MERGED
2006/05/22 16:35:32 pl 1.10.280.1: #135265# free plugin abstraction of dependency on X11 specific SalData
Diffstat (limited to 'vcl')
-rw-r--r--vcl/unx/source/app/saltimer.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/vcl/unx/source/app/saltimer.cxx b/vcl/unx/source/app/saltimer.cxx
index d1c33c8a7379..31ff2ce7bad9 100644
--- a/vcl/unx/source/app/saltimer.cxx
+++ b/vcl/unx/source/app/saltimer.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: saltimer.cxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 13:02:27 $
+ * last change: $Author: hr $ $Date: 2006-08-11 17:50:28 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -59,7 +59,7 @@
// -=-= SalData =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
// -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
-void SalData::Timeout() const
+void X11SalData::Timeout() const
{
ImplSVData* pSVData = ImplGetSVData();
if( pSVData->mpSalTimer )
@@ -103,11 +103,11 @@ X11SalTimer::~X11SalTimer()
void X11SalTimer::Stop()
{
- GetSalData()->GetLib()->StopTimer();
+ GetX11SalData()->GetLib()->StopTimer();
}
void X11SalTimer::Start( ULONG nMS )
{
- GetSalData()->GetLib()->StartTimer( nMS );
+ GetX11SalData()->GetLib()->StartTimer( nMS );
}