summaryrefslogtreecommitdiff
path: root/include/svtools/xwindowitem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svtools/xwindowitem.hxx')
-rw-r--r--include/svtools/xwindowitem.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svtools/xwindowitem.hxx b/include/svtools/xwindowitem.hxx
index 33ce019115e5..14399d0e45bb 100644
--- a/include/svtools/xwindowitem.hxx
+++ b/include/svtools/xwindowitem.hxx
@@ -29,7 +29,7 @@
class Window;
-//////////////////////////////////////////////////////////////////////
+
class SVT_DLLPUBLIC XWindowItem : public SfxPoolItem
{
@@ -51,7 +51,7 @@ public:
com::sun::star::uno::Reference< com::sun::star::awt::XWindow > GetXWindow() const { return m_xWin; }
};
-//////////////////////////////////////////////////////////////////////
+
#endif