summaryrefslogtreecommitdiff
path: root/include/svx/fmview.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/fmview.hxx')
-rw-r--r--include/svx/fmview.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/fmview.hxx b/include/svx/fmview.hxx
index 76b88ab457c3..165f3c07afcd 100644
--- a/include/svx/fmview.hxx
+++ b/include/svx/fmview.hxx
@@ -76,11 +76,11 @@ public:
/** create a control pair (label/bound control) for the database field description given.
*/
- SdrObject* CreateFieldControl( const ::svx::ODataAccessDescriptor& _rColumnDescriptor );
+ SdrObject* CreateFieldControl( const svx::ODataAccessDescriptor& _rColumnDescriptor );
/** create a control pair (label/bound control) for the xforms description given.
*/
- SdrObject* CreateXFormsControl( const ::svx::OXFormsDescriptor &_rDesc );
+ SdrObject* CreateXFormsControl( const svx::OXFormsDescriptor &_rDesc );
virtual void MarkListHasChanged() SAL_OVERRIDE;
virtual void AddWindowToPaintView(OutputDevice* pNewWin) SAL_OVERRIDE;