summaryrefslogtreecommitdiff
path: root/include/svtools/DocumentToGraphicRenderer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svtools/DocumentToGraphicRenderer.hxx')
-rw-r--r--include/svtools/DocumentToGraphicRenderer.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/svtools/DocumentToGraphicRenderer.hxx b/include/svtools/DocumentToGraphicRenderer.hxx
index 49a3ab0b347e..2eff2d731dd9 100644
--- a/include/svtools/DocumentToGraphicRenderer.hxx
+++ b/include/svtools/DocumentToGraphicRenderer.hxx
@@ -23,15 +23,15 @@
#include <vector>
-#include <com/sun/star/frame/XModel.hpp>
-#include <com/sun/star/frame/XController.hpp>
-#include <com/sun/star/view/XRenderable.hpp>
-#include <com/sun/star/awt/XToolkit.hpp>
-
#include <vcl/graph.hxx>
#include <svtools/svtdllapi.h>
+namespace com :: sun :: star :: awt { class XToolkit; }
+namespace com :: sun :: star :: frame { class XModel; }
+namespace com :: sun :: star :: lang { class XComponent; }
+namespace com :: sun :: star :: view { class XRenderable; }
+
namespace com { namespace sun { namespace star {
namespace drawing {
class XShapes;