summaryrefslogtreecommitdiff
path: root/include/vcl/longcurr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/longcurr.hxx')
-rw-r--r--include/vcl/longcurr.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/vcl/longcurr.hxx b/include/vcl/longcurr.hxx
index 89b8364788c4..74de049e8f5a 100644
--- a/include/vcl/longcurr.hxx
+++ b/include/vcl/longcurr.hxx
@@ -89,7 +89,7 @@ private:
BigInt mnLast;
public:
- LongCurrencyField( Window* pParent, WinBits nWinStyle );
+ LongCurrencyField( vcl::Window* pParent, WinBits nWinStyle );
virtual ~LongCurrencyField();
virtual bool PreNotify( NotifyEvent& rNEvt ) SAL_OVERRIDE;
@@ -116,7 +116,7 @@ public:
class VCL_DLLPUBLIC LongCurrencyBox : public ComboBox, public LongCurrencyFormatter
{
public:
- LongCurrencyBox( Window* pParent, WinBits nWinStyle );
+ LongCurrencyBox( vcl::Window* pParent, WinBits nWinStyle );
virtual ~LongCurrencyBox();
virtual bool PreNotify( NotifyEvent& rNEvt ) SAL_OVERRIDE;