summaryrefslogtreecommitdiff
path: root/sw/source/ui/vba/vbafind.cxx
diff options
context:
space:
mode:
authornpower Developer <npower@openoffice.org>2010-02-26 13:27:15 +0000
committernpower Developer <npower@openoffice.org>2010-02-26 13:27:15 +0000
commit3a4b7f66c0c5309a8537e953ff22895f8b8d88e4 (patch)
treeb49829eef250ce2c1b3874e912e47bee91657f6b /sw/source/ui/vba/vbafind.cxx
parent26801698a4aa2e5bf20a0fc4c397597891657eed (diff)
npower14miscfixes: #i107591# apply caolans' fix for removing unused methods
Diffstat (limited to 'sw/source/ui/vba/vbafind.cxx')
-rw-r--r--sw/source/ui/vba/vbafind.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/ui/vba/vbafind.cxx b/sw/source/ui/vba/vbafind.cxx
index 79112109bf8c..fccf04181993 100644
--- a/sw/source/ui/vba/vbafind.cxx
+++ b/sw/source/ui/vba/vbafind.cxx
@@ -80,13 +80,13 @@ void SwVbaFind::SetReplace( sal_Int32 type )
mnReplaceType = type;
mbReplace = sal_True;
}
-
+#ifdef TOMORROW
rtl::OUString SwVbaFind::ReplaceWildcards( const rtl::OUString& /*rText*/ ) throw ( uno::RuntimeException )
{
// TODO:
return rtl::OUString();
}
-
+#endif
uno::Reference< text::XTextRange > SwVbaFind::FindOneElement() throw ( uno::RuntimeException )
{
uno::Reference< text::XTextRange > xFoundOne;