summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/fieldwnd.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2011-04-25 12:34:16 -0400
committerKohei Yoshida <kyoshida@novell.com>2011-04-25 13:40:16 -0400
commit9698bb97a9a0e03fda6fc7c6f5077d9eb6052e3f (patch)
tree75f7ad2b9421d2b0fd2705c95d6c16b14836c815 /sc/source/ui/inc/fieldwnd.hxx
parentac5a0bf3c59828128f43153d481abb1865c767f6 (diff)
Fixed layout problem on Windows. It was not entirely platform independent.
Diffstat (limited to 'sc/source/ui/inc/fieldwnd.hxx')
-rw-r--r--sc/source/ui/inc/fieldwnd.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/ui/inc/fieldwnd.hxx b/sc/source/ui/inc/fieldwnd.hxx
index 78358557444c..edd8aec6a568 100644
--- a/sc/source/ui/inc/fieldwnd.hxx
+++ b/sc/source/ui/inc/fieldwnd.hxx
@@ -195,6 +195,7 @@ protected:
void AppendPaintable(Window* p);
void DrawPaintables();
void DrawInvertSelection();
+ Size GetStdFieldBtnSize() const;
/** @return The new selection index after moving to the given direction. */
virtual size_t CalcNewFieldIndex( SCsCOL nDX, SCsROW nDY ) const = 0;