summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2015-10-10 13:36:09 +0200
committerJulien Nabet <serval2412@yahoo.fr>2015-10-10 18:36:20 +0000
commit4f0a68ebc4476ee0a78e638d1a08007edf8d2e3a (patch)
tree78e533f47e685e35bc7330fb804532c05e2be034
parent30b3676624685e260e2ec1909486b971fac129f7 (diff)
Fix FTBFS with TDE integration due to recent SalFrame changes
Change-Id: I00297726c1fc5ee8fd88f12f96befe2b2a4cf954 Reviewed-on: https://gerrit.libreoffice.org/19295 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r--vcl/inc/unx/tde/tdedata.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/inc/unx/tde/tdedata.hxx b/vcl/inc/unx/tde/tdedata.hxx
index 2df9bf3cb013..d8f1363f2f95 100644
--- a/vcl/inc/unx/tde/tdedata.hxx
+++ b/vcl/inc/unx/tde/tdedata.hxx
@@ -69,7 +69,7 @@ class TDESalFrame : public X11SalFrame
GraphicsHolder m_aGraphics[ nMaxGraphics ];
public:
- TDESalFrame( SalFrame* pParent, sal_uLong );
+ TDESalFrame( SalFrame* pParent, SalFrameStyleFlags );
virtual ~TDESalFrame();
virtual SalGraphics* AcquireGraphics();
@@ -85,7 +85,7 @@ public:
TDESalInstance( SalYieldMutex* pMutex )
: X11SalInstance( pMutex ) {}
virtual ~TDESalInstance() {}
- virtual SalFrame* CreateFrame( SalFrame* pParent, sal_uLong nStyle );
+ virtual SalFrame* CreateFrame( SalFrame* pParent, SalFrameStyleFlags nStyle );
};
class TDEXLib : public SalXLib