summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2013-05-16 21:23:01 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2013-05-18 21:45:11 +0900
commite8ad612bf813579f7a3bd4ed32c719ee01c6ce2e (patch)
treec1dac18e2c4f9fe1ff9360a169b993da204aa63b /vcl
parent13adadee52c71a1b7db95f36e34a8c622ab1179e (diff)
Keep the functions local
Change-Id: I7d56a72b8c22ce5e4c664b5ccf45aa984b9df88b
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/control/spinfld.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/vcl/source/control/spinfld.cxx b/vcl/source/control/spinfld.cxx
index dd1f60951304..b6aa626d4c1c 100644
--- a/vcl/source/control/spinfld.cxx
+++ b/vcl/source/control/spinfld.cxx
@@ -30,6 +30,8 @@
// =======================================================================
+namespace {
+
void ImplGetSpinbuttonValue( Window *pWin, const Rectangle& rUpperRect,
const Rectangle& rLowerRect,
sal_Bool bUpperIn, sal_Bool bLowerIn,
@@ -136,6 +138,8 @@ sal_Bool ImplDrawNativeSpinbuttons( Window *pWin, const SpinbuttonValue& rSpinbu
return bNativeOK;
}
+}
+
void ImplDrawSpinButton( OutputDevice* pOutDev,
const Rectangle& rUpperRect,
const Rectangle& rLowerRect,