diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2013-06-04 16:09:58 +0200 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2013-06-04 16:11:44 +0200 |
commit | a96f593b415390f7f218e5772930d127a832eb43 (patch) | |
tree | a4cf5bcc44e67fe503fb399d36276d82fee1866e /include/svl/svdde.hxx | |
parent | 424e936fc095c676a24c04acdd1eb1fbb6a27bed (diff) |
Some more sal_IntPtr dance, but enough for today
Change-Id: Ic772181321e74713244223cc3d4542bd4cd2dc88
Diffstat (limited to 'include/svl/svdde.hxx')
-rw-r--r-- | include/svl/svdde.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svl/svdde.hxx b/include/svl/svdde.hxx index c8a08beffbb9..66ec9f0b6a5a 100644 --- a/include/svl/svdde.hxx +++ b/include/svl/svdde.hxx @@ -220,7 +220,7 @@ public: ~DdeConnection(); long GetError(); - long GetConvId(); + sal_IntPtr GetConvId(); static const std::vector<DdeConnection*>& GetConnections(); |