summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/usercontrol.hxx
diff options
context:
space:
mode:
authorFrank Schoenheit [fs] <frank.schoenheit@sun.com>2009-12-17 11:15:02 +0100
committerFrank Schoenheit [fs] <frank.schoenheit@sun.com>2009-12-17 11:15:02 +0100
commit738f9f2e8577984fa90f1376078e18c1f57bf64b (patch)
treee065d90f00ed4c2688e1a0577312bc4ac3e9b07c /extensions/source/propctrlr/usercontrol.hxx
parentd510bfeda9869a98f489b81ccda8c1740fd2a8c3 (diff)
dba33e: #i107611#: display a text sample for text formats, to better distinguish text formats from non-text formats
Diffstat (limited to 'extensions/source/propctrlr/usercontrol.hxx')
-rw-r--r--extensions/source/propctrlr/usercontrol.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/extensions/source/propctrlr/usercontrol.hxx b/extensions/source/propctrlr/usercontrol.hxx
index 0d9a0e5a85d7..3fca7e12324f 100644
--- a/extensions/source/propctrlr/usercontrol.hxx
+++ b/extensions/source/propctrlr/usercontrol.hxx
@@ -90,6 +90,9 @@ namespace pcr
* \return current date or time or the value 1234.56789
*/
static double getPreviewValue(SvNumberFormatter* _pNF,sal_Int32 _nFormatKey);
+
+ private:
+ static double getPreviewValue( const SvNumberformat& i_rEntry );
};
//========================================================================