diff options
author | Noel Grandin <noel@peralex.com> | 2015-08-21 16:17:45 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-08-25 08:39:03 +0200 |
commit | a9ea1295a668feca4bfb9b2a53a92890177b5371 (patch) | |
tree | f71c38420643436176bd17e9e78a38ebde1f4b99 /include/sfx2 | |
parent | 51ea8aeca8c3dc081c3ffcca0dd75c4bad48d992 (diff) |
make eChildAlignment private in SfxChildWindow
Change-Id: I68a4c3324736e111a2c88e3edb9df506c33042b7
Diffstat (limited to 'include/sfx2')
-rw-r--r-- | include/sfx2/childwin.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/childwin.hxx b/include/sfx2/childwin.hxx index f55f2ea9cf73..3cc607ed1291 100644 --- a/include/sfx2/childwin.hxx +++ b/include/sfx2/childwin.hxx @@ -152,10 +152,10 @@ class SFX2_DLLPUBLIC SfxChildWindow sal_uInt16 nType; // ChildWindow-Id protected: - SfxChildAlignment eChildAlignment; // Current ::com::sun::star::drawing::Alignment VclPtr<vcl::Window> pWindow; // actual contents private: + SfxChildAlignment eChildAlignment; // Current ::com::sun::star::drawing::Alignment SfxChildWindow_Impl* pImp; // Implementation data SfxChildWindowContext* pContext; // With context-sensitive ChildWindows: // Annother window in pWindow |