summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-09-24 08:40:21 +0300
committerTor Lillqvist <tlillqvist@suse.com>2012-09-24 08:55:02 +0300
commit6e86706c498fe5d672137f5ef0624308265ff220 (patch)
treeacef72f723d9ff7ee6f27d07fa5a3b68e48e0ddd
parent1c2285bb3628afd615fadbc2453db1cf51c102d7 (diff)
As far as I can see this function is unused
Avoids duplicate symbol clash with the other function with an identical name and signature in sw/source/ui/uno/swdet2.cxx in the case of disable-dynloading. The IsDocShellRegistered() function used in sw/source/filter/basflt/iodetect.cxx presumably refers to the one in swdet2.cxx, as iodetect and swdet2 both go into the swd library, while fltini goes into the sw library. Change-Id: I2916f1698542679bf18abf9a7981fc32ef2d9829
-rw-r--r--sw/source/filter/basflt/fltini.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/sw/source/filter/basflt/fltini.cxx b/sw/source/filter/basflt/fltini.cxx
index bf7ccfbb1e8c..659177565f63 100644
--- a/sw/source/filter/basflt/fltini.cxx
+++ b/sw/source/filter/basflt/fltini.cxx
@@ -119,11 +119,6 @@ SwRead SwGetReaderXML() // SW_DLLPUBLIC
return ReadXML;
}
-bool IsDocShellRegistered()
-{
- return 0 != SwDocShell::_GetInterface();
-}
-
inline void _SetFltPtr( sal_uInt16 rPos, SwRead pReader )
{
aReaderWriter[ rPos ].pReader = pReader;