summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-08-21 15:30:24 +0200
committerNoel Grandin <noel@peralex.com>2015-08-25 08:39:03 +0200
commit649287448e4f73a552c00b57db5cce31ba9b1663 (patch)
tree2789a522d49d624ea632188141f4a29a6976e38b /include
parentsc: fix number format button highlighting in sidebar (diff)
downloadcore-649287448e4f73a552c00b57db5cce31ba9b1663.tar.gz
core-649287448e4f73a552c00b57db5cce31ba9b1663.zip
the implementation pointer of SfxChildWindow can be private
Change-Id: I79366fe5abc98924e174dcbac83bbb8c053d59ce
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();