summaryrefslogtreecommitdiffstats
path: root/include/svtools/bindablecontrolhelper.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-02-07 12:30:52 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-02-07 12:36:03 +0100
commitf862290c91e66b859504e6c271309f73fa762a0d (patch)
tree5a64716146280ee2a58562d7cc33999fc6ada363 /include/svtools/bindablecontrolhelper.hxx
parentloplugin:deletedspecial (diff)
downloadcore-f862290c91e66b859504e6c271309f73fa762a0d.tar.gz
core-f862290c91e66b859504e6c271309f73fa762a0d.zip
loplugin:deletedspecial
Change-Id: Ia503ee8012ca9a2a6128c657961176968073f37f
Diffstat (limited to 'include/svtools/bindablecontrolhelper.hxx')
-rw-r--r--include/svtools/bindablecontrolhelper.hxx10
1 files changed, 3 insertions, 7 deletions
diff --git a/include/svtools/bindablecontrolhelper.hxx b/include/svtools/bindablecontrolhelper.hxx
index 9811b00891d7..6ddaf5dc81d2 100644
--- a/include/svtools/bindablecontrolhelper.hxx
+++ b/include/svtools/bindablecontrolhelper.hxx
@@ -34,14 +34,10 @@ namespace svt
/** helper class for obtaining streams (which also can be used with the ImageProducer)
from a resource
*/
- class BindableControlHelper
+ namespace BindableControlHelper
{
- private:
- BindableControlHelper(); // never implemented
-
- public:
- SVT_DLLPUBLIC static void ApplyListSourceAndBindableData( const com::sun::star::uno::Reference< com::sun::star::frame::XModel >& xModel, const com::sun::star::uno::Reference< com::sun::star::uno::XInterface >& rObj, const OUString& rsCtrlSource, const OUString& rsRowSource, sal_uInt16 nRefTab = 0 );
- };
+ SVT_DLLPUBLIC void ApplyListSourceAndBindableData( const com::sun::star::uno::Reference< com::sun::star::frame::XModel >& xModel, const com::sun::star::uno::Reference< com::sun::star::uno::XInterface >& rObj, const OUString& rsCtrlSource, const OUString& rsRowSource, sal_uInt16 nRefTab = 0 );
+ }
} // namespace svt