summaryrefslogtreecommitdiff
path: root/sc/inc/fielduno.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2012-04-25 16:05:29 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2012-04-26 09:58:05 -0400
commitfb43bca9085d841a1196b168fa7c8c09b97e8b8a (patch)
treeb4c5773b18593a5c446e7c5011825fe27e952d28 /sc/inc/fielduno.hxx
parenta863285a5c4da41ae2b67c0c5b17887aea13b70c (diff)
Make GetObjectByIndex_Impl consistent.
Diffstat (limited to 'sc/inc/fielduno.hxx')
-rw-r--r--sc/inc/fielduno.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/sc/inc/fielduno.hxx b/sc/inc/fielduno.hxx
index 572019463115..80efb2403ee8 100644
--- a/sc/inc/fielduno.hxx
+++ b/sc/inc/fielduno.hxx
@@ -146,7 +146,9 @@ private:
/// mutex to lock the InterfaceContainerHelper
osl::Mutex aMutex;
- ScEditFieldObj* GetObjectByIndex_Impl(sal_Int32 Index) const;
+ com::sun::star::uno::Reference<
+ com::sun::star::text::XTextField>
+ GetObjectByIndex_Impl(sal_Int32 Index) const;
public:
ScHeaderFieldsObj(ScHeaderFooterTextData& rData);