summaryrefslogtreecommitdiff
path: root/include/svx/sdrpaintwindow.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/sdrpaintwindow.hxx')
-rw-r--r--include/svx/sdrpaintwindow.hxx12
1 files changed, 2 insertions, 10 deletions
diff --git a/include/svx/sdrpaintwindow.hxx b/include/svx/sdrpaintwindow.hxx
index d8f091885c95..d079da81f2e6 100644
--- a/include/svx/sdrpaintwindow.hxx
+++ b/include/svx/sdrpaintwindow.hxx
@@ -24,8 +24,6 @@
#include <vcl/virdev.hxx>
#include <svx/svxdllapi.h>
-
-// predeclarations
class SdrPaintView;
namespace sdr
@@ -33,20 +31,18 @@ namespace sdr
namespace overlay
{
class OverlayManager;
- } // end of namespace overlay
-} // end of namespace sdr
+ }
+}
#ifdef _MSC_VER // broken msvc template instantiation
#include <svx/sdr/overlay/overlaymanager.hxx>
#endif
-
/// paint the transparent children of rWin that overlap rPixelRect
/// (for example, transparent form controls like check boxes)
void SVX_DLLPUBLIC
PaintTransparentChildren(vcl::Window & rWindow, Rectangle const& rPixelRect);
-
class SdrPreRenderDevice
{
// The original OutputDevice
@@ -66,8 +62,6 @@ public:
OutputDevice& GetPreRenderDevice() { return *mpPreRenderDevice.get(); }
};
-
-
class SVX_DLLPUBLIC SdrPaintWindow
{
private:
@@ -150,8 +144,6 @@ public:
// typedefs for a list of SdrPaintWindows
typedef ::std::vector< SdrPaintWindow* > SdrPaintWindowVector;
-
-
#endif // INCLUDED_SVX_SDRPAINTWINDOW_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */