summaryrefslogtreecommitdiff
path: root/sc/inc/externalrefmgr.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2013-11-05 16:55:54 -0500
committerKohei Yoshida <kohei.yoshida@collabora.com>2013-11-06 20:40:24 -0500
commit112fb381299ed917b729b17066974a3dc9c3bafd (patch)
tree592c9f33369b8929182bc27f56bdc3170d01d45d /sc/inc/externalrefmgr.hxx
parent7d2619c9ad084237238b54a0e1c7a449fd7441be (diff)
Make this method private as it is used only internally.
Change-Id: I752c9a6bcd7f5b057cd517a9630a975009d6fb0d
Diffstat (limited to 'sc/inc/externalrefmgr.hxx')
-rw-r--r--sc/inc/externalrefmgr.hxx15
1 files changed, 7 insertions, 8 deletions
diff --git a/sc/inc/externalrefmgr.hxx b/sc/inc/externalrefmgr.hxx
index 21e4e75a16fa..c5a73aea8a7a 100644
--- a/sc/inc/externalrefmgr.hxx
+++ b/sc/inc/externalrefmgr.hxx
@@ -669,14 +669,6 @@ public:
*/
bool isFileLoadable(const OUString& rFile) const;
- /**
- * If in maUnsavedDocShells move it to maDocShells and create a correct
- * external reference entry
- *
- * @param Pointer to the newly saved DocumentShell
- */
- void transformUnsavedRefToSavedRef( SfxObjectShell* pShell );
-
virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint );
/**
@@ -762,6 +754,13 @@ private:
sal_uInt32 getMappedNumberFormat(sal_uInt16 nFileId, sal_uInt32 nNumFmt, const ScDocument* pSrcDoc);
+ /**
+ * If in maUnsavedDocShells move it to maDocShells and create a correct
+ * external reference entry
+ *
+ * @param Pointer to the newly saved DocumentShell
+ */
+ void transformUnsavedRefToSavedRef( SfxObjectShell* pShell );
private:
ScDocument* mpDoc;