diff options
Diffstat (limited to 'sdext')
-rw-r--r-- | sdext/source/minimizer/impoptimizer.hxx | 3 | ||||
-rw-r--r-- | sdext/source/pdfimport/sax/emitcontext.hxx | 2 | ||||
-rw-r--r-- | sdext/source/pdfimport/tree/treevisiting.hxx | 3 | ||||
-rw-r--r-- | sdext/source/presenter/PresenterCanvasHelper.hxx | 2 | ||||
-rw-r--r-- | sdext/source/presenter/PresenterController.hxx | 1 | ||||
-rw-r--r-- | sdext/source/presenter/PresenterPaneBase.hxx | 1 | ||||
-rw-r--r-- | sdext/source/presenter/PresenterPaneBorderPainter.hxx | 4 | ||||
-rw-r--r-- | sdext/source/presenter/PresenterScreen.hxx | 1 | ||||
-rw-r--r-- | sdext/source/presenter/PresenterTimer.hxx | 2 | ||||
-rw-r--r-- | sdext/source/presenter/PresenterViewFactory.hxx | 2 |
10 files changed, 0 insertions, 21 deletions
diff --git a/sdext/source/minimizer/impoptimizer.hxx b/sdext/source/minimizer/impoptimizer.hxx index d4f61d06d7a6..6e60970d2769 100644 --- a/sdext/source/minimizer/impoptimizer.hxx +++ b/sdext/source/minimizer/impoptimizer.hxx @@ -30,9 +30,6 @@ #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/uno/XComponentContext.hpp> -class Point; -class Size; - // ------------- // - PDFExport - // ------------- diff --git a/sdext/source/pdfimport/sax/emitcontext.hxx b/sdext/source/pdfimport/sax/emitcontext.hxx index 864309e9c80c..635944cb3537 100644 --- a/sdext/source/pdfimport/sax/emitcontext.hxx +++ b/sdext/source/pdfimport/sax/emitcontext.hxx @@ -29,8 +29,6 @@ namespace pdfi { - class PDFIProcessor; - class StyleContainer; class SaxEmitter : public XmlEmitter { private: diff --git a/sdext/source/pdfimport/tree/treevisiting.hxx b/sdext/source/pdfimport/tree/treevisiting.hxx index 6af5402af994..901342963563 100644 --- a/sdext/source/pdfimport/tree/treevisiting.hxx +++ b/sdext/source/pdfimport/tree/treevisiting.hxx @@ -35,8 +35,6 @@ namespace pdfi { - class PDFIProcessor; - class StyleContainer; struct HyperlinkElement; struct TextElement; struct ParagraphElement; @@ -45,7 +43,6 @@ namespace pdfi struct ImageElement; struct PageElement; struct DocumentElement; - struct EmitContext; struct Element; /** To be visited by all tree element types diff --git a/sdext/source/presenter/PresenterCanvasHelper.hxx b/sdext/source/presenter/PresenterCanvasHelper.hxx index ae044f28a268..cb7d10980a81 100644 --- a/sdext/source/presenter/PresenterCanvasHelper.hxx +++ b/sdext/source/presenter/PresenterCanvasHelper.hxx @@ -34,8 +34,6 @@ namespace css = ::com::sun::star; namespace sdext { namespace presenter { -class PresenterController; - /** Collection of functions to ease the life of a canvas user. */ class PresenterCanvasHelper diff --git a/sdext/source/presenter/PresenterController.hxx b/sdext/source/presenter/PresenterController.hxx index c19d23a2af15..69cc55392a56 100644 --- a/sdext/source/presenter/PresenterController.hxx +++ b/sdext/source/presenter/PresenterController.hxx @@ -69,7 +69,6 @@ class PresenterPaneAnimator; class PresenterPaneContainer; class PresenterPaneBorderPainter; class PresenterTheme; -class PresenterScreen; class PresenterWindowManager; namespace { diff --git a/sdext/source/presenter/PresenterPaneBase.hxx b/sdext/source/presenter/PresenterPaneBase.hxx index 3ce321483aa4..acb69e6cd053 100644 --- a/sdext/source/presenter/PresenterPaneBase.hxx +++ b/sdext/source/presenter/PresenterPaneBase.hxx @@ -53,7 +53,6 @@ namespace cssu = ::com::sun::star::uno; namespace sdext { namespace presenter { class PresenterController; -class PresenterTextView; namespace { typedef ::cppu::WeakComponentImplHelper4 < diff --git a/sdext/source/presenter/PresenterPaneBorderPainter.hxx b/sdext/source/presenter/PresenterPaneBorderPainter.hxx index d46b2259901a..d2582160614a 100644 --- a/sdext/source/presenter/PresenterPaneBorderPainter.hxx +++ b/sdext/source/presenter/PresenterPaneBorderPainter.hxx @@ -44,10 +44,6 @@ namespace css = ::com::sun::star; -namespace sdext { namespace tools { - class ConfigurationAccess; -} } - namespace sdext { namespace presenter { class PresenterPane; diff --git a/sdext/source/presenter/PresenterScreen.hxx b/sdext/source/presenter/PresenterScreen.hxx index 20a9735fa335..07aff4e7c8ee 100644 --- a/sdext/source/presenter/PresenterScreen.hxx +++ b/sdext/source/presenter/PresenterScreen.hxx @@ -51,7 +51,6 @@ namespace css = ::com::sun::star; namespace sdext { namespace presenter { -class PresenterWindowManager; class PresenterController; namespace { diff --git a/sdext/source/presenter/PresenterTimer.hxx b/sdext/source/presenter/PresenterTimer.hxx index f56fe513fd19..242d746aa9b2 100644 --- a/sdext/source/presenter/PresenterTimer.hxx +++ b/sdext/source/presenter/PresenterTimer.hxx @@ -45,8 +45,6 @@ namespace css = ::com::sun::star; namespace sdext { namespace presenter { -class PresenterClockInternalTimer; - /** The timer allows tasks to be scheduled for execution at a specified time in the future. */ diff --git a/sdext/source/presenter/PresenterViewFactory.hxx b/sdext/source/presenter/PresenterViewFactory.hxx index a37435554fbf..5c6aedf50016 100644 --- a/sdext/source/presenter/PresenterViewFactory.hxx +++ b/sdext/source/presenter/PresenterViewFactory.hxx @@ -45,8 +45,6 @@ namespace css = ::com::sun::star; namespace sdext { namespace presenter { -class PresenterPaneContainer; - namespace { typedef ::cppu::WeakComponentImplHelper1 < css::drawing::framework::XResourceFactory |