summaryrefslogtreecommitdiff
path: root/include/vcl/syswin.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-07-25 12:09:00 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-07-25 13:25:59 +0200
commitcc903aee9769df035ec42e66341b6f69a4771562 (patch)
tree2b2c9f073aa2287a6326b0121abda4dd450e424a /include/vcl/syswin.hxx
parent376e27dd498d64212e570354a94c527b37d367b1 (diff)
fix some "deffer" spelling
Change-Id: I8fa9782242e92d754eaa131d424eb0a26f04a319 Reviewed-on: https://gerrit.libreoffice.org/40394 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/vcl/syswin.hxx')
-rw-r--r--include/vcl/syswin.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/vcl/syswin.hxx b/include/vcl/syswin.hxx
index b0528c8f8e4a..0153c876730c 100644
--- a/include/vcl/syswin.hxx
+++ b/include/vcl/syswin.hxx
@@ -167,12 +167,12 @@ private:
Idle maLayoutIdle;
OUString maNotebookBarUIFile;
protected:
- bool mbIsDefferedInit;
+ bool mbIsDeferredInit;
VclPtr<vcl::Window> mpDialogParent;
public:
using Window::ImplIsInTaskPaneList;
SAL_DLLPRIVATE bool ImplIsInTaskPaneList( vcl::Window* pWin );
- SAL_DLLPRIVATE bool isDeferredInit() const { return mbIsDefferedInit; }
+ SAL_DLLPRIVATE bool isDeferredInit() const { return mbIsDeferredInit; }
private:
SAL_DLLPRIVATE void ImplMoveToScreen( long& io_rX, long& io_rY, long i_nWidth, long i_nHeight, vcl::Window const * i_pConfigureWin );