summaryrefslogtreecommitdiff
path: root/include/vcl/wrkwin.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/wrkwin.hxx')
-rw-r--r--include/vcl/wrkwin.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/vcl/wrkwin.hxx b/include/vcl/wrkwin.hxx
index 14702410b317..ac4b09bba13e 100644
--- a/include/vcl/wrkwin.hxx
+++ b/include/vcl/wrkwin.hxx
@@ -27,18 +27,18 @@
namespace com { namespace sun { namespace star { namespace uno { class Any; }}}}
struct SystemParentData;
-// ----------------------
+
// - WorkWindow - Types -
-// ----------------------
+
// Presentation Flags
#define PRESENTATION_HIDEALLAPPS ((sal_uInt16)0x0001)
#define PRESENTATION_NOFULLSCREEN ((sal_uInt16)0x0002)
#define PRESENTATION_NOAUTOSHOW ((sal_uInt16)0x0004)
-// --------------
+
// - WorkWindow -
-// --------------
+
class VCL_DLLPUBLIC WorkWindow : public SystemWindow
{