summaryrefslogtreecommitdiff
path: root/include/svx/svdviter.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/svdviter.hxx')
-rw-r--r--include/svx/svdviter.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/svdviter.hxx b/include/svx/svdviter.hxx
index 4dfb92741602..56870623826f 100644
--- a/include/svx/svdviter.hxx
+++ b/include/svx/svdviter.hxx
@@ -34,7 +34,7 @@ Using this class, you can find out:
- All PageViews in which a model is displayed
- All PageViews in which a certain page is visible (also as MasterPage)
- All PageViews in which a certain object is visible (also as MasterPage)
-- Window* First/NextWindow()
+- vcl::Window* First/NextWindow()
- All Windows in which a model is displayed
- All Windows in which a certain page is visible (also as MasterPage)
- All Windows in which a certain object is visible (also as MasterPage)
@@ -53,7 +53,7 @@ Not considered are:
*/
class OutputDevice;
-class Window;
+namespace vcl { class Window; }
class SdrView;
class SdrPageView;
class SdrModel;