diff options
Diffstat (limited to 'include/vcl/svapp.hxx')
-rw-r--r-- | include/vcl/svapp.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/vcl/svapp.hxx b/include/vcl/svapp.hxx index 0af0d3862488..0891859c79e1 100644 --- a/include/vcl/svapp.hxx +++ b/include/vcl/svapp.hxx @@ -982,7 +982,7 @@ public: @see GetScreenCount */ - static Rectangle GetScreenPosSizePixel( unsigned int nScreen ); + static tools::Rectangle GetScreenPosSizePixel( unsigned int nScreen ); /** Determines if the screens that make up a display are separate or form one large display area. @@ -1006,7 +1006,7 @@ public: @see IsUnifiedDisplay, GetDisplayBuiltInScreen */ - SAL_DLLPRIVATE static unsigned int GetBestScreen( const Rectangle& ); + SAL_DLLPRIVATE static unsigned int GetBestScreen( const tools::Rectangle& ); /** Get the built-in screen. |