summaryrefslogtreecommitdiff
path: root/include/svx/databaseregistrationui.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/databaseregistrationui.hxx')
-rw-r--r--include/svx/databaseregistrationui.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/databaseregistrationui.hxx b/include/svx/databaseregistrationui.hxx
index 80df7133279b..625f08887b65 100644
--- a/include/svx/databaseregistrationui.hxx
+++ b/include/svx/databaseregistrationui.hxx
@@ -22,7 +22,7 @@
#include <svx/svxdllapi.h>
-class Window;
+namespace vcl { class Window; }
#define SID_SB_POOLING_ENABLED (RID_OFA_START + 247)
#define SID_SB_DRIVER_TIMEOUTS (RID_OFA_START + 248)
@@ -32,7 +32,7 @@ namespace svx
{
/** opens a dialog which allows the user to administrate the database registrations
*/
- sal_uInt16 SVX_DLLPUBLIC administrateDatabaseRegistration( Window* _parentWindow );
+ sal_uInt16 SVX_DLLPUBLIC administrateDatabaseRegistration( vcl::Window* _parentWindow );
} // namespace svx