diff options
author | Vladimir Glazunov <vg@openoffice.org> | 2009-11-25 13:27:22 +0100 |
---|---|---|
committer | Vladimir Glazunov <vg@openoffice.org> | 2009-11-25 13:27:22 +0100 |
commit | 6412003193f79e16f4aa33f206b736e3c9bf6bc3 (patch) | |
tree | ea91de371110dec1310346993bc80f67399c2415 | |
parent | 534a7549c45c893a6adfa574f9d12fa73ca59593 (diff) | |
parent | 95277b86bb7b55eb13e72aa2594174d96901476d (diff) |
CWS-TOOLING: integrate CWS controltextrendering
Notes
Notes:
split repo tag: calc_ooo/DEV300_m66
-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 ); |