summaryrefslogtreecommitdiffstats
path: root/include/vcl/floatwin.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/floatwin.hxx')
-rw-r--r--include/vcl/floatwin.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/vcl/floatwin.hxx b/include/vcl/floatwin.hxx
index fcc47519a7cb..92d1f488e3d7 100644
--- a/include/vcl/floatwin.hxx
+++ b/include/vcl/floatwin.hxx
@@ -26,9 +26,9 @@
class ToolBox;
-// ------------------------
+
// - FloatingWindow-Types -
-// ------------------------
+
#define FLOATWIN_POPUPMODE_ALLOWTEAROFF ((sal_uLong)0x00000001)
#define FLOATWIN_POPUPMODE_ANIMATIONSLIDE ((sal_uLong)0x00000002)
@@ -60,9 +60,9 @@ class ToolBox;
#define FLOATWIN_TITLE_POPUP ((sal_uInt16)0x0004)
#define FLOATWIN_TITLE_NONE ((sal_uInt16)0x0008)
-// ------------------
+
// - FloatingWindow -
-// ------------------
+
class VCL_DLLPUBLIC FloatingWindow : public SystemWindow
{