summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/sfx2/childwin.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/childwin.hxx b/include/sfx2/childwin.hxx
index 9dee7f69c969..a9b45db3a219 100644
--- a/include/sfx2/childwin.hxx
+++ b/include/sfx2/childwin.hxx
@@ -154,9 +154,9 @@ class SFX2_DLLPUBLIC SfxChildWindow
protected:
SfxChildAlignment eChildAlignment; // Current ::com::sun::star::drawing::Alignment
VclPtr<vcl::Window> pWindow; // actual contents
- SfxChildWindow_Impl* pImp; // Implementation data
private:
+ SfxChildWindow_Impl* pImp; // Implementation data
SfxChildWindowContext* pContext; // With context-sensitive ChildWindows:
// Annother window in pWindow
SAL_DLLPRIVATE void ClearWorkwin();