diff options
author | Frank Schönheit <fs@openoffice.org> | 2009-10-13 20:07:56 +0000 |
---|---|---|
committer | Frank Schönheit <fs@openoffice.org> | 2009-10-13 20:07:56 +0000 |
commit | 95277b86bb7b55eb13e72aa2594174d96901476d (patch) | |
tree | 6e7391beb8134fce26217a903eb8c1412ed64bd7 /sc/source/ui/inc | |
parent | 97ca8f4680ba5d05d3bb409a48d8bf2e1d781431 (diff) |
#i10000#
Diffstat (limited to 'sc/source/ui/inc')
-rw-r--r-- | sc/source/ui/inc/privsplt.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/ui/inc/privsplt.hxx b/sc/source/ui/inc/privsplt.hxx index d3b7c9ad96b8..901fa6c87eb9 100644 --- a/sc/source/ui/inc/privsplt.hxx +++ b/sc/source/ui/inc/privsplt.hxx @@ -54,6 +54,7 @@ class ScPrivatSplit : public Control short nDeltaX; short nDeltaY; + using Control::ImplInitSettings; void ImplInitSettings( BOOL bFont, BOOL bForeground, BOOL bBackground ); |