summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/opendoccontrols.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ui/inc/opendoccontrols.hxx')
-rw-r--r--dbaccess/source/ui/inc/opendoccontrols.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/dbaccess/source/ui/inc/opendoccontrols.hxx b/dbaccess/source/ui/inc/opendoccontrols.hxx
index 1dcd219a818a..24d475cb8c3d 100644
--- a/dbaccess/source/ui/inc/opendoccontrols.hxx
+++ b/dbaccess/source/ui/inc/opendoccontrols.hxx
@@ -40,7 +40,7 @@ namespace dbaui
OUString m_sModule;
public:
- OpenDocumentButton( Window* _pParent, const sal_Char* _pAsciiModuleName );
+ OpenDocumentButton( vcl::Window* _pParent, const sal_Char* _pAsciiModuleName );
protected:
void impl_init( const sal_Char* _pAsciiModuleName );
@@ -57,7 +57,7 @@ namespace dbaui
MapIndexToStringPair m_aURLs;
public:
- OpenDocumentListBox( Window* _pParent, const sal_Char* _pAsciiModuleName );
+ OpenDocumentListBox( vcl::Window* _pParent, const sal_Char* _pAsciiModuleName );
OUString GetSelectedDocumentURL() const;
OUString GetSelectedDocumentFilter() const;