summaryrefslogtreecommitdiff
path: root/extensions/source/bibliography/bibcont.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/bibliography/bibcont.hxx')
-rw-r--r--extensions/source/bibliography/bibcont.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/extensions/source/bibliography/bibcont.hxx b/extensions/source/bibliography/bibcont.hxx
index 67f7241973fe..7b2dacc01533 100644
--- a/extensions/source/bibliography/bibcont.hxx
+++ b/extensions/source/bibliography/bibcont.hxx
@@ -40,10 +40,10 @@ class BibWindowContainer : public BibWindow //Window
virtual void Resize() SAL_OVERRIDE;
public:
- BibWindowContainer( Window* pParent, BibShortCutHandler* pChild, WinBits nStyle = WB_3DLOOK);
+ BibWindowContainer( vcl::Window* pParent, BibShortCutHandler* pChild, WinBits nStyle = WB_3DLOOK);
virtual ~BibWindowContainer();
- inline Window* GetChild();
+ inline vcl::Window* GetChild();
virtual void GetFocus() SAL_OVERRIDE;
@@ -52,7 +52,7 @@ class BibWindowContainer : public BibWindow //Window
using Window::GetChild;
};
-inline Window* BibWindowContainer::GetChild()
+inline vcl::Window* BibWindowContainer::GetChild()
{
return pChild? pChild->GetWindow() : NULL;
}
@@ -83,7 +83,7 @@ class BibBookContainer: public BibSplitWindow
public:
- BibBookContainer(Window* pParent, WinBits nStyle = WB_3DLOOK );
+ BibBookContainer(vcl::Window* pParent, WinBits nStyle = WB_3DLOOK );
virtual ~BibBookContainer();
inline BibWindow* GetTopWin() {return pTopWin;}