summaryrefslogtreecommitdiffstats
path: root/svx/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-09-26 15:31:01 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-09-28 08:48:54 +0100
commit2f6e8daf883fe67a1cebc2cdf9d54e41b064a55c (patch)
tree9bb4ec91a3b96fd8b8a535b69bed30ed46d9101c /svx/inc
parentadd special character dialog (diff)
downloadcore-2f6e8daf883fe67a1cebc2cdf9d54e41b064a55c.tar.gz
core-2f6e8daf883fe67a1cebc2cdf9d54e41b064a55c.zip
adapt insert character dialog to new layout
Change-Id: I5561c2684d0957b65aef0d139e9210ebdd703153
Diffstat (limited to 'svx/inc')
-rw-r--r--svx/inc/svx/charmap.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/svx/inc/svx/charmap.hxx b/svx/inc/svx/charmap.hxx
index c3efd8ebbddd..9fe90497b3d6 100644
--- a/svx/inc/svx/charmap.hxx
+++ b/svx/inc/svx/charmap.hxx
@@ -53,6 +53,7 @@ class SVX_DLLPUBLIC SvxShowCharSet : public Control
{
public:
SvxShowCharSet( Window* pParent, const ResId& rResId );
+ SvxShowCharSet( Window* pParent );
~SvxShowCharSet();
void SetFont( const Font& rFont );
@@ -87,6 +88,8 @@ public:
sal_Int32 getMaxCharCount() const;
#endif // _SVX_CHARMAP_CXX_
+ virtual void Resize();
+
protected:
virtual void Paint( const Rectangle& );
virtual void MouseButtonDown( const MouseEvent& rMEvt );
@@ -130,6 +133,8 @@ private:
// abstraction layers are: Unicode<->MapIndex<->Pixel
Point MapIndexToPixel( int) const;
DECL_LINK(VscrollHdl, void *);
+
+ void init();
};
#endif