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 | d101cd02a4b28d4a98e2116cef2a8371cff4db85 (patch) | |
tree | a301e9c354e1109c4588a4cba6bcad9f270b9d2e | |
parent | 751d105fdb666170061ba08767a5fc396a05664d (diff) | |
parent | 518f8cdf4cd905f67fefdbc26a7132e58eb9ab2f (diff) |
CWS-TOOLING: integrate CWS controltextrenderingooo/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 b36da36c9..290fc72d2 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 ); |