diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-01-08 14:13:13 +1100 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-01-08 14:13:13 +1100 |
commit | 74cd24b588f3a7ac6bd7ed14727d8f829a1a91c4 (patch) | |
tree | 280533fd56af04bdd076ad224a3c12e2fbc7c767 /include | |
parent | 9468abbdf973e2da8f9b2660c440d3ff55326f9b (diff) |
vcl: silence doxygen warning
Change-Id: Ia29146ce50144d8ed3ee9a3daaed221a1e2f056b
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/wrkwin.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/vcl/wrkwin.hxx b/include/vcl/wrkwin.hxx index 467b530234b8..5f0523858596 100644 --- a/include/vcl/wrkwin.hxx +++ b/include/vcl/wrkwin.hxx @@ -40,6 +40,7 @@ enum class PresentationFlags NoFullScreen = 0x0002, NoAutoShow = 0x0004, }; + namespace o3tl { template<> struct typed_flags<PresentationFlags> : is_typed_flags<PresentationFlags, 0x0007> {}; @@ -92,7 +93,7 @@ public: PresentationFlags nFlags, sal_uInt32 nDisplayScreen ); /** - @overload void StartPresentationMode( bool bPresentation, sal_uInt16 nFlags, sal_uInt32 nDisplayScreen) + @overload void StartPresentationMode( bool bPresentation, PresentationFlags nFlags, sal_uInt32 nDisplayScreen) */ void StartPresentationMode( bool bPresentation = true, PresentationFlags nFlags = PresentationFlags::NONE ); |