summaryrefslogtreecommitdiff
path: root/include/sfx2/dinfdlg.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-10-29 13:20:13 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-10-29 16:02:48 +0000
commitf0ffe0c063c8fe32758d77c83f773821ac185ba0 (patch)
tree086f441cbfc1196d6f98c6e742999de224141044 /include/sfx2/dinfdlg.hxx
parent6484bf5f3f33a62670a29bf9a1f08bf62b64f145 (diff)
Resolves: fdo#85111 put a border around the custom properties box
Change-Id: Ibdbfb4a88c1c75aaf5d33672d8639a9ea55afbac
Diffstat (limited to 'include/sfx2/dinfdlg.hxx')
-rw-r--r--include/sfx2/dinfdlg.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/sfx2/dinfdlg.hxx b/include/sfx2/dinfdlg.hxx
index a70b5ee16f46..340681a2e37e 100644
--- a/include/sfx2/dinfdlg.hxx
+++ b/include/sfx2/dinfdlg.hxx
@@ -465,9 +465,10 @@ public:
// class CustomPropertiesControl -----------------------------------------
-class CustomPropertiesControl : public VclVBox
+class CustomPropertiesControl : public vcl::Window
{
private:
+ VclVBox* m_pVBox;
HeaderBar* m_pHeaderBar;
VclHBox* m_pBody;
CustomPropertiesWindow* m_pPropertiesWin;
@@ -490,7 +491,7 @@ public:
GetCustomProperties() const
{ return m_pPropertiesWin->GetCustomProperties(); }
void Init(VclBuilderContainer& rParent);
- virtual void setAllocation(const Size &rAllocation) SAL_OVERRIDE;
+ virtual void Resize() SAL_OVERRIDE;
};
// class SfxCustomPropertiesPage -----------------------------------------