summaryrefslogtreecommitdiff
path: root/sc/inc/dbdocutl.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-10-27 14:20:54 +0200
committerNoel Grandin <noel@peralex.com>2015-10-28 09:22:34 +0200
commit16246ed7b280f51a39a01ded24c0d7bd59d59365 (patch)
treee506c24eeae16b384555f08818e0b62ba41e0285 /sc/inc/dbdocutl.hxx
parent5d3c37b99e8bfa9256f12015152439bf4e5ebbb4 (diff)
com::sun::star->css in sc
Change-Id: I7774890f46f9343e944e34db27af8bce3b1d0915
Diffstat (limited to 'sc/inc/dbdocutl.hxx')
-rw-r--r--sc/inc/dbdocutl.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/dbdocutl.hxx b/sc/inc/dbdocutl.hxx
index eeb1e169c396..fc0dfd303dc0 100644
--- a/sc/inc/dbdocutl.hxx
+++ b/sc/inc/dbdocutl.hxx
@@ -43,8 +43,8 @@ public:
StrData();
};
static void PutData( ScDocument* pDoc, SCCOL nCol, SCROW nRow, SCTAB nTab,
- const ::com::sun::star::uno::Reference<
- ::com::sun::star::sdbc::XRow>& xRow, long nRowPos,
+ const css::uno::Reference< css::sdbc::XRow>& xRow,
+ long nRowPos,
long nType, bool bCurrency, StrData* pStrData = NULL );
};