diff options
Diffstat (limited to 'vcl/inc/window.h')
-rw-r--r-- | vcl/inc/window.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/vcl/inc/window.h b/vcl/inc/window.h index 452a88e6f9f5..21448efd9496 100644 --- a/vcl/inc/window.h +++ b/vcl/inc/window.h @@ -40,7 +40,6 @@ class VirtualDevice; class PhysicalFontCollection; class ImplFontCache; class VCLXWindow; -class WindowStateData; class SalFrame; class SalObject; enum class MouseEventModifiers; @@ -415,9 +414,6 @@ bool ImplHandleMouseEvent( const VclPtr<vcl::Window>& xWindow, MouseNotifyEvent sal_uInt16 nCode, MouseEventModifiers nMode ); void ImplHandleResize( vcl::Window* pWindow, long nNewWidth, long nNewHeight ); -VCL_DLLPUBLIC void ImplWindowStateFromStr(WindowStateData& rData, const OString& rStr); -VCL_DLLPUBLIC OString ImplWindowStateToStr(const WindowStateData& rData); - #endif // INCLUDED_VCL_INC_WINDOW_H /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |