summaryrefslogtreecommitdiff
path: root/svtools/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-04-22 14:37:45 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-04-22 14:39:13 +0100
commitd50fbfabb61dd9854771a846a39d84d0e4f83ab6 (patch)
treec4ea7872acc1ae319540b38e6db22118097d8428 /svtools/inc
parent2174bb1af65d61904d3f45f2121416e7fb33b612 (diff)
restore a FontSizeBox::GetValue variant
correctly removed by 994a737a317165db736f2a2f6a25b3439207da5d but we will need it again soon Change-Id: Ifedf8da2a33e834a5cba6da11c63c784572bd58d
Diffstat (limited to 'svtools/inc')
-rw-r--r--svtools/inc/svtools/ctrlbox.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/svtools/inc/svtools/ctrlbox.hxx b/svtools/inc/svtools/ctrlbox.hxx
index 0a8e566413f2..39e5bb02bcc0 100644
--- a/svtools/inc/svtools/ctrlbox.hxx
+++ b/svtools/inc/svtools/ctrlbox.hxx
@@ -539,6 +539,7 @@ public:
virtual void SetValue( sal_Int64 nNewValue );
virtual sal_Int64 GetValue( FieldUnit eOutUnit ) const;
virtual sal_Int64 GetValue() const;
+ sal_Int64 GetValue( sal_uInt16 nPos, FieldUnit eOutUnit ) const;
private:
// declared as private because some compilers would generate the default functions