summaryrefslogtreecommitdiff
path: root/sfx2/inc
diff options
context:
space:
mode:
authorCédric Bosdonnat <cedric.bosdonnat@free.fr>2012-10-12 08:22:46 +0200
committerCédric Bosdonnat <cedric.bosdonnat@free.fr>2012-10-31 12:03:28 +0100
commitf7b6ff632718c448f8e74d17fdbf2e03297930dc (patch)
tree34a5729f5c58fb31770caa0a89559ce66d711a5c /sfx2/inc
parent2ed931303b10386153a1337fa15b225aabd40cb4 (diff)
InfoBars: implemented Resize
Change-Id: Iad2c4b57b28cf06260b7890dfc9309df60fb5184
Diffstat (limited to 'sfx2/inc')
-rw-r--r--sfx2/inc/sfx2/infobar.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sfx2/inc/sfx2/infobar.hxx b/sfx2/inc/sfx2/infobar.hxx
index 00d521f7749b..876764a8a896 100644
--- a/sfx2/inc/sfx2/infobar.hxx
+++ b/sfx2/inc/sfx2/infobar.hxx
@@ -52,6 +52,7 @@ class SfxInfoBarWindow : public Window
~SfxInfoBarWindow( );
virtual void Paint( const Rectangle& );
+ virtual void Resize( );
private:
DECL_LINK( CloseHandler, void* );
@@ -69,6 +70,8 @@ class SfxInfoBarContainerWindow : public Window
void appendInfoBar( const rtl::OUString& sMessage, std::vector< PushButton* > aButtons );
void removeInfoBar( SfxInfoBarWindow* pInfoBar );
+
+ virtual void Resize( );
};