summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/tphfedit.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/tphfedit.hxx')
-rw-r--r--sc/source/ui/inc/tphfedit.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/inc/tphfedit.hxx b/sc/source/ui/inc/tphfedit.hxx
index 9f0f28d0d91a..d304ebd68f97 100644
--- a/sc/source/ui/inc/tphfedit.hxx
+++ b/sc/source/ui/inc/tphfedit.hxx
@@ -53,7 +53,7 @@ enum ScEditWindowLocation
class SC_DLLPUBLIC ScEditWindow : public Control
{
public:
- ScEditWindow( Window* pParent, WinBits nBits , ScEditWindowLocation eLoc );
+ ScEditWindow( vcl::Window* pParent, WinBits nBits , ScEditWindowLocation eLoc );
virtual ~ScEditWindow();
using Control::SetFont;
@@ -118,7 +118,7 @@ protected:
public:
- ScExtIButton(Window* pParent, WinBits nBits );
+ ScExtIButton(vcl::Window* pParent, WinBits nBits );
void SetPopupMenu(PopupMenu* pPopUp);