diff options
author | Noel Power <noel.power@novell.com> | 2012-08-03 14:24:00 +0100 |
---|---|---|
committer | Noel Power <noel.power@novell.com> | 2012-08-03 14:25:47 +0100 |
commit | 52dff376587c2e072048d9b99748cd46336a48ba (patch) | |
tree | 75a0c652eee2dfcc7d027b516b7e7b9c3333dcfd /cui/source/inc/numfmt.hxx | |
parent | cc51389c07f880d513f94b9c4c1bad449435b406 (diff) |
enable preview for 'special' '*' formats
Change-Id: I2f94c3d8d827ecabc6dd5e685bb40954fe2427c4
Diffstat (limited to 'cui/source/inc/numfmt.hxx')
-rw-r--r-- | cui/source/inc/numfmt.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cui/source/inc/numfmt.hxx b/cui/source/inc/numfmt.hxx index 3a9e0272ca3a..c2bde83c3ddb 100644 --- a/cui/source/inc/numfmt.hxx +++ b/cui/source/inc/numfmt.hxx @@ -55,7 +55,8 @@ class SvxNumberPreviewImpl : public Window private: String aPrevStr; Color aPrevCol; - + sal_Int32 mnPos; + sal_Unicode mnChar; void InitSettings( sal_Bool bForeground, sal_Bool bBackground ); protected: |