summaryrefslogtreecommitdiff
path: root/toolkit/source/controls/tkscrollbar.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/source/controls/tkscrollbar.cxx')
-rw-r--r--toolkit/source/controls/tkscrollbar.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/toolkit/source/controls/tkscrollbar.cxx b/toolkit/source/controls/tkscrollbar.cxx
index e2acf791a886..75a29ae6b862 100644
--- a/toolkit/source/controls/tkscrollbar.cxx
+++ b/toolkit/source/controls/tkscrollbar.cxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -80,7 +80,7 @@ namespace toolkit
static UnoPropertyArrayHelper* pHelper = NULL;
if ( !pHelper )
{
- uno::Sequence<sal_Int32> aIDs = ImplGetPropertyIds();
+ uno::Sequence<sal_Int32> aIDs = ImplGetPropertyIds();
pHelper = new UnoPropertyArrayHelper( aIDs );
}
return *pHelper;